From 23516911ebc21e9714f662a6c47cf385660a88b0 Mon Sep 17 00:00:00 2001 From: Tomeu Vizoso Date: Sat, 11 Jul 2009 14:14:57 +0000 Subject: Set the cursor theme --- 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() -- cgit v0.9.1