diff options
author | Ted Gould <ted@gould.cx> | 2014-02-26 09:56:44 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2014-02-26 09:56:44 -0600 |
commit | d0e78b38c6de07d0d544537b72dfdafb7b2edbe3 (patch) | |
tree | e25124887a9bcdd0c26118ea30d2ff40b0b7b1ce | |
parent | 7ae14a373ce72721b4f08e65f0ec481a93ced91d (diff) | |
download | ayatana-indicator-application-d0e78b38c6de07d0d544537b72dfdafb7b2edbe3.tar.gz ayatana-indicator-application-d0e78b38c6de07d0d544537b72dfdafb7b2edbe3.tar.bz2 ayatana-indicator-application-d0e78b38c6de07d0d544537b72dfdafb7b2edbe3.zip |
Switch to not being ubuntu-touch for other desktops
-rw-r--r-- | data/indicator-application.conf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/indicator-application.conf.in b/data/indicator-application.conf.in index d3a103d..c06c705 100644 --- a/data/indicator-application.conf.in +++ b/data/indicator-application.conf.in @@ -3,7 +3,7 @@ description "Indicator Application Service" # 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 +start on indicator-services-start and xsession SESSION!=ubuntu-touch stop on desktop-end or indicator-services-end emits appindicators-start appindicators-end |