http://bugs.winehq.org/show_bug.cgi?id=12695 Summary: when calling wineprefixcreate from wine launcher, WINEPREFIX is ignored Product: Wine Version: CVS/GIT Platform: PC OS/Version: Linux Status: NEW Severity: enhancement Priority: P2 Component: programs AssignedTo: wine-bugs(a)winehq.org ReportedBy: austinenglish(a)gmail.com austin(a)austin-desktop:~$ rm -rf .wine .test austin(a)austin-desktop:~$ wine notepad wine: creating configuration directory '/home/austin/.wine'... Could not load Mozilla. HTML rendering will be disabled. wine: '/home/austin/.wine' created successfully. austin(a)austin-desktop:~$ WINEPREFIX=~/.test wine notepad wine: the '/home/austin/.test' directory specified in WINEPREFIX doesn't exist. You may want to create it by running 'wineprefixcreate'. austin(a)austin-desktop:~$ WINEPREFIX=~/.test wineprefixcreate Could not load Mozilla. HTML rendering will be disabled. /home/austin/.test updated successfully. austin(a)austin-desktop:~$ WINEPREFIX=~/.test wine notepad -- 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.