3 Sep
2024
3 Sep
'24
12:58 p.m.
My understanding of the code in function get_initial_environment(...) in upstream, is that any environment variable with prefix "WINE" (e.g. "WINEXXX=abc") would propagate as env XXX=abc to the application (Win32 backend?). This seems to be the intended way to disentangle envvar targetting WINE and targetting its application. Is anyone using this mechanism ? If I understand this correctly, providing ``` WINESDL_AUDIODRIVER WINESDL_AUDIO_DRIVER WINESDL_VIDEODRIVER WINESDL_VIDEO_DRIVER ``` would be an suitable alternative to this MR (!5231). Or do I miss anything ? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/5231#note_80860