|
Found a fix...
I know this is a long time coming, but a little while after posting this I decided to go back to the LTS version of Ubuntu (Karmic 10.04). I still struggled with the disk caching issue, but finally found a resolution that seems to be working the way I'd expect it to AND it applies to Firefox 3.6 and up...(have tested 8.0 and works). So the trick is to create your locked preferences file and name it syspref.js and copy it into /etc/firefox/pref, but you need to be careful that the preferences you are trying to set are defaults in about:config, otherwise once FF references the syspref.js and stumbles upon a preference not in about:config, it stops there and doesn't load the remaining locked preferences. I found this out when trying to set a local cache directory as /tmp, there was no browser.cache.disk.parent_directory by default in about:config, so it would stop applying the locked preferences when it hit this. So instead, I decided to just disable caching altogether and by removing the preferences not in about:config, it then set correctly all of the preferences in syspref.js. Sure it may drive up network usage, but at least now my file servers aren't getting hit so hard with the caching of pages.
|