[Bug 12238] wine chooses wrong home directory

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Mar 26 16:35:12 CDT 2008


http://bugs.winehq.org/show_bug.cgi?id=12238





--- Comment #4 from James Hawkins <truiken at gmail.com>  2008-03-26 16:35:12 ---
check out wine/libs/wine/config.c:174

we first check the HOME env var, and if it doesn't exist, we call getpwuid and
get the home dir from that structure (like you were guessing).  For that to
work, HAVE_GETPWUID has to be defined when wine is built.


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



More information about the wine-bugs mailing list