Firefox 40 tar.bz2 version doesn't recognize pref("general.config.filename", "mozilla.cfg"); in local-settings.js
With tar.bz2 version of Firefox 40, file defaults/pref/local-settings.js doesn't seem to work! Its OK with .deb version installed with apt-get, but with tar.bz2 version on Unbuntu and on Redhat, local-settings.js doesn't seem to work!
選ばれた解決策
Hi Argonat, the next works ?
pref("general.config.obscure_value", 0); pref("general.config.filename","mozilla.cfg");
thank you
この回答をすべて読む 👍 3すべての返信 (2)
選ばれた解決策
Hi Argonat, the next works ?
pref("general.config.obscure_value", 0); pref("general.config.filename","mozilla.cfg");
thank you
It was not really the problem. I had non ascii caracters in the config files (in comments), and before version 40 it was working well. I just delete the non ascii cars and now its OK. Thank you