D15606: Fix calling qdbus by using qt5-current name qdbus-qt5

Friedrich W. H. Kossebau noreply at phabricator.kde.org
Wed Sep 19 19:26:51 BST 2018


kossebau created this revision.
kossebau added reviewers: KDevelop, lbeltrame, fvogt, jriddell.
Herald added a project: KDevelop.
Herald added a subscriber: kdevelop-devel.
kossebau requested review of this revision.

REVISION SUMMARY
  Due to Qt not providing OOTV support for paralell installation of different
  base versions (like Qt4 and Qt5), Linux distributions have separated into
  different approaches how to name the Qt tools like qmake and qtdbus.
  Many use -qt4 and -qt5 suffixes and link the normal name to a variant, e.g.
  controlled by a custom tool qtchooser. Others kept the Qt4 versions to stay
  with the names, and only added a suffix -qt5 to the new ones.
  
  By some first feedback on #kdevelop <https://phabricator.kde.org/tag/kdevelop/> it seems that still on all platforms
  the qtdbus tool should be accessible by the name qdbus-qt5.
  
  Alternatively dbus-send could be used instead?
  
  What about appimage and Windows app bundle? Which tool name would be
  expected there?

TEST PLAN
  There is no longer a warning about missing qtdbus in the embedded konsole on
  opening. The commands like search! & Co. work again.

REPOSITORY
  R32 KDevelop

BRANCH
  fixqtdbusname

REVISION DETAIL
  https://phabricator.kde.org/D15606

AFFECTED FILES
  app/kdevelop!
  kdevplatform/util/kdevplatform_shell_environment.sh

To: kossebau, #kdevelop, lbeltrame, fvogt, jriddell
Cc: kdevelop-devel, glebaccon, antismap, iodelay, vbspam, geetamc, Pilzschaf, akshaydeo, surgenight, arrowd
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20180919/ad13c00f/attachment.html>


More information about the KDevelop-devel mailing list