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

Joined: 08 Nov 2007 Posts: 1
|
Posted: Thu Nov 08, 2007 8:58 am Post subject: Openoffice without GUI |
|
|
Hello,
I'm using ooffice writer through its API in python (with pyuno module), and it is working fine. I aim to create a tool generating documents by collecting information into a database. I don't need any GUI on my openoffice, and I would like to have my openoffice running onto a Linux server without X server.
It is possible? If it is, how to do it?
If it is not, do you have any idea why?
Thank you very much for your answer.
Regards.
stephbul |
|
| Back to top |
|
 |
hol.sten Super User


Joined: 14 Nov 2004 Posts: 3532 Location: Hamburg, Germany
|
Posted: Thu Nov 08, 2007 11:20 am Post subject: Re: Openoffice without GUI |
|
|
| stephbul wrote: | | I'm using ooffice writer through its API in python (with pyuno module), and it is working fine. I aim to create a tool generating documents by collecting information into a database. I don't need any GUI on my openoffice, and I would like to have my openoffice running onto a Linux server without X server. |
OOo always needs a X server. But xvfb will suffice: http://www.oooforum.org/forum/viewtopic.phtml?t=11890
Regards
hol.sten |
|
| Back to top |
|
 |
AndrewZ Moderator


Joined: 21 Jun 2004 Posts: 4140 Location: Colorado, USA
|
Posted: Wed Feb 27, 2008 2:46 pm Post subject: Re: Openoffice without GUI |
|
|
| hol.sten wrote: | | OOo always needs a X server. But xvfb will suffice |
OpenOffice.org 2.3.0+ Linux does not require an X server (not even Xvfb) if you installed the headless RPM package and use the -headless option.
I found this while writing Batch command line file conversion with PyODConverter which may be helpful to some. _________________ <signature>
* Did you solve your problem? Do others a favor: Post the solution
* OpenOffice.org Ninja
* BleachBit
</signature> |
|
| Back to top |
|
 |
|