Hi Xen, On Tue, May 24, 2016 at 11:12:24PM +0200, Xen wrote: > On my system (16.04) there is: > > qtchooser: /usr/bin/qdbusviewer > qttools5-dev-tools: /usr/lib/x86_64-linux-gnu/qt5/bin/qdbusviewer > > qdbusviewer will try to start > > qt4-dev-tools: /usr/lib/x86_64-linux-gnu/qt4/bin/qdbusviewer > > but is not installed.
You can use “qdbusviewer -qt5” command which will work. Alternatively, install the qt5-default package, then “qdbusviewer” will also work. In qtchooser, I added a fallback mechanism for some tools, but unfortunately qdbusviewer is not among them. See <http://code.qt.io/cgit/qt/qtchooser.git/commit/?id=ae5eeef85c9a818b>. > I just fixed it for now by symlinking the qt5 qdbusviewer to the qt4 one: > > sudo ln -s /usr/lib/x86_64-linux-gnu/qt5/bin/qdbusviewer > /usr/lib/x86_64-linux-gnu/qt4/bin Do not do this. -- Dmitry Shachnev
signature.asc
Description: PGP signature
-- kubuntu-devel mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/kubuntu-devel
