[gnome-software/wip/launcher: 2/7] Set DBusActivatable in desktop file



commit 83d78ed5007c7491a50dba1b34d502f1f0d67f55
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 38f2876..1150028 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]