This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

ค้นหาฝ่ายสนับสนุน

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

เรียนรู้เพิ่มเติม

Firefox 40 tar.bz2 version doesn't recognize pref("general.config.filename", "mozilla.cfg"); in local-settings.js

  • 2 การตอบกลับ
  • 4 คนมีปัญหานี้
  • 1 ครั้งที่ดู
  • ตอบกลับล่าสุดโดย Argonat

more options

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!

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)

more options

วิธีแก้ปัญหาที่เลือก

Hi Argonat, the next works ?

pref("general.config.obscure_value", 0); pref("general.config.filename","mozilla.cfg");

thank you

more options

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