On Sat Dec 3 08:33:04 2022 +0000, Huw Davies wrote:
> Yes, this is from the build dir. I'm setting
> `DYLD_FALLBACK_LIBRARY_PATH` in `.winewrapper` to avoid the issue of
> `/bin/sh` stripping the `DYLD_` variables, which worked before the
> mentioned commit.
Ah ok I've reproduced the problem, looking into it
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/1616#note_18602
The title was set to 'wineconsole.exe' instead of the name of
the created process. conhost.exe loads its per application
configuration from the console's title.
Signed-off-by: Eric Pouech <eric.pouech(a)gmail.com>
--
v2: wineconsole: Set launched process name as created console title.
https://gitlab.winehq.org/wine/wine/-/merge_requests/1668