GNOME Bugzilla – Bug 728009
Make DBus-activatable
Last modified: 2014-11-25 13:51:32 UTC
This conmmit installs a service file, renames the desktop file to follow the bus name, and adds the DBusActivatable key to the desktop file, following https://wiki.gnome.org/HowDoI/DBusApplicationLaunching
Created attachment 274059 [details] [review] Make DBus-activatable
Comment on attachment 274059 [details] [review] Make DBus-activatable Pushed to master, thank you.
I'm getting the following warning now starting file-roller: ** WARNING **: Could not load desktop file '/usr/share/applications/file-roller.desktop': No such file or directory
I've filed https://bugzilla.gnome.org/show_bug.cgi?id=731331 with a patch for smclient removal, which also takes care of this warning as a side effect.
note that the rename of the .desktop is making user configurations invalid on upgrade (launcher favorites, mimetype associations, ...), is there any recommended way for distributors to deal with those issues? would it be an option to keep shipping a "file-roller.desktop" for compatibility reasons?