Use sugar theme for matchbox

master
Marco Pesenti Gritti 17 years ago
parent 5b55fbc99e
commit d319ac192d

@ -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)

Loading…
Cancel
Save