[Bug 46320] Multiple applications and games need support for Windows Vista+ User Shell Folder layout, specifically 'Local AppData' (Amazon Kindle for PC)

WineHQ Bugzilla wine-bugs at winehq.org
Fri May 28 04:46:34 CDT 2021


https://bugs.winehq.org/show_bug.cgi?id=46320

Anastasius Focht <focht at gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Fixed by SHA1|                            |4111801ab317529c3e24c39a6a9
                   |                            |7e7043438231a
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #12 from Anastasius Focht <focht at gmx.net> ---
Hello folks,

this is fixed by commit
https://source.winehq.org/git/wine.git/commitdiff/4111801ab317529c3e24c39a6a97e7043438231a
("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

-- 
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.



More information about the wine-bugs mailing list