http://bugs.winehq.org/show_bug.cgi?id=59739 --- Comment #19 from fatihbakal7@protonmail.com ---
hard-coded path changes
I said .local/share I meant XDG_DATA_HOME. Isn't by that logic ~/.cache/wine also hardcoded?
Motive and value of XDG MR was not clarified
I think they knew the goal with that clearly so there was no need to explain anything. There's no way they don't know what xdg does/is considering there's already xdg related stuff for Downloads/Documents etc.. so I don't think it would've made any differnece
As @dösinger mentioned, theme handling involves multiple options that are probably better handled via existing winecfg logic extended with additional theme command options vs environment variables to handle various options that may need to be supported.
The command approach will hit the same thing as it is right now. Right now you can just do; WINEPREFIX=/path/to/pfx wine/umu-run regedit /path/to/theme.reg and with that winecfg command pr merged it'd just be WINEPREFIX=/path/to/pfx winecfg /t /path/to/theme.reg/.msstyle/.style The deal is that you'd have to run something once per prefix in both cases. Which most users + launcher (heroic/lutris) developers won't be willing to do. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.