[gnome-software] Set DBusActivatable in desktop file
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software] Set DBusActivatable in desktop file
- Date: Fri, 18 Oct 2013 03:28:46 +0000 (UTC)
commit a1732bf2ff4803b5e5d8795c595ec13aedc1a590
Author: Matthias Clasen <mclasen redhat com>
Date: Sun Sep 15 18:50:29 2013 -0400
Set DBusActivatable in desktop file
Rename the desktop file to org.gnome.Software.desktop and add
DBusActivatable=true.
This allows us to be launched directly from the shell by way of
D-Bus activation (instead of going via the launcher binary).
src/Makefile.am | 2 +-
...re.desktop.in => org.gnome.Software.desktop.in} | 1 +
2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index a156d61..1f1520f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -19,7 +19,7 @@ AM_CPPFLAGS = \
@INTLTOOL_DESKTOP_RULE@
desktopdir = $(datadir)/applications
desktop_in_files = \
- gnome-software.desktop.in
+ org.gnome.Software.desktop.in
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
UI_FILES = \
diff --git a/src/gnome-software.desktop.in b/src/org.gnome.Software.desktop.in
similarity index 94%
rename from src/gnome-software.desktop.in
rename to src/org.gnome.Software.desktop.in
index 98f6754..230b988 100644
--- a/src/gnome-software.desktop.in
+++ b/src/org.gnome.Software.desktop.in
@@ -10,3 +10,4 @@ StartupNotify=true
X-GNOME-Bugzilla-Bugzilla=GNOME
X-GNOME-Bugzilla-Product=gnome-software
X-GNOME-Bugzilla-Component=gnome-software
+DBusActivatable=true
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]