Fix matchbox invocation
This commit is contained in:
parent
62a1b69bcf
commit
8a98cdc6e0
@ -69,7 +69,7 @@ class MatchboxProcess(Process):
|
|||||||
options += '-theme olpc '
|
options += '-theme olpc '
|
||||||
|
|
||||||
if kbd_config:
|
if kbd_config:
|
||||||
options = '-kbdconfig %s ' % kbd_config
|
options += '-kbdconfig %s ' % kbd_config
|
||||||
|
|
||||||
command = 'matchbox-window-manager %s ' % options
|
command = 'matchbox-window-manager %s ' % options
|
||||||
Process.__init__(self, command)
|
Process.__init__(self, command)
|
||||||
|
Loading…
Reference in New Issue
Block a user