https://bugs.winehq.org/show_bug.cgi?id=46320
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |4111801ab317529c3e24c39a6a9 | |7e7043438231a Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #12 from Anastasius Focht focht@gmx.net --- Hello folks,
this is fixed by commit https://source.winehq.org/git/wine.git/commitdiff/4111801ab317529c3e24c39a6a... ("shell32: Use winvista+ AppData paths.").
Thanks Andrew
Before (Wine 6.9):
--- snip --- $ tree --charset=ANSI ~/.wine/drive_c/users/$USER/AppData/
/home/focht/.wine/drive_c/users/focht/AppData/ `-- LocalLow --- snip ---
After (wine-6.9-148-gce151dd681f):
--- snip --- $ tree --charset=ANSI ~/.wine/drive_c/users/$USER/AppData/
/home/focht/.wine/drive_c/users/focht/AppData/ |-- Local | `-- Microsoft | `-- Windows | |-- History | |-- INetCache | `-- INetCookies |-- LocalLow `-- Roaming `-- Microsoft `-- Windows |-- Network Shortcuts |-- Printer Shortcuts |-- Recent |-- SendTo |-- Start Menu | `-- Programs | |-- Administrative Tools | `-- StartUp |-- Templates -> /home/focht/ `-- Themes --- snip ---
$ wine --version wine-6.9-148-gce151dd681f
Regards