diff options
author | Matthias Clasen <mclasen@redhat.com> | 2014-04-08 16:28:53 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2014-04-08 16:33:37 -0400 |
commit | 2a499441eb169cdfc8cfa0871dc04db12ca1ab0f (patch) | |
tree | 2184d5a8d9e894efcb4213d0270f911b82431db0 /editor/dconf-editor.desktop.in.in | |
parent | c5419557ec86b40d4d7300352e01ee83d445a902 (diff) | |
download | dconf-2a499441eb169cdfc8cfa0871dc04db12ca1ab0f.tar.gz |
dconf-editor: Make DBus-activatable
This commit 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
https://bugzilla.gnome.org/show_bug.cgi?id=727862
Diffstat (limited to 'editor/dconf-editor.desktop.in.in')
-rw-r--r-- | editor/dconf-editor.desktop.in.in | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/editor/dconf-editor.desktop.in.in b/editor/dconf-editor.desktop.in.in deleted file mode 100644 index 4340816..0000000 --- a/editor/dconf-editor.desktop.in.in +++ /dev/null @@ -1,14 +0,0 @@ -[Desktop Entry] -_Name=dconf Editor -_Comment=Directly edit your entire configuration database -_Keywords=settings;configuration; -Exec=dconf-editor -Terminal=false -Type=Application -Icon=dconf-editor -StartupNotify=true -Categories=GNOME;GTK;System; -X-GNOME-Bugzilla-Bugzilla=GNOME -X-GNOME-Bugzilla-Product=dconf -X-GNOME-Bugzilla-Component=editor -X-GNOME-Bugzilla-Version=@VERSION@ |