[file-roller] Make DBus-activatable



commit f32fe39d745cc4e6b848f14a8d511243071f7649
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Apr 10 18:28:37 2014 -0700

    Make DBus-activatable
    
    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
    
    https://bugzilla.gnome.org/show_bug.cgi?id=728009

 configure.ac                                       |    2 +-
 data/Makefile.am                                   |    2 +-
 ...op.in.in => org.gnome.FileRoller.desktop.in.in} |    0
 data/org.gnome.FileRoller.service.in               |    2 +-
 4 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 0e5b6be..2b8be4b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -323,7 +323,7 @@ dnl ******************************
 AC_CONFIG_FILES([Makefile
                 file-roller.spec
                 data/Makefile
-                data/file-roller.desktop.in
+                data/org.gnome.FileRoller.desktop.in
                 data/icons/Makefile
                 data/icons/16x16/Makefile
                 data/icons/16x16/apps/Makefile
diff --git a/data/Makefile.am b/data/Makefile.am
index 34f5761..7c7b186 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -1,7 +1,7 @@
 SUBDIRS = icons
 
 desktopdir = $(datadir)/applications
-desktop_in_in_files = file-roller.desktop.in.in
+desktop_in_in_files = org.gnome.FileRoller.desktop.in.in
 desktop_in_files = $(desktop_in_in_files:.desktop.in.in=.desktop.in) 
 desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) 
 @INTLTOOL_DESKTOP_RULE@
diff --git a/data/file-roller.desktop.in.in b/data/org.gnome.FileRoller.desktop.in.in
similarity index 100%
rename from data/file-roller.desktop.in.in
rename to data/org.gnome.FileRoller.desktop.in.in
diff --git a/data/org.gnome.FileRoller.service.in b/data/org.gnome.FileRoller.service.in
index f36fc0e..110d337 100644
--- a/data/org.gnome.FileRoller.service.in
+++ b/data/org.gnome.FileRoller.service.in
@@ -1,3 +1,3 @@
 [D-BUS Service]
-Name=org.gnome.ArchiveManager1
+Name=org.gnome.FileRoller
 Exec= bindir@/file-roller --service


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]