diff options
-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 |