Re: [PATCH v2 0/1] MR5839: ntdll: Treat XDG_SESSION_TYPE as special env variable.
13 Jun
2024
13 Jun
'24
6:05 p.m.
Alex Henrie (@alexhenrie) commented about dlls/ntdll/unix/env.c:
STARTS_WITH( var, "TEMP=" ) || STARTS_WITH( var, "TMP=" ) || STARTS_WITH( var, "QT_" ) || - STARTS_WITH( var, "VK_" )); + STARTS_WITH( var, "VK_" ) || + STARTS_WITH( var, "XDG_SESSION_TYPE=" ));
I suspect we should treat any variable that starts with `XDG_` specially, not just `XDG_SESSION_TYPE`. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/5839#note_73092
555
Age (days ago)
555
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alex Henrie (@alexhenrie)