[Differential] [Commented On] D4799: Delay notifications until desktop session has loaded
Valerio Pilo
noreply at phabricator.kde.org
Tue Feb 28 08:50:24 UTC 2017
vpilo added a comment.
@mck182 I didn't notice before, but KNotifications is already making blocking calls on creation:
src/notifybypopup.cpp at 182:
QDBusConnectionInterface *interface = QDBusConnection::sessionBus().interface();
d->dbusServiceExists = interface && interface->isServiceRegistered(dbusServiceName);
And there's more.
I can make the KSplash notification relay; but I wouldn't know how to get rid of those..
REPOSITORY
R289 KNotifications
REVISION DETAIL
https://phabricator.kde.org/D4799
EMAIL PREFERENCES
https://phabricator.kde.org/settings/panel/emailpreferences/
To: vpilo
Cc: dfaure, broulik, graesslin, mck182, #frameworks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20170228/b8191450/attachment.html>
More information about the Kde-frameworks-devel
mailing list