Jump to content

Yajaiku

Validating
  • Posts

    1
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Yajaiku got a reaction from aaditya in Firefox-esr Netscape.cfg error   
    I fixed this on my system by changing a line in my /etc/armbian/firefox.conf
    from this:
    pref("browser.cache.memory.capacity", "-1");
    to this:
    pref("browser.cache.memory.capacity", -1);
     
    What I did was used strace on firefox to a file, grepped the file for .cfg, found a link to firefox.conf, commented out lines by binary halving until I found the right line,
    and then futzed the line until firefox would start without the error.
     
    Hope this helps, good luck!
     
    -Y
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines