http://bugs.winehq.org/show_bug.cgi?id=24324 --- Comment #11 from Alexandre Julliard <julliard(a)winehq.org> 2010-09-13 14:54:36 CDT --- (In reply to comment #9)
I just noticed something else strange going on here aside from drive type detection. This is what I just did:
mkdir ~/.wine sudo mount -t tmpfs tmpfs /home/me/.wine -o uid=1000 ~/wine-git/wine "Firefox Setup 4.0 Beta 5.exe" <- works rm -rf ~/.wine/* ~/wine-git/wine "Firefox Setup 4.0 Beta 5.exe" <- creates a broken prefix and doesn't allow toolbar customization
The broken prefix only contains the following files (until I install something, anyway): ./system.reg and user.reg ./dosdevices/c: and z: ./drive_c/windows/win.ini ./drive_c/windows/system32 <- empty folder
Does this procedure look correct to you, or am I doing something here to break the second wineprefix creation?
You are breaking it, the correct way to remove it is rm -rf .wine, not rm -rf .wine/*. -- 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.