Public bug reported:

Ubuntu 14.04 up to date 64bit, firefox 36

We had a non-existent setting in /etc/firefox/syspref.js. Firefox
ignored the rest of the file until we commented it out. This is probably
a bug. (FYI, this is a computer lab environment with network filesystem
and disk space quotas.)

// Mandatory settings
lockPref("browser.cache.disk.capacity",         0); 
//lockpref("browser.cache.disk.smart_size_cached_value", 0); // non-existent 
settings cause firefox to stop reading the rest of this file zomgwtfbbq
lockPref("browser.cache.disk.smart_size.enabled", false); 
lockPref("browser.cache.disk.enable", false); 
lockPref("browser.cache.offline.enable", false);
lockPref("privacy.clearOnShutdown.cache", true);

Better behaviour might be to ignore that line but continue reading the
file, or to throw a tantrum^H^H^H^H^Herror.

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

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

Title:
  firefox stops reading syspref.js after encountering non-existent
  setting

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to