https://issues.apache.org/ooo/show_bug.cgi?id=119950
yuanlin <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #78463| |review? Flags| | --- Comment #2 from yuanlin <[email protected]> --- Created attachment 78463 --> https://issues.apache.org/ooo/attachment.cgi?id=78463&action=edit patch for warn and exit on multi terminal session case This patch use a trick way to detect if there is another soffice.bin instance launched by the same user but in another terminal session. One named pipe can be created many time with default parameters in mutli terminal session enabled env. So in officeipcthread.cxx, change the detect logic for SingleIPC named piped. Now will try to connect to an existing pipe first. If can be connected, then create it. It can not be created if the existing pipe is created in the same terminal session. But it can be created if the existing pipe is opened in another terminal session. And other codes is used to pass the error code and show the error message. -- You are receiving this mail because: You are the assignee for the bug.
