https://bugs.winehq.org/show_bug.cgi?id=44393
--- Comment #14 from luca.cunegondi@ocme.com --- (In reply to Jacek Caban from comment #13)
The problem is probably that we no longer have UNIX fd associated with named pipes, so we can't pass it to UNIX application. I think we could extend UNIX mode in start.exe to create new fds and pump data between named pipes and UNIX sockets. You could then use something like: | start /unix /usr/bin/ls /tmp |...
sorry for this (very) late reply but I still really interested in solving this issue. Until now (installed 3.17 of both Wine and Wine-staging on Arch Linux) the problem persists, so any kind of solution is really appreciated. Thank you very much and sorry again