3

I just booted a fresh Kubuntu 13.10 ISO in a virtual machine and tried to run qdbus and got an error that not a single Qt installation was found:

qdbus: could not find a Qt installation of ''

The qdbus package is installed. How can I get it to work without installing qdbus-qt5 like I did on my main machine, where it broke a little differently?

1 Answers1

5

Had the same problem.

Try:

sudo apt-get install qt5-default qdbus-qt5

It seems the qdbus package got split out. Not sure the qt5-default install is needed though, but it worked for me.

References: http://forum.kde.org/viewtopic.php?f=66&t=107875 https://bugs.launchpad.net/ubuntu/+source/qttools-opensource-src/+bug/1215905

guntbert
  • 13,475