Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Pesquisar no site de suporte

Evite golpes de suporte. Nunca pedimos que você ligue ou envie uma mensagem de texto para um número de telefone, ou compartilhe informações pessoais. Denuncie atividades suspeitas usando a opção “Denunciar abuso”.

Learn More

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

  • 2 respostas
  • 4 têm este problema
  • 1 visualização
  • Última resposta de 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!

Solução escolhida

Hi Argonat, the next works ?

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

thank you

Ler esta resposta 👍 3

Todas as respostas (2)

more options

Solução escolhida

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