[Bug 24324] Firefox 4.0 Beta 5 sometimes doesn't allow toolbar customization on tmpfs

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Sep 12 11:17:07 CDT 2010


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

--- Comment #8 from André H. <nerv at dawncrow.de> 2010-09-12 11:17:06 CDT ---
in the functions detecting if its a ramdisk it is hard to detect if they are
actually detecting c:

i created a tmpfs mount in /media and chowned it to me, and it seems to work
fine with firefox 4b5 and it's toolbar customization without any patching...
i created it with:
cd /media
sudo mkdir bla
sudo mount -t tmpfs -o size=500M,nr_inodes=5k,mode=0777 tmpfs bla
cd ..
sudo chown myusername bla

and used it like WINEPREFIX=/media/bla wine firefox_setup.exe

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