当サイトはユーザー体験を改善するためのメンテナンスを実施中に機能が制限される予定です。記事を読んでもあなたの問題が解決せず質問をしたい場合は、Twitter の @FirefoxSupport、Reddit の /r/firefox で、サポートコミュニティが皆さんを助けようと待機しています。

Mozilla サポートの検索

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 hangs forever on startup when pref is changed to lockPref in mozilla.cfg

  • 返信なし
  • 0 人がこの問題に困っています
  • 1 回表示
more options

Hello,

I deployed central management of firefox yesterday and I am suffering firefox hangs on startup (prior to opening any window) after configuration change from pref to localPref. When I kill firefox and run again it usually start normally. Usually one kill is sufficient, but I observed also two subsequent kills are necessary.

I created these files:

/usr/lib64/firefox/defaults/pref/autoconfig.js:

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

/usr/lib64/firefox/firefox.cfg:

// This comment is mandatory lockPref("autoadmin.global_config_url","http://www/firefox/firefox.cfg"); lockPref("autoadmin.append_emailaddr",false);

and in the firefox.cfg on a website I have for example: lockPref("network.proxy.type", 4);

when I change the lockPref to pref in this file, everything works normally, but when I change it back to lockPref I get a firefox hang on startup. What am I doing wrong?

Thanks

Marek

Hello, I deployed central management of firefox yesterday and I am suffering firefox hangs on startup (prior to opening any window) after configuration change from pref to localPref. When I kill firefox and run again it usually start normally. Usually one kill is sufficient, but I observed also two subsequent kills are necessary. I created these files: /usr/lib64/firefox/defaults/pref/autoconfig.js: pref("general.config.filename", "firefox.cfg"); pref("general.config.obscure_value", 0); /usr/lib64/firefox/firefox.cfg: // This comment is mandatory lockPref("autoadmin.global_config_url","http://www/firefox/firefox.cfg"); lockPref("autoadmin.append_emailaddr",false); and in the firefox.cfg on a website I have for example: lockPref("network.proxy.type", 4); when I change the lockPref to pref in this file, everything works normally, but when I change it back to lockPref I get a firefox hang on startup. What am I doing wrong? Thanks Marek

投稿に返信するには あなたのアカウントにログイン する必要があります。まだアカウントをお持ちでなければ、新しい質問を開始 してください。