Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2013-01-22 12:10:37 (GMT)
committer Simon Schampijer <simon@laptop.org>2013-01-22 12:19:50 (GMT)
commitea803cb709587d506434e09c37fe9f4dfd2128d8 (patch)
tree25e44dba0890e66d96fecf591c5cbe860abe148a /bin
parent74b7e527d8152bd4658682fab6983b97056a307c (diff)
Rework how we select the Xcursor theme
Metacity reads the default theme from gsettings and we were trying to override it at lower level, causing race conditions. Now we are just setting the cursor-theme gsetting, so that metacity setup the Sugar theme for us. Distributions which are shipping both GNOME and Sugar should make sure to set XDG_CONFIG_HOME for either of the desktops to point to a non default location, so that the settings are not conflicting. It's necessary in this case if you don't want to get the Sugar cursors in GNOME, but it seems like a sane approach in general. We are sharing several components with GNOME which are (or might in the future) use GNOME gsettings. Acked-by: Simon Schampijer <simon@laptop.org>
Diffstat (limited to 'bin')
-rw-r--r--bin/sugar.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/sugar.in b/bin/sugar.in
index 606057d..440e3b3 100644
--- a/bin/sugar.in
+++ b/bin/sugar.in
@@ -46,6 +46,4 @@ if [ -f ~/.sugar/debug ]; then
. ~/.sugar/debug
fi
-echo Xcursor.theme: sugar | xrdb -merge
-
exec python -m jarabe.main