diff options
author | Ted Gould <ted@gould.cx> | 2013-05-29 13:32:07 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2013-05-29 13:32:07 -0500 |
commit | 7b8ff473585d69595766d728493a15e398045848 (patch) | |
tree | 28d3144665dcf1d02b341c4c956069635ca695f4 | |
parent | fe92d7d922e827c654ba0db27b52b2f35ad5e162 (diff) | |
download | ayatana-indicator-application-7b8ff473585d69595766d728493a15e398045848.tar.gz ayatana-indicator-application-7b8ff473585d69595766d728493a15e398045848.tar.bz2 ayatana-indicator-application-7b8ff473585d69595766d728493a15e398045848.zip |
Limiting to only the ubuntu session
-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 |