diff options
author | Ted Gould <ted@gould.cx> | 2014-02-25 16:27:11 +0000 |
---|---|---|
committer | Tarmac <Unknown> | 2014-02-25 16:27:11 +0000 |
commit | 464ad34b13d3ef60265b6c22bdf608bab334309a (patch) | |
tree | 5cde744452847515406e3210d41d005f57b2da4d /data/upstart | |
parent | 4a7d3578994939cfcf1e3c0f4eb213d2f97d9496 (diff) | |
parent | 2fa7d7ac75aabdb501c700679a995d0a32691b80 (diff) | |
download | ayatana-indicator-printers-464ad34b13d3ef60265b6c22bdf608bab334309a.tar.gz ayatana-indicator-printers-464ad34b13d3ef60265b6c22bdf608bab334309a.tar.bz2 ayatana-indicator-printers-464ad34b13d3ef60265b6c22bdf608bab334309a.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 | 17 | ||||
-rw-r--r-- | data/upstart/indicator-printers.desktop.in | 9 |
2 files changed, 26 insertions, 0 deletions
diff --git a/data/upstart/Makefile.am b/data/upstart/Makefile.am new file mode 100644 index 0000000..8eb41e9 --- /dev/null +++ b/data/upstart/Makefile.am @@ -0,0 +1,17 @@ +BUILT_SOURCES= +CLEANFILES= +EXTRA_DIST= + +# +# the upstart xdg autostart override +# + +xdg_autostartdir = $(datadir)/upstart/xdg/autostart +xdg_autostart_DATA = indicator-printers.desktop +xdg_autostart_in = $(xdg_autostart_DATA:.desktop=.desktop.in) +$(xdg_autostart_DATA): $(xdg_autostart_in) + $(AM_V_GEN) $(SED) -e "s|\@pkglibexecdir\@|$(pkglibexecdir)|" $< > $@ +BUILT_SOURCES += $(xdg_autostart_DATA) +CLEANFILES += $(xdg_autostart_DATA) +EXTRA_DIST += $(xdg_autostart_in) + diff --git a/data/upstart/indicator-printers.desktop.in b/data/upstart/indicator-printers.desktop.in new file mode 100644 index 0000000..8c011a9 --- /dev/null +++ b/data/upstart/indicator-printers.desktop.in @@ -0,0 +1,9 @@ +[Desktop Entry] +Type=Application +Name=Indicator Printers +Exec=@pkglibexecdir@/indicator-printers-service +OnlyShowIn=Unity; +NoDisplay=true +StartupNotify=false +Terminal=false +Hidden=true |