Fix several makefiles, use olpc theme for matchbox
This commit is contained in:
@@ -9,6 +9,7 @@ class MatchboxProcess(Process):
|
||||
options = '-kbdconfig %s ' % kbd_config
|
||||
|
||||
options += '-use_titlebar no '
|
||||
options += '-theme olpc '
|
||||
|
||||
command = 'matchbox-window-manager %s ' % options
|
||||
Process.__init__(self, command)
|
||||
|
||||
Reference in New Issue
Block a user