Skip to content

Use DBus activation in NewMailNotifierShowMessageJob

Fabian Vogt requested to merge work/fvogt/notificationwindow into master

KIO::ApplicationLauncherJob unconditionally executes the kmail binary, even if KMail is already running. Not only is this slower, it also has the negative effect of opening the main window if it's not open already, sometimes even in front of the message that should be shown.

Merge request reports