http://bugs.winehq.org/show_bug.cgi?id=19028
Summary: Mac OSX: Use existing Pictures/ Music/ Videos/ etc. directories Product: Wine Version: 1.1.23 Platform: Macintosh OS/Version: Mac OS X 10.5 Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: shell32 AssignedTo: wine-bugs@winehq.org ReportedBy: hoehle@users.sourceforge.net
winecfg on Mac OSX (10.5.6 and .7) does not link "My Videos" etc. to the equivalent directories on the Mac. Everything is linked to $HOME (or was it Desktop/?) instead. What a pity!
Mac OSX uses directories named Documents/, Pictures/, Videos/, Music/ -- even in the German locale. The Finder GUI provides localized names. Unlike XDG/Gnome there are no crazy hacks at session begin to rename directories based on the session's locale. I don't know how earlier releases of Mac OSX behave, i.e. whether these directories have always been present. Does anyone have a reference?
I located the relevant places that would need a patch: dlls/shell32/shellpath.c:_SHCreateSymbolicLinks and possibly dlls/shell32/xdg.c:XDG_UserDirLookup
However, some design issues are unclear to me: - Where to add the Mac check? - When to check for a folder named "My Documents" (MS-Windows non-localized name in English locale), and when for "Documents" (MacOS constant name)? - Use XDG on the Mac or not? (if linked in, e.g. possibly when compiled via MacPorts, which pulls in a zillion libraries. Apple does not provide libfreedesktop.)
http://bugs.winehq.org/show_bug.cgi?id=19028
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, integration Platform|Macintosh |PC
--- Comment #1 from Austin English austinenglish@gmail.com 2009-06-22 11:03:37 --- You'd probably get a better response on wine-devel.
Sample patches typically get even better responses ;-).
http://bugs.winehq.org/show_bug.cgi?id=19028
Per Johansson per@morth.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #2 from Per Johansson per@morth.org 2011-08-05 13:14:57 CDT --- *** This bug has been confirmed by popular vote. ***
http://bugs.winehq.org/show_bug.cgi?id=19028
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- OS/Version|Mac OS X 10.5 |Mac OS X
http://bugs.winehq.org/show_bug.cgi?id=19028
Gaurav Jain gaurav@gauravjain.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |gaurav@gauravjain.org
http://bugs.winehq.org/show_bug.cgi?id=19028
--- Comment #3 from butraxz@gmail.com 2013-05-11 05:26:13 CDT --- No update for over 900 days. No download Is this still an issue in 1.5.30 or is this abandoned ?
http://bugs.winehq.org/show_bug.cgi?id=19028
Andrew Fan andrewsuicune@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |andrewsuicune@gmail.com
--- Comment #4 from Andrew Fan andrewsuicune@gmail.com 2013-09-29 13:13:36 CDT --- Wine does not use the existing directories in 1.7.3. (Mac OSX Lion)
As for Crosover, it's even worse; it creates a My Documents directory INSIDE of the existing mac My Documents directory.