diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/Makefile.am | 2 | ||||
-rw-r--r-- | data/indicator-printers.conf.in | 4 | ||||
-rw-r--r-- | data/indicator-printers.desktop.in | 4 | ||||
-rw-r--r-- | data/upstart/indicator-printers.desktop.in | 4 |
4 files changed, 7 insertions, 7 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index de18ae7..51ed2dd 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -3,7 +3,7 @@ BUILT_SOURCES= CLEANFILES= EXTRA_DIST= -#SUBDIRS = upstart +SUBDIRS = upstart # # the upstart job file diff --git a/data/indicator-printers.conf.in b/data/indicator-printers.conf.in index 665fb35..1bd4e65 100644 --- a/data/indicator-printers.conf.in +++ b/data/indicator-printers.conf.in @@ -1,4 +1,4 @@ -description "Indicator Power Service" +description "Indicator Printers Service" start on indicator-services-start stop on desktop-end or indicator-services-end @@ -6,4 +6,4 @@ stop on desktop-end or indicator-services-end respawn respawn limit 2 10 -exec @pkglibexecdir@/indicator-power-service +exec @pkglibexecdir@/indicator-printers-service diff --git a/data/indicator-printers.desktop.in b/data/indicator-printers.desktop.in index 3b93d08..a4b6908 100644 --- a/data/indicator-printers.desktop.in +++ b/data/indicator-printers.desktop.in @@ -1,7 +1,7 @@ [Desktop Entry] Type=Application -Name=Indicator Power -Exec=@pkglibexecdir@/indicator-power-service +Name=Indicator Printers +Exec=@pkglibexecdir@/indicator-printers-service OnlyShowIn=Unity; NoDisplay=true StartupNotify=false diff --git a/data/upstart/indicator-printers.desktop.in b/data/upstart/indicator-printers.desktop.in index 08ce2fa..8c011a9 100644 --- a/data/upstart/indicator-printers.desktop.in +++ b/data/upstart/indicator-printers.desktop.in @@ -1,7 +1,7 @@ [Desktop Entry] Type=Application -Name=Indicator Power -Exec=@pkglibexecdir@/indicator-power-service +Name=Indicator Printers +Exec=@pkglibexecdir@/indicator-printers-service OnlyShowIn=Unity; NoDisplay=true StartupNotify=false |