On Thu Jun 13 19:52:06 2024 +0000, Alex Henrie wrote:
And the same for [appwiz.cpl/addons.c](https://gitlab.winehq.org/wine/wine/-/blob/e6f9cb1e0935a0381ea54663dc6188667...), [shell32/recyclebin.c](https://gitlab.winehq.org/wine/wine/-/blob/e6f9cb1e0935a0381ea54663dc6188667...), and [shell32/shellpath.c](https://gitlab.winehq.org/wine/wine/-/blob/master/dlls/shell32/shellpath.c). So maybe that would be more trouble than it's worth.
Thanks @alexhenrie. I went through the same process and came to the same conclusion. After finding `XDG_` being used in the PE side of wine, and given `XDG_SESSION_TYPE` is the only variable I'm aware of causing issues, I figured it was safer to target just that one.