Commit 5d383387 authored by Jérome Perrin's avatar Jérome Perrin

wip

parent 93d1178c
......@@ -146,7 +146,7 @@ class OpenOffice(Application):
'--nodefault',
'--norestore',
'--nofirststartwizard',
'--accept=socket,host=%s,port=%d;urp;' % (self.hostname, self.port),
'--accept=socket,host=%s,port=%d;urp;StarOffice.ServiceManager' % (self.hostname, self.port),
'-env:UserInstallation=file://%s' % self.path_user_installation,
'--language=%s' % self.default_language,
]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment