Skip to content

Add option of using DBus activation for ApplicationLauncherJob

David Redondo requested to merge work/dbusactivation into master

Implements the spec as in https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html#dbus DBus activation will only be used if the application supports it and no options such as DeleteTemporaryFiles or suggested file names are specified that cannot be implemented using the spec.

Merge request reports