[gnome-terminal/gsettings] server: Fix .service file
- From: Christian Persch <chpe src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [gnome-terminal/gsettings] server: Fix .service file
 
- Date: Thu,  3 May 2012 16:55:48 +0000 (UTC)
 
commit 85daea65e26607caaa5e0ce8aa13c92811d27a03
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]