From 653de31eed0619c0e7356c45d8932ac4c9574fc5 Mon Sep 17 00:00:00 2001 From: Simon Schampijer Date: Fri, 16 Jan 2009 12:45:49 +0000 Subject: separate debug settings from xsession #163 - source the debug options in the sugar executable - create ~/.sugar/debug file on profile creation where one can customize the debug options --- (limited to 'bin') diff --git a/bin/sugar.in b/bin/sugar.in index af7f6b2..ba49358 100644 --- a/bin/sugar.in +++ b/bin/sugar.in @@ -11,6 +11,11 @@ if ! test -f "$GTK2_RC_FILES"; then exit 1 fi +# Source debug definitions +if [ -f ~/.sugar/debug ]; then + . ~/.sugar/debug +fi + matchbox-window-manager -use_titlebar no -theme sugar \ -kbdconfig @prefix@/share/sugar/data/kbdconfig & -- cgit v0.9.1