aboutsummaryrefslogtreecommitdiff
path: root/tools/80indicator-debugging
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-11-11 14:40:03 -0600
committerTed Gould <ted@gould.cx>2010-11-11 14:40:03 -0600
commitdf21e797234f5bb4bd7e2a014296efe20ac6d2f3 (patch)
tree9b46318f3c6ff12e79b3a3da65523b5a1818bc3e /tools/80indicator-debugging
parentb91aaa92453fbab73397019070d86c0a9b6fa7ce (diff)
parent7d8375c7694f91fb05f72cf175a0a0219ba19bb1 (diff)
downloadlibayatana-indicator-df21e797234f5bb4bd7e2a014296efe20ac6d2f3.tar.gz
libayatana-indicator-df21e797234f5bb4bd7e2a014296efe20ac6d2f3.tar.bz2
libayatana-indicator-df21e797234f5bb4bd7e2a014296efe20ac6d2f3.zip
Import upstream version 0.3.15
Diffstat (limited to 'tools/80indicator-debugging')
-rw-r--r--tools/80indicator-debugging14
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