[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[EP-tech] Re: OpenOffice failed to start



Also, I noticed in our opennoffice.pl file, I have changed the invocation ? although this may be due to using LibreOffice.
The updated line uses a double-hyphen for the parameters:
Original:
$c->{invocation}->{openoffice} = '$(openoffice) "-accept=socket,host=localhost,port=8100;urp;StarOffice.ServiceManager" -norestore -nofirststartwizard -nologo -headless';
Changed to:
$c->{invocation}->{openoffice} = '$(openoffice) "--accept=socket,host=localhost,port=8100;urp;StarOffice.ServiceManager" --norestore --nofirststartwizard --nologo --headless';