diff options
author | Ted Gould <ted@gould.cx> | 2014-02-20 10:59:28 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2014-02-20 10:59:28 -0600 |
commit | 329107ab34c4613ce4e59bb563762af53bc1287a (patch) | |
tree | 3436f51a1529f3e1a87fb3725cbf634b599ea879 /data | |
parent | 45e7973d2a058819d6b563160cb2261667b40907 (diff) | |
download | ayatana-indicator-printers-329107ab34c4613ce4e59bb563762af53bc1287a.tar.gz ayatana-indicator-printers-329107ab34c4613ce4e59bb563762af53bc1287a.tar.bz2 ayatana-indicator-printers-329107ab34c4613ce4e59bb563762af53bc1287a.zip |
Limit to Unity 7
Diffstat (limited to 'data')
-rw-r--r-- | data/indicator-printers.conf.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/data/indicator-printers.conf.in b/data/indicator-printers.conf.in index 1bd4e65..3e892fb 100644 --- a/data/indicator-printers.conf.in +++ b/data/indicator-printers.conf.in @@ -1,6 +1,9 @@ description "Indicator Printers Service" -start on indicator-services-start +# NOTE: Limiting only to Unity 7 right now as it's still using +# dbusmenu. That can be lifted after it is ported to GMenu + +start on indicator-services-start and xsession SESSION=ubuntu stop on desktop-end or indicator-services-end respawn |