Thanks, I will. In the meantime, a kindly SO user has provided a nasty hack to help: http://stackoverflow.com/questions/20570886/openoffice-pipe-unix-domain-socket-somewhere-other-than-tmp
On Mon, Dec 16, 2013 at 4:37 AM, Jürgen Schmidt <[email protected]>wrote: > 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] > > -- Marcin Tustin Tel: +44 (0) 7773 787 105 (UK) +1 917 553 3974 (US)
