[Differential] [Commented On] D2545: Cleanup KSharedUiServerProxy before qApp exists
kfunk (Kevin Funk)
noreply at phabricator.kde.org
Fri Dec 16 11:06:48 UTC 2016
kfunk added a comment.
For the record, since I don't see an easy fix I'm pondering about patching qtbase in craft.git:
Ideas:
a ) Add this to QDBusConnectionManager ctor:
qAddPostRoutine([]() {
QMetaObject::invokeMethod(QDBusConnectionManager::instance(), "quit");
});
b) Just cherry-pick https://codereview.qt-project.org/#/c/147261/1 (tried to fix the same issue, but got abandoned)
This might be killing DBus connections too early, but it's better than hanging the process on exit (I'm being pragmatic here).
BRANCH
master
REVISION DETAIL
https://phabricator.kde.org/D2545
EMAIL PREFERENCES
https://phabricator.kde.org/settings/panel/emailpreferences/
To: kfunk, vonreth, dfaure
Cc: thiago, albertvaka, mutlaqja, arrowdodger, #frameworks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20161216/3de9dad3/attachment.html>
More information about the Kde-frameworks-devel
mailing list