Closed GoogleCodeExporter closed 9 years ago
Done in r153
E.g. to start the process as user 'openoffice':
new DefaultOfficeManagerConfiguration()
...
.setRunAsArgs("sudo", "-u", "openoffice")
...
.buildOfficeManager();
But that's only part of the story; the system needs to be configured to allow
the
user to sudo to 'openoffice', the dir where documents are read and written must
be
shared between both users, etc.
Original comment by mirko.na...@gmail.com
on 22 Nov 2009 at 2:25
Original comment by mirko.na...@gmail.com
on 27 Mar 2011 at 1:12
Original comment by mirko.na...@gmail.com
on 7 May 2011 at 3:33
Original issue reported on code.google.com by
mirko.na...@gmail.com
on 22 Nov 2009 at 1:36