Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/sugar.in5
1 files changed, 5 insertions, 0 deletions
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 &