349
349
wm_cmd = ['matchbox-window-manager']
350
350
elif osextras.find_on_path('openbox-lubuntu'):
351
351
wm_cmd = ['openbox-lubuntu']
353
355
raise MissingProgramError('No window manager found (tried '
354
356
'metacity, xfwm4, matchbox-window-manager, '
356
358
wm = subprocess.Popen(wm_cmd,
357
359
stdin=null, stdout=logfile, stderr=logfile,
358
360
preexec_fn=self.drop_privileges)