Ensure /tmp/sugar-services exists
This commit is contained in:
parent
823f1cf6f7
commit
fcd4ebb281
@ -70,5 +70,9 @@ for i in range(1, len(sys.argv)):
|
||||
emulator = Emulator(fullscreen)
|
||||
emulator.start()
|
||||
|
||||
# FIXME temporary until dbus support services in home dir
|
||||
if not os.path.isdir('/tmp/sugar-services'):
|
||||
os.mkdir('/tmp/sugar-services')
|
||||
|
||||
os.execlp('dbus-launch', 'dbus-launch', '--exit-with-session',
|
||||
'--config-file=%s' % env.get_dbus_config(), program)
|
||||
|
Loading…
Reference in New Issue
Block a user