I'm using KDE and whenever i try to load my distro it gets to the login screen and everything looks like it's fine but when i type my pass and login it freezes and gives a message saying "Could not start d-bus. can you call qdbus-qt5 ?", Could someone please tell me how to fix it :/ ?
-
12-Nov-2016, 08:00 #2
Re: Could not start d-bus. can you call qdbus-qt5 ?
Next time please search the forum first, there were at least two threads (and a bug report) about this problem recently, with exactly the same title...
Apparently the "installers" of some software (Anaconda e.g.) break the system Qt5 installation.
But ok: logout (press Ctrl+Alt+Backspace twice to kill the X session and get back to the login screen), choose IceWM at the login screen and login again. This will give you a graphical session to make debugging easier...
Then post the output of these commands: (run as user)
Code:qdbus-qt5 qtpaths --binaries-dir which qtpaths
-
12-Nov-2016, 09:51 #3
New or Quiet Penguin
- Join Date
- Sep 2016
- Posts
- 22
Re: Could not start d-bus. can you call qdbus-qt5 ?
Sorry, next time i will check before posting
Oh yes i did install Anaconda before closing the last time
output:
Code:> qdbus-qt5 :1.1 :1.10 org.kde.konsole :1.11 :1.2 :1.3 org.gnome.GConf :1.4 org.a11y.Bus :1.5 :1.6 org.gtk.vfs.Daemon :1.7 :1.8 org.PulseAudio1 org.pulseaudio.Server :1.9 org.freedesktop.DBus > qtpaths --binaries-dir /home/haib/anaconda3/bin > which qtpaths /home/haib/anaconda3/bin/qtpaths
-
12-Nov-2016, 10:00 #4
Re: Could not start d-bus. can you call qdbus-qt5 ?
That's exactly the problem:
This means that startkde tries to find qdbus-qt5 in /home/haib/anaconda3/bin, where it doesn't exist.
You basically have these options to fix it:
- remove the PATH= line that the Anaconda installer added from your ~/.bashrc and set the path manually before running Anaconda
- copy or symlink qdbus-qt5 in /home/haib/anaconda3/bin
- modify /usr/bin/startkde and add the explicit path to the call to qtpaths, i.e. replace qtpaths with /usr/bin/qtpaths
See also https://forums.opensuse.org/showthre...dbus-qt5/page3 for the previous discussion...
Btw, I submitted the second change to openSUSE's Plasma5 packages recently so this should not happen any more in Tumbleweed and Leap 42.2, but not yet as update for 42.1.
Though, I still think it's a bug in Anaconda's installer that might break other things as well. -
12-Nov-2016, 10:57 #5
New or Quiet Penguin
- Join Date
- Sep 2016
- Posts
- 22
Re: Could not start d-bus. can you call qdbus-qt5 ?
https://forums.opensuse.org/showthread.php/520970-Could-not-start-d-bus-can-you-call-qdbus-qt5
إرسال تعليق