diff options
author | Ted Gould <ted@gould.cx> | 2014-02-25 16:36:48 +0000 |
---|---|---|
committer | Tarmac <Unknown> | 2014-02-25 16:36:48 +0000 |
commit | e51f4d9d61fd46cc853734fe0a2270f301cbcfcf (patch) | |
tree | aef4c616af9dc53d7300dab1dd78f9bed14370f5 /data/upstart | |
parent | ae7db093cc7077a817fed9dfb0f2d106d8ed3ff5 (diff) | |
parent | 7ae14a373ce72721b4f08e65f0ec481a93ced91d (diff) | |
download | ayatana-indicator-application-e51f4d9d61fd46cc853734fe0a2270f301cbcfcf.tar.gz ayatana-indicator-application-e51f4d9d61fd46cc853734fe0a2270f301cbcfcf.tar.bz2 ayatana-indicator-application-e51f4d9d61fd46cc853734fe0a2270f301cbcfcf.zip |
Synchronize process management across indicators.
Approved by Charles Kerr, PS Jenkins bot.
Diffstat (limited to 'data/upstart')
-rw-r--r-- | data/upstart/Makefile.am | 9 | ||||
-rw-r--r-- | data/upstart/indicator-application.desktop.in | 8 |
2 files changed, 17 insertions, 0 deletions
diff --git a/data/upstart/Makefile.am b/data/upstart/Makefile.am new file mode 100644 index 0000000..f7bc09e --- /dev/null +++ b/data/upstart/Makefile.am @@ -0,0 +1,9 @@ + +xdg_autostartdir = $(pkgdatadir)/upstart/xdg/autostart +xdg_autostart_DATA = indicator-application.desktop + +%.desktop: %.desktop.in + sed -e "s|\@libexecdir\@|$(pkglibexecdir)|" $< > $@ + +EXTRA_DIST = \ + indicator-application.desktop.in diff --git a/data/upstart/indicator-application.desktop.in b/data/upstart/indicator-application.desktop.in new file mode 100644 index 0000000..f4ba076 --- /dev/null +++ b/data/upstart/indicator-application.desktop.in @@ -0,0 +1,8 @@ +[Desktop Entry] +Type=Application +Name=Indicator Application +Exec=@pkglibexecdir@/indicator-application-service +StartupNotify=false +Terminal=false +OnlyShowIn=Unity;XFCE; +Hidden=true |