| View previous topic :: View next topic |
| Author |
Message |
swallace Newbie

Joined: 17 Jun 2005 Posts: 1
|
Posted: Fri Jun 17, 2005 12:55 pm Post subject: soffice.bin headless mode |
|
|
Why does this require a display to be valid in order to function? This seems contrary to running in headless mode. Could I be running soffice.bin without an appropriate switch?
soffice.bin -headless "-accept=socket,host=localhost,port=${port};urp;" |
|
| Back to top |
|
 |
hol.sten Super User


Joined: 14 Nov 2004 Posts: 3533 Location: Hamburg, Germany
|
Posted: Fri Jun 17, 2005 1:51 pm Post subject: Re: soffice.bin headless mode |
|
|
| swallace wrote: | Why does this require a display to be valid in order to function? This seems contrary to running in headless mode.
soffice.bin -headless "-accept=socket,host=localhost,port=${port};urp;" |
The -headless option is the best OOo offers to reduce the usage of a gui. But even with this option OOo needs a display. If you don't what to use an X server as display, use Xvfb: http://www.oooforum.org/forum/viewtopic.phtml?t=11890
| swallace wrote: | | Could I be running soffice.bin without an appropriate switch? |
What's the purpose of this question? I didn't get it.
With kind regards
hol.sten |
|
| Back to top |
|
 |
|