diff --git a/shell/sugar-shell b/shell/sugar-shell index c203298f..d84827bf 100755 --- a/shell/sugar-shell +++ b/shell/sugar-shell @@ -43,7 +43,7 @@ def _start_matchbox(): cmd = ['matchbox-window-manager'] cmd.extend(['-use_titlebar', 'no']) - cmd.extend(['-theme', 'olpc']) + cmd.extend(['-theme', 'sugar']) cmd.extend(['-kbdconfig', env.get_shell_path('kbdconfig')]) gobject.spawn_async(cmd, flags=gobject.SPAWN_SEARCH_PATH)