Opened 11 years ago

Last modified 11 years ago

#10894 closed defect

openoffice startup script wrong — at Initial Version

Reported by: anonymous Owned by: Boris Savelev
Priority: normal Component: DocRenderPlugin
Severity: normal Keywords:
Cc: Trac Release:

Description

Hi, I installed the trac 0.12 and the plugin on debian squeeze. squeeze runs openoffice I had to change this line

$SOFFICE_PATH --headless --nologo --nofirststartwizard --nodefault --accept="socket,host=localhost,port=8100;urp;StarOffice.ComponentContext" & > /dev/null 2>&1

to this

$SOFFICE_PATH --headless --nologo --nofirststartwizard --nodefault "-accept=socket,host=localhost,port=8100;urp;StarOffice.ComponentContext" & > /dev/null 2>&1

and then it started running, so instead of --accept=" I put "-accept=

I found that solution while looking at this:

https://bbs.archlinux.org/viewtopic.php?id=110406

and this

http://www.mail-archive.com/users@openoffice.org/msg07241.html

In any case, thanks for this great plugin!

Change History (0)

Note: See TracTickets for help on using tickets.