[gnome-terminal] server: Fix .service file



commit 1d94a2e315c7c6789d58fe463efa1e1973107e27
Author: Christian Persch <chpe gnome org>
Date:   Thu May 3 18:55:15 2012 +0200

    server: Fix .service file
    
    Fix Exec= line, and make the .service file have the right name.

 src/Makefile.am |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index ca3e43a..cf28e9a 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -9,7 +9,7 @@ endif # WITH_NAUTILUS_EXTENSION
 
 # Terminal server
 
-dbusservice_DATA = org.gnome.Terminal.Factory0.service
+dbusservice_DATA = org.gnome.Terminal.service
 
 BUILT_SOURCES = \
 	terminal-marshal.c \
@@ -122,10 +122,10 @@ terminal-marshal.c: $(srcdir)/terminal-marshal.list
 		&& mv terminal-marshal.c.tmp terminal-marshal.c ) \
 	|| ( rm -f terminal-marshal.c.tmp && exit 1 )
 
-org.gnome.Terminal.Factory0.service: Makefile
+org.gnome.Terminal.service: Makefile
 	$(AM_V_GEN) ( echo "[D-BUS Service]"; \
-		      echo "Name=org.gnome.Terminal.Factory0"; \
-		      echo "${libexecdir}/gnome-terminal-server") > $@
+		      echo "Name=org.gnome.Terminal"; \
+		      echo "Exec=${libexecdir}/gnome-terminal-server") > $@
 
 terminal-gdbus-generated.c terminal-gdbus-generated.h: org.gnome.Terminal.xml Makefile
 	$(AM_V_GEN) $(GDBUS_CODEGEN) \



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