Modify

Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#10894 closed defect (fixed)

openoffice startup script wrong

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

Description (last modified by Ryan J Ollos)

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!

Attachments (0)

Change History (2)

comment:1 Changed 12 years ago by Boris Savelev

Resolution: fixed
Status: newclosed

thanks. Sample init-script updated

comment:2 Changed 12 years ago by Ryan J Ollos

Description: modified (diff)

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Boris Savelev.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.