diff options
author | Ted Gould <ted@gould.cx> | 2013-08-27 12:55:22 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2013-08-27 12:55:22 -0500 |
commit | c440b9d6a1737e3be03e205e32fec64ebdfcb2df (patch) | |
tree | b74867b600c41ff03ed87565eae38d2daaa47d5f /data/indicator-session.conf.in | |
parent | 4661ef2d0a834509194d069466e3905aece05183 (diff) | |
parent | b7a8f35077f950dc6dab640e759341c1c2476f5c (diff) | |
download | ayatana-indicator-session-c440b9d6a1737e3be03e205e32fec64ebdfcb2df.tar.gz ayatana-indicator-session-c440b9d6a1737e3be03e205e32fec64ebdfcb2df.tar.bz2 ayatana-indicator-session-c440b9d6a1737e3be03e205e32fec64ebdfcb2df.zip |
Merging trunk
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 |