diff options
-rw-r--r-- | data/indicator-application.conf.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/data/indicator-application.conf.in b/data/indicator-application.conf.in index 2e452a3..351ac74 100644 --- a/data/indicator-application.conf.in +++ b/data/indicator-application.conf.in @@ -1,7 +1,10 @@ description "Indicator Application Service" author "Ted Gould <ted@canonical.com>" -start on indicators-loaded +# 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 indicators-loaded and xsession SESSION=ubuntu stop on desktop-end emits appindicators-start appindicators-end |