Modify ↓
#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 )
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 13 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:2 Changed 13 years ago by
| Description: | modified (diff) |
|---|
Note: See
TracTickets for help on using
tickets.



thanks. Sample init-script updated