On 12/13/13 5:27 PM, Marcin Tustin wrote: > Hi all, > > It's possible to get Openoffice to accept UNO connections over a unix > domain socket with: > > $soffice -headless -invisible -nocrashreport -nodefault -nologo > -nofirststartwizard -norestore -conversionmode > -accept='pipe,name=marcin_OOffice;urp;StarOffice.ComponentContext' > > netstat shows that the domain socket is created at > `/tmp/OSL_PIPE_1001_marcin_OOffice`. That's fine, but as I will be running > this on a shared host, I'd like to have the socket somethere else, e.g. in > my home drive. However, passing a full file path (either relative or > absolute) as the `name` parameter results in no socket being created. > > Is there a way I can influence where the socket is created, e.g. with an > environment variable? > > Setting `TMP` and `TMPDIR` environment variables does not affect this > behaviour.
I haven't checked the code in detail but I assume that it is currently not possible. You should create a feature request for this. Juergen > > Thanks, > Marcin > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
