[Bug 26894] New: Support windows 7 user folders?
http://bugs.winehq.org/show_bug.cgi?id=26894 Summary: Support windows 7 user folders? Product: Wine Version: 1.3.18 Platform: x86 OS/Version: Linux Status: NEW Severity: enhancement Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: dank(a)kegel.com Windows 7 changed the folders in c:/users/$USERNAME around a bit. My Documents is now just a link to the new folder Documents Application Data is now just a link to the new folder AppData/Roaming Local Settings is now just a link to the new folder AppData/Local Well-behaved apps that use CSIDL_PERSONAL to get at "My Documents" will work regardless, but users or badly behaved apps might start expecting the shorter directory names sometime, so we might want to switch to the new names sometime for new wineprefixes. I'll attach a demo patch that just changes Wine's shell32 to use the new locations; we would also need to add symlinks somewhere so that apps which reference the old locations keep working, as Windows does. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=26894 --- Comment #1 from Dan Kegel <dank(a)kegel.com> 2011-04-22 18:21:40 CDT --- Created an attachment (id=34293) --> (http://bugs.winehq.org/attachment.cgi?id=34293) Demo patch that just chanes the names in shell32 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=26894 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, patch -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=26894 Aric Stewart <aric(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aric(a)codeweavers.com --- Comment #2 from Aric Stewart <aric(a)codeweavers.com> 2011-06-24 14:21:42 CDT --- (In reply to comment #1)
Created an attachment (id=34293) --> (http://bugs.winehq.org/attachment.cgi?id=34293) [details] Demo patch that just chanes the names in shell32
I did the linking work and when reviewing it with Alexandre he felt is was unnecessary. How important do you feel the linking of the folders is? We could just change them for newly created wine prefix. The folder locations are registered in the registry so updating the default locations to the windows 7 versions should not affect existing wineprefix. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=26894 --- Comment #3 from Dan Kegel <dank(a)kegel.com> 2011-06-24 16:17:06 CDT --- It's ok to leave out the compatibility links initially - if some games rely on them, we can fix that later. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=26894 --- Comment #4 from Dan Kegel <dank(a)kegel.com> 2011-06-27 16:24:55 CDT --- With the patch http://www.winehq.org/pipermail/wine-patches/2011-June/103632.html Lego Pirates of the Carribean saves its preferences in c:/users/dank/AppData/Roaming/DisneyInteractiveStudios/LEGOPiratesDEMO/ but on Windows, it saves them in c:/users/dank/AppData/Local/Roaming/DisneyInteractiveStudios/LEGOPiratesDEMO/ -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=26894 --- Comment #5 from Dan Kegel <dank(a)kegel.com> 2011-06-27 16:29:40 CDT --- I take that back. The Local bit may be spurious. Checking... -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=26894 --- Comment #6 from Alexandre Julliard <julliard(a)winehq.org> 2011-06-28 11:55:32 CDT --- Do you have an actual app that hardcodes the Win7 paths? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
https://bugs.winehq.org/show_bug.cgi?id=26894 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|download | Status|NEW |RESOLVED Resolution|--- |ABANDONED --- Comment #7 from Austin English <austinenglish(a)gmail.com> --- Unless there's an application depending on this, I see no reason to keep this open. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=26894 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #8 from Austin English <austinenglish(a)gmail.com> --- Closing. -- 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.
participants (1)
-
wine-bugs@winehq.org