diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2010-11-24 14:56:35 -0500 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2010-11-24 14:56:35 -0500 |
commit | 1a4eadca8def1f57740a19d993adba7f770d932d (patch) | |
tree | 895fae89893f50f7c6e68b1c6f3a97c75c0e0b61 /tools/80indicator-debugging | |
parent | 948cb8ef96ab75f7f468d535450ce065af3e2c26 (diff) | |
parent | e87aa8f4e30f315a8ce8acece383c50e32290481 (diff) | |
download | libayatana-indicator-1a4eadca8def1f57740a19d993adba7f770d932d.tar.gz libayatana-indicator-1a4eadca8def1f57740a19d993adba7f770d932d.tar.bz2 libayatana-indicator-1a4eadca8def1f57740a19d993adba7f770d932d.zip |
* New upstream release.
* Adding a small file to set debugging environment variables
* Allowing to build for GTK 2/3 and build parallel libraries
* debian/control: Adding package libindicator-debugenv
Diffstat (limited to 'tools/80indicator-debugging')
-rw-r--r-- | tools/80indicator-debugging | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tools/80indicator-debugging b/tools/80indicator-debugging new file mode 100644 index 0000000..f21559c --- /dev/null +++ b/tools/80indicator-debugging @@ -0,0 +1,14 @@ +# 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 + +# If no one connects, still stay alive +export INDICATOR_ALLOW_NO_WATCHERS=1 + +# Don't restart the services if they crash +export INDICATOR_SERVICE_RESTART_DISABLE=1 |