Use sugar theme for matchbox

This commit is contained in:
Marco Pesenti Gritti 2007-05-11 20:31:44 +02:00
parent 5b55fbc99e
commit d319ac192d

View File

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