Mozilla Destek’te Ara

Destek dolandırıcılığından kaçının. Mozilla sizden asla bir telefon numarasını aramanızı, mesaj göndermenizi veya kişisel bilgilerinizi paylaşmanızı istemez. Şüpheli durumları “Kötüye kullanım bildir” seçeneğini kullanarak bildirebilirsiniz.

Learn More

How to set the default search engine under Mozilla.cfg for Firefox 38.4.0 ESR

  • 1 yanıt
  • 2 kişi bu sorunu yaşıyor
  • 31 gösterim
  • Son yanıtı yazan: cor-el

more options

Using the following options to set the default Search Engine under Mozilla.cfg doesn't work in Firefox 38.4.0 ESR

pref("browser.search.countryCode", "US"); pref("browser.search.defaultenginename.US", "data:text/plain,browser.search.defaultenginename.US=Google"); pref("browser.search.geoSpecificDefaults", false); pref("browser.search.highlightCount", 0); pref("browser.search.region", "US"); pref("browser.search.selectedEngine", "Google");

Using the following options to set the default Search Engine under Mozilla.cfg doesn't work in Firefox 38.4.0 ESR pref("browser.search.countryCode", "US"); pref("browser.search.defaultenginename.US", "data:text/plain,browser.search.defaultenginename.US=Google"); pref("browser.search.geoSpecificDefaults", false); pref("browser.search.highlightCount", 0); pref("browser.search.region", "US"); pref("browser.search.selectedEngine", "Google");

Tüm Yanıtlar (1)

more options

I think that the data structure is only required if you set the default of a pref via defaultPref();

Did you try this?