diff options
author | Ted Gould <ted@gould.cx> | 2011-07-07 23:38:34 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-07-07 23:38:34 -0500 |
commit | ca29a765c5d359b7209827275c71e8fb250fc1bc (patch) | |
tree | a7ecd1c1018bb84cd3349e904eb08572395ebd25 | |
parent | 2016fdf65cdb975f4c5f64c61e1d1a029ee40611 (diff) | |
parent | d23b4e89cdc6f95ff8e14d8a9fcb89ce2d8682d5 (diff) | |
download | libayatana-indicator-ca29a765c5d359b7209827275c71e8fb250fc1bc.tar.gz libayatana-indicator-ca29a765c5d359b7209827275c71e8fb250fc1bc.tar.bz2 libayatana-indicator-ca29a765c5d359b7209827275c71e8fb250fc1bc.zip |
Installing the debugging env entries in shared directory instead of the executable one.
-rw-r--r-- | tools/80indicator-debugging | 3 | ||||
-rw-r--r-- | tools/Makefile.am | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/tools/80indicator-debugging b/tools/80indicator-debugging index f21559c..85d0a35 100644 --- a/tools/80indicator-debugging +++ b/tools/80indicator-debugging @@ -4,6 +4,9 @@ # 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 diff --git a/tools/Makefile.am b/tools/Makefile.am index 287d34f..cefd944 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -34,7 +34,7 @@ indicator_loader3_SOURCES = $(indicator_loader_SOURCES) indicator_loader3_CFLAGS = $(indicator_loader_CFLAGS) indicator_loader3_LDADD = $(indicator_loader_LDADD) -xsessiondir = $(sysconfdir)/X11/Xsession.d +xsessiondir = $(pkgdatadir) xsession_DATA = 80indicator-debugging |