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@winehq.org ReportedBy: austinenglish@gmail.com
austin@austin-desktop:~$ rm -rf .wine .test austin@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@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@austin-desktop:~$ WINEPREFIX=~/.test wineprefixcreate Could not load Mozilla. HTML rendering will be disabled. /home/austin/.test updated successfully. austin@austin-desktop:~$ WINEPREFIX=~/.test wine notepad