D8810: Do not look for kioslave binary in applicationDirPath (#386859)

Kevin Kofler noreply at phabricator.kde.org
Tue Nov 14 02:43:24 UTC 2017


kkofler created this revision.
kkofler added a reviewer: Frameworks.
Restricted Application added a project: Frameworks.

REVISION SUMMARY
  src/core/slave.cpp (Slave::createSlave): Do not look for the kioslave
  binary in QCoreApplication::applicationDirPath(). In distribution
  packages, this ends up looking for the binary in /usr/bin, which is
  where the legacy kdelibs 3 installed its kioslave binary. As a result,
  we end up invoking the kdelibs 3 kioslave binary with our KF5 KIO slave
  and crashing it due to the mixed Qt/KDE libraries.
  
  BUG: 386859

REPOSITORY
  R241 KIO

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

AFFECTED FILES
  src/core/slave.cpp

To: kkofler, #frameworks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20171114/0d9f10c6/attachment.html>


More information about the Kde-frameworks-devel mailing list