From 45361f6e3c6061d4630a630c8b2b48861e4cac57 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Tue, 9 Jun 2009 11:35:11 -0500 Subject: Adding in a bunch of service files. We're hip now. --- data/indicator-users.service.in | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 data/indicator-users.service.in (limited to 'data/indicator-users.service.in') diff --git a/data/indicator-users.service.in b/data/indicator-users.service.in new file mode 100644 index 0000000..7ffbaa1 --- /dev/null +++ b/data/indicator-users.service.in @@ -0,0 +1,3 @@ +[D-BUS Service] +Name=com.ubuntu.indicator.users +Exec=@libexec@/indicator-users-service -- cgit v1.2.3 From 49c4646f0d2beb676e6d60d971fe7789253c4f38 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Tue, 9 Jun 2009 15:35:25 -0500 Subject: Oh, stealing the methods used in PolicyKit for building these. I dislike calling sed directly, but the results are fantastic. --- data/indicator-users.service.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/indicator-users.service.in') diff --git a/data/indicator-users.service.in b/data/indicator-users.service.in index 7ffbaa1..2843743 100644 --- a/data/indicator-users.service.in +++ b/data/indicator-users.service.in @@ -1,3 +1,3 @@ [D-BUS Service] Name=com.ubuntu.indicator.users -Exec=@libexec@/indicator-users-service +Exec=@libexecdir@/indicator-users-service -- cgit v1.2.3 From ec801dfdbdcc03061728288388d1421aa4d3dd35 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 24 Jul 2009 16:57:58 -0500 Subject: Changing the names in the service files as well. --- data/indicator-users.service.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/indicator-users.service.in') diff --git a/data/indicator-users.service.in b/data/indicator-users.service.in index 2843743..2dc9062 100644 --- a/data/indicator-users.service.in +++ b/data/indicator-users.service.in @@ -1,3 +1,3 @@ [D-BUS Service] -Name=com.ubuntu.indicator.users +Name=org.ayatana.indicator.users Exec=@libexecdir@/indicator-users-service -- cgit v1.2.3