Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Nutzt schon jemand KDE5?
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page Previous  1, 2, 3, 4, 5 ... 29, 30, 31  Next  
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) Diskussionsforum
View previous topic :: View next topic  
Author Message
ToeiRei
Veteran
Veteran


Joined: 03 Jan 2005
Posts: 1191
Location: Austria

PostPosted: Mon Jul 21, 2014 1:23 pm    Post subject: Reply with quote

Beim heutigen Versuch bin ich auf Folgendes gestoßen:

Code:
>>> Emerging (1 of 1) dev-libs/libdbusmenu-qt-9999::kde
>>> Unpacking source...
 * bzr branch start -->
 *    repository: lp:libdbusmenu-qt => /usr/portage/distfiles/bzr-src/libdbusmenu-qt
You have not informed bzr of your Launchpad ID, and you must do this to
write to Launchpad or access private data.  See "bzr help launchpad-login".
bzr: ERROR: Unknown working tree format: 'Bazaar Branch Format 7 (needs bzr 1.6)\n'


Jemand das schon umschifft?

lg
Rei
_________________
Please stand by - The mailer daemon is busy burning your messages in hell...
Back to top
View user's profile Send private message
Josef.95
Advocate
Advocate


Joined: 03 Sep 2007
Posts: 4549
Location: Germany

PostPosted: Wed Jul 23, 2014 1:57 am    Post subject: Reply with quote

ToeiRei wrote:
Code:
[...]
bzr: ERROR: Unknown working tree format: 'Bazaar Branch Format 7 (needs bzr 1.6)\n'

Hm, teste mal ob entfernen von /usr/portage/distfiles/bzr-src/libdbusmenu-qt hilft.

Hier funktioniert es mit dev-vcs/bzr-2.6.0
Code:
>>> Emerging (1 of 1) dev-libs/libdbusmenu-qt-9999 from kde
>>> Unpacking source...
 * bzr branch start -->
 *    repository: lp:libdbusmenu-qt => /var/repositories/distfiles/bzr-src/libdbusmenu-qt
You have not informed bzr of your Launchpad ID, and you must do this to
write to Launchpad or access private data.  See "bzr help launchpad-login".
Branched 267 revisions.                                                                                                                                                                                                                     
 * exporting ...
 * revision 267 is now in /var/tmp/portage/dev-libs/libdbusmenu-qt-9999/work/libdbusmenu-qt-9999
>>> Source unpacked in /var/tmp/portage/dev-libs/libdbusmenu-qt-9999/work
>>> Preparing source in /var/tmp/portage/dev-libs/libdbusmenu-qt-9999/work/libdbusmenu-qt-9999 ...
>>> Source prepared.
Back to top
View user's profile Send private message
ToeiRei
Veteran
Veteran


Joined: 03 Jan 2005
Posts: 1191
Location: Austria

PostPosted: Wed Jul 23, 2014 8:12 am    Post subject: Reply with quote

Mein Fehler. http_proxy war gesetzt
_________________
Please stand by - The mailer daemon is busy burning your messages in hell...
Back to top
View user's profile Send private message
Finswimmer
Bodhisattva
Bodhisattva


Joined: 02 Sep 2004
Posts: 5467
Location: Langen (Hessen), Germany

PostPosted: Wed Jul 23, 2014 9:18 am    Post subject: Reply with quote

Da ich leider momentan wenig Zeit habe:
Ist es möglich KDE5 zu installieren und dazu auf "einfachem" Weg alle KDE4 Programme?

Danke!
_________________
Bitte auf Rechtschreibung, korrekte Formatierung und Höflichkeit achten!
Danke
Back to top
View user's profile Send private message
ToeiRei
Veteran
Veteran


Joined: 03 Jan 2005
Posts: 1191
Location: Austria

PostPosted: Wed Jul 23, 2014 9:47 am    Post subject: Reply with quote

Du könntest dir eine Liste der KDE4 Programme mit eix und Co suchen und dann mit

Code:
emerge -Cav `cat /path/to/list.txt`


arbeiten
_________________
Please stand by - The mailer daemon is busy burning your messages in hell...
Back to top
View user's profile Send private message
franzf
Advocate
Advocate


Joined: 29 Mar 2005
Posts: 4565

PostPosted: Fri Jul 25, 2014 7:49 am    Post subject: Reply with quote

Ich wollte es auch probieren. Und es scheitert an Qt5. Damit habe ich schon seit einiger Zeit Probleme: Programme hängen mittendrin. Wenn ich mit dem gdb nachschau, ist gerade der glib event dispatcher fleißig am pollen.
Da kde mir auch ein gcc-upgrade aufgedrängt hat, musste ich zwangsläufig mein gesamtes System neu kompilieren. Damit sollte doch das Problem mit glib/dbus-upgrade -> rebuild einiger ausgewählter Pakete aus der Welt sein - wird ja bei dermaßen gelagerten Problemen immer empfohlen.

Da mir der plasma desktop dadurch regelmäßig (kann zwischen ein paar Sekunden und einer Minute sein) wegfriert, ist das ganze quasi unbenutzbar. Ebenso qpdfview, qupzilla und meine eigenen Qt-Programme. IMHO kam das mit einem Update auf >=Qt-5.3.0.

Hat jemand ähnliche Probleme?
Hat jemand eine Lösung?

(OMG - Da plasma-desktop jetzt gerade nach nem Sync zwanghaft accountsservice reinzieht und damit polkit+consolekit/systemd, denke ich war es das schon wieder... Mist elendiger :/)

// update:
In der Hitze des Gefechts (world update, Spielen mit USE-Flags, ...) hab ich glatt ein paar Infos vergessen ;)
Es ist kein kompletter freeze. Es ist nur das mouse event handling: Hover events werden "ignoriert" (keine Änderung des states von z.B. buttons oder list view items), ebenso Clicks (es passiert einfach nichts...). Scrollen funktioniert z.B. problemlos, ebenso shortcuts (Open file-Button tut nicht, ebenso das Menü, STRG+o öffnet aber den filedialog - welcher ebenso nur per kbd und NICHT per Maus bedienbar ist).
Ich habe bereits xf86-input-evdev auf 2.9.0 hochgezogen, ebenso den xorg-server auf 1.16 - alles ohne Erfolg.
Um das glib-Problem auszuschließen, habe ich kurzerhand qtcore und qtgui mit USE="-glib" gebaut - ohne Änderung (es hängt jetzt im QEventDispatcherUNIX -> __pselect().)

gentoo-sources-3.15.6 + gcc-4.8.3 + glibc-2.19-r1 + binutils-2.24-r3 - braucht ihr noch mehr Infos?
Back to top
View user's profile Send private message
franzf
Advocate
Advocate


Joined: 29 Mar 2005
Posts: 4565

PostPosted: Mon Jul 28, 2014 10:11 am    Post subject: Reply with quote

Ich hab dazu jetzt nen bug aufgemacht:
https://bugs.gentoo.org/show_bug.cgi?id=518330
Back to top
View user's profile Send private message
ToeiRei
Veteran
Veteran


Joined: 03 Jan 2005
Posts: 1191
Location: Austria

PostPosted: Thu Aug 07, 2014 5:14 pm    Post subject: Reply with quote

Ich komm' irgendwie nicht über libattica mit qt5...

Hat jemand einen Tipp für mich?

Code:
-- Building with Qt5 support
CMake Error at CMakeLists.txt:12 (find_package):
  By not providing "FindQt5Transitional.cmake" in CMAKE_MODULE_PATH this
  project has asked CMake to find a package configuration file provided by
  "Qt5Transitional", but CMake did not find one.

  Could not find a package configuration file provided by "Qt5Transitional"
  with any of the following names:

    Qt5TransitionalConfig.cmake
    qt5transitional-config.cmake

  Add the installation prefix of "Qt5Transitional" to CMAKE_PREFIX_PATH or
  set "Qt5Transitional_DIR" to a directory containing one of the above files.
  If "Qt5Transitional" provides a separate development package or SDK, be
  sure it has been installed.

_________________
Please stand by - The mailer daemon is busy burning your messages in hell...
Back to top
View user's profile Send private message
schmidicom
Veteran
Veteran


Joined: 09 Mar 2006
Posts: 1924
Location: Schweiz

PostPosted: Tue Aug 12, 2014 8:17 am    Post subject: Reply with quote

Werden Qt 5 und KDE 5 eigentlich zusammen in das offizielle Portage wandern oder getrennt?
_________________
Lenovo - ThinkPad P16s Gen 2 - 21K9CTO1WW
Back to top
View user's profile Send private message
Yamakuzure
Advocate
Advocate


Joined: 21 Jun 2006
Posts: 2283
Location: Adendorf, Germany

PostPosted: Tue Aug 12, 2014 8:25 am    Post subject: Reply with quote

@schmidicom : Gute Frage. Ich denke getrennt, aber KDE 5 wird direkt nachgezogen.

@ToeiRei : Kann ich auch nicht. libattica kann bei mir auch nur mit USE="qt4 -qt5" gebaut werden. Da brauchts aber auch keine qt5-Unterstützung, oder?
_________________
Important German:
  1. "Aha" - German reaction to pretend that you are really interested while giving no f*ck.
  2. "Tja" - German reaction to the apocalypse, nuclear war, an alien invasion or no bread in the house.
Back to top
View user's profile Send private message
schmidicom
Veteran
Veteran


Joined: 09 Mar 2006
Posts: 1924
Location: Schweiz

PostPosted: Mon Aug 25, 2014 1:14 pm    Post subject: Reply with quote

Also wenn Qt 5 noch länger am Bug 517714 hängenbleibt könnte KDE 5 noch vorher stable werden. :lol:
Ist das eigentlich oft so das der Upstream die Problematik auf die Distributionen abschiebt?
_________________
Lenovo - ThinkPad P16s Gen 2 - 21K9CTO1WW
Back to top
View user's profile Send private message
Hilefoks
l33t
l33t


Joined: 29 Jan 2003
Posts: 849
Location: Emden / Deutschland

PostPosted: Mon Aug 25, 2014 3:05 pm    Post subject: Reply with quote

schmidicom wrote:
Ist das eigentlich oft so das der Upstream die Problematik auf die Distributionen abschiebt?

Ernsthaft - warum sollte Upstream für die Spezifika einer jeden Distribution verantwortlich sein?
Qt ist zum Beispiel seit 5.0 auch modular, aber nicht so fein granular wie Gentoo es gerne hätte. Daher ist in Gentoo u.A. das qthelp Modul nochmals gesplittet worden. Die Problematik existiert also praktisch nicht, wenn Gentoo qthelp einfach nehmen würde, wie es ist.
_________________
- Der Computer rechnet vor allem damit, dass der Mensch denkt. -
Back to top
View user's profile Send private message
trippels
Tux's lil' helper
Tux's lil' helper


Joined: 24 Nov 2010
Posts: 137
Location: Berlin

PostPosted: Tue Aug 26, 2014 2:49 pm    Post subject: Reply with quote

Zur Zeit ist es einfacher KDE5 von Hand zu compilen: https://community.kde.org/Frameworks/Building

Das hat außerdem den Vorteil, dass man KDE4 parallel installiert haben kann.

Einfach die diversen exports von Runtime setup sourcen und "exec startkde" in .xinitrc aufrufen.

Allerdings ist KDE5 noch sehr instabil und stürzt sehr häufig ab.
Wer Stabilität liebt, sollte noch ein Jahr warten.
Back to top
View user's profile Send private message
Klaus Meier
Advocate
Advocate


Joined: 18 Apr 2005
Posts: 2908
Location: Bozen

PostPosted: Tue Aug 26, 2014 3:49 pm    Post subject: Reply with quote

Tja, da hat das KDE-Team mal wieder richtig ins Klo gegriffen. Ich dachte halt, dass es mit der Ankündigung, Framework/Plasma ist am ... fertig, nun doch schon los geht. Und dabei ist es noch nicht mal Beta.

Aber die zählen da munter die Versionsnummern hoch, so als wäre es schon voll benutzbar. Irgendwelchen Stress mit einem KDE aus dem Oberlay mache ich mir nicht mehr. Ab 5.5 ist es dann vielleicht für Enthusiasten nutzbar. Wobei sich da die Frage stellt, auf welchen Teil sich die 5.5 nun bezieht. Es wird ja nun alles separat aktualisiert, keine Ahnung, wie das dann mit den Versionsnummern läuft. Irgendwann ist es bei Gentoo im Testing.

Denke ich auch, in einem Jahr wird man es benutzen können. Aber die Versionsnummern laufen jetzt schon mit, so als ob es fertig wäre.
Back to top
View user's profile Send private message
Yamakuzure
Advocate
Advocate


Joined: 21 Jun 2006
Posts: 2283
Location: Adendorf, Germany

PostPosted: Mon Sep 01, 2014 9:27 am    Post subject: Reply with quote

trippels wrote:
Zur Zeit ist es einfacher KDE5 von Hand zu compilen

(...)

Allerdings ist KDE5 noch sehr instabil und stürzt sehr häufig ab. Wer Stabilität liebt, sollte noch ein Jahr warten.
Und als ich KDE 5 per portage installiert hatte (zugegeben, in einer sauberen VM) war es absolut stabil (auch mit KDE4-Programmen).

...vielleicht ist das mit dem von Hand Kompilieren doch nicht so der goldene Weg?
_________________
Important German:
  1. "Aha" - German reaction to pretend that you are really interested while giving no f*ck.
  2. "Tja" - German reaction to the apocalypse, nuclear war, an alien invasion or no bread in the house.
Back to top
View user's profile Send private message
Yamakuzure
Advocate
Advocate


Joined: 21 Jun 2006
Posts: 2283
Location: Adendorf, Germany

PostPosted: Wed Sep 17, 2014 8:08 am    Post subject: Reply with quote

schmidicom wrote:
Also wenn Qt 5 noch länger am Bug 517714 hängenbleibt könnte KDE 5 noch vorher stable werden. :lol:
Ist das eigentlich oft so das der Upstream die Problematik auf die Distributionen abschiebt?
QT5 ist im Portage Tree. :-D
_________________
Important German:
  1. "Aha" - German reaction to pretend that you are really interested while giving no f*ck.
  2. "Tja" - German reaction to the apocalypse, nuclear war, an alien invasion or no bread in the house.
Back to top
View user's profile Send private message
firefly
Watchman
Watchman


Joined: 31 Oct 2002
Posts: 5175

PostPosted: Wed Sep 17, 2014 12:48 pm    Post subject: Reply with quote

Yamakuzure wrote:
schmidicom wrote:
Also wenn Qt 5 noch länger am Bug 517714 hängenbleibt könnte KDE 5 noch vorher stable werden. :lol:
Ist das eigentlich oft so das der Upstream die Problematik auf die Distributionen abschiebt?
QT5 ist im Portage Tree. :-D

stable? oder immernoch masked?
_________________
Ein Ring, sie zu knechten, sie alle zu finden,
Ins Dunkel zu treiben und ewig zu binden
Im Lande Mordor, wo die Schatten drohn.
Back to top
View user's profile Send private message
Klaus Meier
Advocate
Advocate


Joined: 18 Apr 2005
Posts: 2908
Location: Bozen

PostPosted: Wed Sep 17, 2014 1:43 pm    Post subject: Reply with quote

QT5 ist immer noch hardmasked.

Aber noch mal eine Frage, hat es jemand am laufen? Ich wollte es vor einiger Zeit mal wieder probieren und da ist bei KDE 4.14 das minimal-Flag raus geflogen, jetzt bekomme ich den Block bei khelpcenter nicht weg.
Back to top
View user's profile Send private message
Josef.95
Advocate
Advocate


Joined: 03 Sep 2007
Posts: 4549
Location: Germany

PostPosted: Wed Sep 17, 2014 2:14 pm    Post subject: Reply with quote

Klaus Meier wrote:
Ich wollte es vor einiger Zeit mal wieder probieren und da ist bei KDE 4.14 das minimal-Flag raus geflogen, jetzt bekomme ich den Block bei khelpcenter nicht weg.

Huh, so ohne jegliche Info zum Block kann man ja leider nur raten..
Blind geraten sollte USE=-handbook (bei einem der beiden Slots (oder auch bei beiden)) vermutlich helfen.
Back to top
View user's profile Send private message
Klaus Meier
Advocate
Advocate


Joined: 18 Apr 2005
Posts: 2908
Location: Bozen

PostPosted: Wed Sep 17, 2014 2:19 pm    Post subject: Reply with quote

Danke Josef, werde es gleich mal probieren.
Back to top
View user's profile Send private message
schmidicom
Veteran
Veteran


Joined: 09 Mar 2006
Posts: 1924
Location: Schweiz

PostPosted: Wed Sep 17, 2014 2:43 pm    Post subject: Reply with quote

Es wäre auch noch interessant zu erfahren ob es bei den Sets zur Installation bleiben wird oder ob es später auch wieder Meta-Pakete geben wird wie es das jetzt unter KDE 4 der Fall ist?
_________________
Lenovo - ThinkPad P16s Gen 2 - 21K9CTO1WW
Back to top
View user's profile Send private message
Yamakuzure
Advocate
Advocate


Joined: 21 Jun 2006
Posts: 2283
Location: Adendorf, Germany

PostPosted: Thu Sep 18, 2014 8:12 am    Post subject: Reply with quote

schmidicom wrote:
Es wäre auch noch interessant zu erfahren ob es bei den Sets zur Installation bleiben wird oder ob es später auch wieder Meta-Pakete geben wird wie es das jetzt unter KDE 4 der Fall ist?
Ehrlich gesagt würde ich die Metas bevorzugen.
_________________
Important German:
  1. "Aha" - German reaction to pretend that you are really interested while giving no f*ck.
  2. "Tja" - German reaction to the apocalypse, nuclear war, an alien invasion or no bread in the house.
Back to top
View user's profile Send private message
Klaus Meier
Advocate
Advocate


Joined: 18 Apr 2005
Posts: 2908
Location: Bozen

PostPosted: Fri Sep 19, 2014 5:38 pm    Post subject: Reply with quote

Übersetzt bekommen habe ich es jetzt. Bekommt man das jetzt irgendwie gestartet? Mit lightdm bekomme ich einen weißen Bildschirm und eine Maus. statxx sagt mir, xterm nicht gefunden. Jedenfalls nichts, aus dem man etwas schließen könnte.
Back to top
View user's profile Send private message
Yamakuzure
Advocate
Advocate


Joined: 21 Jun 2006
Posts: 2283
Location: Adendorf, Germany

PostPosted: Fri Sep 19, 2014 7:03 pm    Post subject: Reply with quote

Klaus Meier wrote:
Übersetzt bekommen habe ich es jetzt. Bekommt man das jetzt irgendwie gestartet? Mit lightdm bekomme ich einen weißen Bildschirm und eine Maus. statxx sagt mir, xterm nicht gefunden. Jedenfalls nichts, aus dem man etwas schließen könnte.
startdm funktioniert nur mit USE="qt4" einigermaßen, ich habe deshalb lieber kdm verwendet. Damit ging es problemlos.
_________________
Important German:
  1. "Aha" - German reaction to pretend that you are really interested while giving no f*ck.
  2. "Tja" - German reaction to the apocalypse, nuclear war, an alien invasion or no bread in the house.
Back to top
View user's profile Send private message
Klaus Meier
Advocate
Advocate


Joined: 18 Apr 2005
Posts: 2908
Location: Bozen

PostPosted: Fri Sep 19, 2014 7:22 pm    Post subject: Reply with quote

Werde ich gleich noch mal probieren. Obwohl, kdm, den soll es doch nach kde4 nicht mehr geben.

Ok, emerge kdm ergibt folgendes:
Code:
[blocks B      ] kde-base/kdepasswd:4 ("kde-base/kdepasswd:4" is blocking kde-base/plasma-desktop-5.0.2)
[blocks B      ] kde-base/libkworkspace:4 ("kde-base/libkworkspace:4" is blocking kde-base/plasma-workspace-5.0.2)


Was ist denn startdm? Habe ich bei mir nicht.

So, wenn ich bei lightdm den gtk-greeter verwende, dann bekomme ich da schon mal ein login. Aber fällt gleich wieder zurück auf den light-dm Screen. Probiere jetzt mal die USE-Flags durch, von denen hier die Rede war. Jetzt erst mal egl.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) Diskussionsforum All times are GMT
Goto page Previous  1, 2, 3, 4, 5 ... 29, 30, 31  Next
Page 4 of 31

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum