Ticket #10894 (closed defect: fixed)

Opened 3 months ago

Last modified 3 months ago

openoffice startup script wrong

Reported by: anonymous Assigned to: bsavelev
Priority: normal Component: DocRenderPlugin
Severity: normal Keywords:
Cc: Trac Release:

Description (Last modified by rjollos)

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

Change History

02/27/13 14:47:32 changed by bsavelev

  • status changed from new to closed.
  • resolution set to fixed.

thanks. Sample init-script updated

02/27/13 22:13:56 changed by rjollos

  • description changed.

Add/Change #10894 (openoffice startup script wrong)




Change Properties
Action