How To Fix qdbus Issue After Kubuntu Upgrade To 13.04

After I have upgraded from Kubuntu 12.10 to Kubuntu 13.04, my KDE session did not start. It had issues with bringing up dbus and asked be to call qdbus, by hand.

Watch Free Movies

http://justabytee.files.wordpress.com/2011/09/kubuntu_logo.jpg

But, when I do:

When I typed qdbus in the terminal, it looks up for /usr/lib/x86_64-linux-gnu/qt4/bin/qdbus but it cannot find it.

I have figured out what the issue is when I found the /usr/lib/i386-linux-gnu/qt4/bin/qdbus file.

On my 64 bit Kubuntu, I have qdbus for 32 bit installed, but I need the version for 64 bit systems.

To fix this, just install qdbus:

$ sudo apt-get install qdbus

The 32 bit qdbus was deleted, the 64 bit qdbus was installed, KDE run successfully and everybody was happy.

Scroll to Top