https://bugs.winehq.org/show_bug.cgi?id=44393 Jacek Caban <jacek(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jacek(a)codeweavers.com --- Comment #13 from Jacek Caban <jacek(a)codeweavers.com> --- 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 |... -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.