Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bin/sugar-emulator
diff options
context:
space:
mode:
Diffstat (limited to 'bin/sugar-emulator')
-rw-r--r--bin/sugar-emulator9
1 files changed, 4 insertions, 5 deletions
diff --git a/bin/sugar-emulator b/bin/sugar-emulator
index acd5976..7f06609 100644
--- a/bin/sugar-emulator
+++ b/bin/sugar-emulator
@@ -88,11 +88,10 @@ def _start_xephyr(dpi, dimensions, fullscreen):
tries -= 1
time.sleep(0.1)
-def _start_matchbox():
- cmd = ['matchbox-window-manager']
+def _start_window_manager():
+ cmd = ['metacity']
- cmd.extend(['-use_titlebar', 'no'])
- cmd.extend(['-theme', 'sugar'])
+ cmd.extend(['--no-force-fullscreen'])
gobject.spawn_async(cmd, flags=gobject.SPAWN_SEARCH_PATH)
@@ -157,7 +156,7 @@ def main():
if not args:
command.append('sugar')
else:
- _start_matchbox()
+ _start_window_manager()
if args[0].endswith('.py'):
command.append('python')