[gnome-nibbles] Revert "Make D-Bus activatable"



commit 376f1a4f8439722b1c9e8cc22c44e2902c808372
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Fri Feb 12 20:42:27 2016 -0600

    Revert "Make D-Bus activatable"
    
    This reverts commit 0205d06107b948f118368ce43b8017ba73fde1f3.
    
    Why not: because it doesn't work.

 data/Makefile.am                  |   11 -----------
 data/org.gnome.Nibbles.desktop.in |    1 -
 2 files changed, 0 insertions(+), 12 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index e4f13a6..8b8b2fd 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -1,14 +1,5 @@
 SUBDIRS = icons levels pix
 
-dbusservicedir = $(datadir)/dbus-1/services
-dbusservice_DATA = org.gnome.Nibbles.service
-
-org.gnome.Nibbles.service: Makefile
-       $(AM_V_GEN) (echo '[D-BUS Service]'; \
-                    echo 'Name=org.gnome.Nibbles'; \
-                    echo 'Exec=${bindir}/gnome-nibbles --gapplication-service') > $  tmp && \
-                   mv $  tmp $@
-
 desktopdir = $(datadir)/applications
 desktop_in_files = org.gnome.Nibbles.desktop.in
 desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
@@ -46,13 +37,11 @@ dist_sounds_DATA = \
 
 EXTRA_DIST = \
        $(appstream_in_files) \
-       $(dbusservice_DATA) \
        $(desktop_in_files) \
        $(gsettings_SCHEMAS)
 
 CLEANFILES = \
        $(appstream_XML) \
-       $(dbusservice_DATA) \
        $(desktop_DATA)
 
 AM_DISTCHECK_CONFIGURE_FLAGS == --enable-appdata-check
diff --git a/data/org.gnome.Nibbles.desktop.in b/data/org.gnome.Nibbles.desktop.in
index 1ef674f..24e84d9 100644
--- a/data/org.gnome.Nibbles.desktop.in
+++ b/data/org.gnome.Nibbles.desktop.in
@@ -8,4 +8,3 @@ Terminal=false
 Type=Application
 Categories=GNOME;GTK;Game;ArcadeGame;
 StartupNotify=true
-DBusActivatable=true


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