Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@sugarlabs.org>2009-07-11 14:14:57 (GMT)
committer Tomeu Vizoso <tomeu@sugarlabs.org>2009-07-11 14:14:57 (GMT)
commit23516911ebc21e9714f662a6c47cf385660a88b0 (patch)
tree32f3e385a9eaf9dc1a2f2dabbf607b638f007560
parent623a60d16c8dc866d65572d5f764673015090ce0 (diff)
Set the cursor theme
-rw-r--r--bin/sugar-session7
1 files changed, 4 insertions, 3 deletions
diff --git a/bin/sugar-session b/bin/sugar-session
index b4ab2c7..d215dd7 100644
--- a/bin/sugar-session
+++ b/bin/sugar-session
@@ -134,14 +134,15 @@ def main():
cleanup_logs()
logger.start('shell')
- intro.check_profile()
-
client = gconf.client_get_default()
- timezone = client.get_string('/desktop/sugar/date/timezone')
+ client.set_string('/desktop/gnome/peripherals/mouse/cursor_theme', 'sugar')
+ timezone = client.get_string('/desktop/sugar/date/timezone')
if timezone is not None and timezone:
os.environ['TZ'] = timezone
+ intro.check_profile()
+
start_ui_service()
start_session_manager()