Re: wineprefixcreate: get xdg-user-dirs environment variables [1/2]
"Lei Zhang" <thestig(a)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(a)winehq.org
On Nov 21, 2007 4:09 AM, Alexandre Julliard <julliard(a)winehq.org> wrote:
"Lei Zhang" <thestig(a)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(a)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... -- Francois Gouget <fgouget(a)free.fr> http://fgouget.free.fr/ 145 = 1! + 4! + 5!
participants (3)
-
Alexandre Julliard -
Francois Gouget -
Lei Zhang