File: 80indicator-debugging

package info (click to toggle)
libayatana-indicator 0.8.4-1%2Bdeb11u2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 940 kB
  • sloc: ansic: 4,851; makefile: 555; python: 25; sh: 15; xml: 14
file content (17 lines) | stat: -rw-r--r-- 635 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# These are environment variables that effect the behavior of
# libayatana-indicator's service manager and ayatana-indicator
# service objects.  They turn off various robustness features
# that make debugging difficult and are not recommended for
# daily use.  Development use only!

# To use: either copy or symbolicly link this file to the
# Xsession dictory.  Specifically: /etc/X11/Xsession.d

# 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