diff options
author | Ted Gould <ted@gould.cx> | 2010-10-15 12:41:16 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-10-15 12:41:16 -0500 |
commit | b877951a5c45aaaa49718748b5f786681e3e9622 (patch) | |
tree | 568e9e81921170d458c9fcc6910f8e2fa971c678 /tools | |
parent | 0f99ed218d71e96d2fa5f10c5f0791b61445f8aa (diff) | |
download | libayatana-indicator-b877951a5c45aaaa49718748b5f786681e3e9622.tar.gz libayatana-indicator-b877951a5c45aaaa49718748b5f786681e3e9622.tar.bz2 libayatana-indicator-b877951a5c45aaaa49718748b5f786681e3e9622.zip |
Add mean comment
Diffstat (limited to 'tools')
-rw-r--r-- | tools/80indicator-debugging | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/80indicator-debugging b/tools/80indicator-debugging index afc2093..f21559c 100644 --- a/tools/80indicator-debugging +++ b/tools/80indicator-debugging @@ -1,3 +1,9 @@ +# These are environment variables that effect the behavior +# of libindicator's service manager and indicator service +# objects. They turn off various robustness features that +# make debugging difficult and are not recommended for +# daily use. Development use only! + # Timeout after 1 minute export INDICATOR_SERVICE_SHUTDOWN_TIMEOUT=60000 |