[Bug 976725] [NEW] firefox global browser.cache.disk.capacity set ignored

Marco Menardi 976725 at bugs.launchpad.net
Sun Apr 8 17:52:22 UTC 2012


Public bug reported:

Kubuntu 12.04, firefox 11. I know that to set global preferences I have to act in /etc/xul-ext/ubufox.js.
Since I use squid, I want to disable FF own caching on disk, and since is a LTSP installation, I want to do it globally.
To disable from Option FF interface, I would have to disable smart cache and set it's value to 0.
But if I put these lines in ubufox.js:
Better would be mimic what could be done from Options interface, i.e.:
pref("browser.cache.disk.smart_size.enabled", false);
pref("browser.cache.disk.capacity", 0);
only the first parameter is taken, while the second is ignored and capacity is left to it's default value, so disk caching is not disabled.
As temporary workaround I've set pref("browser.cache.disk.enabled", false); it works, but is a bad solution since from FF Options interface is not possible to understand that is acting.
I expect instead that both parameters are take into consideration  from /etc/xul-ext/ubufox.js.
Of course I tested removing the FF user's profile each time so I had a clean situation.

** Affects: firefox (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Mozilla
Bugs, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/976725

Title:
  firefox global browser.cache.disk.capacity set ignored

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/976725/+subscriptions




More information about the Ubuntu-mozillateam-bugs mailing list