"Lei Zhang" thestig@google.com writes:
We need to get the "well known" XDG user directories so we can symlink to them.
This should be done inside shell32, not in wineprefixcreate.
On Nov 21, 2007 4:09 AM, Alexandre Julliard julliard@winehq.org wrote:
"Lei Zhang" thestig@google.com writes:
We need to get the "well known" XDG user directories so we can symlink to them.
This should be done inside shell32, not in wineprefixcreate.
-- Alexandre Julliard julliard@winehq.org
xdg-user-dirs provides xdg_user_dir_lookup() for doing this. [1] Is this something we can include in Wine? The code is under the MIT license.
[1] http://webcvs.freedesktop.org/user-dirs/xdg-user-dirs/xdg-user-dir-lookup.c?...
On Wed, 21 Nov 2007, Lei Zhang wrote: [...]
xdg-user-dirs provides xdg_user_dir_lookup() for doing this. [1] Is this something we can include in Wine? The code is under the MIT license.
As long as our code still works if the relevant xdg library is not present at runtime...