Changes between Initial Version and Version 2 of Ticket #10894


Ignore:
Timestamp:
Feb 27, 2013, 9:13:56 PM (11 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10894

    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
  • Ticket #10894 – Description

    initial v2  
    33squeeze runs openoffice
    44I had to change this line
    5 
     5{{{
     6#!sh
    67$SOFFICE_PATH --headless --nologo --nofirststartwizard --nodefault --accept="socket,host=localhost,port=8100;urp;StarOffice.ComponentContext" & > /dev/null 2>&1
     8}}}
    79
    810to this
    911
     12{{{
     13#!sh
    1014$SOFFICE_PATH --headless --nologo --nofirststartwizard --nodefault "-accept=socket,host=localhost,port=8100;urp;StarOffice.ComponentContext" & > /dev/null 2>&1
     15}}}
    1116
    12 and then it started running, so instead of --accept=" I put "-accept=
    13 
     17and then it started running, so instead of `--accept=` I put `-accept=`.
    1418
    1519