Re: Put pipe acceptor domain socket somewhere other than /tmp

2013-12-19 Thread Marcin Tustin
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 wrote: > On 12/13/13 5:27 PM, Marcin Tustin wrote: > > Hi a

Re: Put pipe acceptor domain socket somewhere other than /tmp

2013-12-16 Thread Jürgen Schmidt
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_

Put pipe acceptor domain socket somewhere other than /tmp

2013-12-13 Thread Marcin Tustin
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 th