diff options
author | Ted Gould <ted@gould.cx> | 2013-08-27 15:15:52 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2013-08-27 15:15:52 -0500 |
commit | bcd73f4d74fe781526cf224cee2ed7d87eeb16ee (patch) | |
tree | 28dd32e9e4ac2f37ac22b5c104f104d5ada6730e /data | |
parent | f3246fc5ba078608699ded2dd0fbecc571302cdb (diff) | |
download | ayatana-indicator-application-bcd73f4d74fe781526cf224cee2ed7d87eeb16ee.tar.gz ayatana-indicator-application-bcd73f4d74fe781526cf224cee2ed7d87eeb16ee.tar.bz2 ayatana-indicator-application-bcd73f4d74fe781526cf224cee2ed7d87eeb16ee.zip |
Dropping debugging for system-wide support
Diffstat (limited to 'data')
-rw-r--r-- | data/indicator-application.conf.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/data/indicator-application.conf.in b/data/indicator-application.conf.in index 8aec4eb..ddc803c 100644 --- a/data/indicator-application.conf.in +++ b/data/indicator-application.conf.in @@ -1,5 +1,4 @@ description "Indicator Application 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 @@ -9,9 +8,6 @@ stop on desktop-end or indicator-services-end emits appindicators-start appindicators-end -env G_MESSAGES_DEBUG=all -export G_MESSAGES_DEBUG - respawn exec @libexecdir@/indicator-application-service |