diff options
Diffstat (limited to 'data/indicator-session.conf.in')
-rw-r--r-- | data/indicator-session.conf.in | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/data/indicator-session.conf.in b/data/indicator-session.conf.in index 3a512df..d5c4c8c 100644 --- a/data/indicator-session.conf.in +++ b/data/indicator-session.conf.in @@ -1,15 +1,14 @@ description "Indicator Session Service" -author "Ted Gould <ted@canonical.com>" -# NOTE: Limiting only to Unity 7 right now as it's still using -# dbusmenu. That can be lifted after it is ported to GMenu +# NOTE: Limiting only to Unity 7 right now as it's only needed +# on the desktop -start on indicators-loaded and xsession SESSION=ubuntu -stop on desktop-end +start on (indicators-loaded or indicator-services-start) and xsession SESSION=ubuntu +stop on desktop-end or indicator-services-end env G_MESSAGES_DEBUG=all export G_MESSAGES_DEBUG respawn -exec @libexecdir@/indicator-session-service +exec @pkglibexecdir@/indicator-session-service |