搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

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

  • 2 个回答
  • 4 人有此问题
  • 2 次查看
  • 最后回复者为 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