On Tue May 27 22:59:07 2025 +0000, Ralf Habacker wrote:
At https://gitlab.winehq.org/wine/wine/-/merge_requests/7519 it is pointed out that changing the working directory may not be a good idea, so it should be checked whether this can be avoided.
The change of the current directory was added to deal with the sun_path length limitation of the address passed to bind, see e.g. at https://unix.stackexchange.com/questions/367008/why-is-socket-path-length-li.... It could only be avoided if the resulting unix path is < 108 characters.