Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Eheka Pytyvõha

Emboyke pytyvõha apovai. Ndorojeruremo’ãi ehenói térã eñe’ẽmondóvo pumbyrýpe ha emoherakuãvo marandu nemba’etéva. Emombe’u tembiapo imarãkuaáva ko “Marandu iñañáva” rupive.

Kuaave

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

  • 2 Mbohovái
  • 4 oguereko ko apañuãi
  • 14 Hecha
  • Mbohovái ipaháva 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!

Ñemoĩporã poravopyre

Hi Argonat, the next works ?

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

thank you

Emoñe’ẽ ko mbohavái ejeregua reheve 👍 3

Opaite Mbohovái (2)

more options

Ñemoĩporã poravopyre

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