351
351
elif osextras.find_on_path('matchbox-window-manager'):
352
352
wm_cmd = ['matchbox-window-manager']
354
356
raise MissingProgramError, \
355
357
("No window manager found (tried metacity, xfwm4, "
357
359
wm = subprocess.Popen(wm_cmd,
358
360
stdin=null, stdout=logfile, stderr=logfile,