Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/0.84/platform/sugar/SOURCES/sugar-0.84.5-sugar-start-script.patch
blob: 0baf1cb992f862d296155d553b51622f7dce1ccc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
diff --git a/bin/sugar.in b/bin/sugar.in
index b9f467c..f269fd0 100644
--- a/bin/sugar.in
+++ b/bin/sugar.in
@@ -1,7 +1,9 @@
 #!/bin/sh
 
+echo Xcursor.theme: sugar | xrdb
+
 if test -z "$SUGAR_SCALING"; then
-    export SUGAR_SCALING=100
+    export SUGAR_SCALING=72
 fi
 
 export GTK2_RC_FILES="@prefix@/share/sugar/data/sugar-$SUGAR_SCALING.gtkrc"
@@ -19,4 +21,4 @@ fi
 matchbox-window-manager -use_titlebar no -theme sugar \
                         -kbdconfig @prefix@/share/sugar/data/kbdconfig &
 
-exec sugar-session
+exec dbus-launch --exit-with-session sugar-session