-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Description
20200414 頃に pkgsrc-2020Q1 + firefox 75.0 で Live Image をテストがてら
作ったところ、firefox を起動しても英語モードのままになっているようである。
20200221版の pkgsrc-2019Q4 + firefox 73.0 では問題なかったはず。
動作としては、メニューの add-on で確認しても言語パックの表示自体が出てこない。
よって、本来事前に入れた addon をデフォルトで有効にするための
netbsd-teokureliveimage/liveimagefiles/firefox/browser/defaults/preferences/firefox-local.js
Lines 4 to 6 in 653ce70
| // enable addons "installed and owned by Firefox" by default | |
| // (note this need to be loaded before the default firefox.js) | |
| pref("extensions.autoDisableScopes", 11); |
の
pref("extensions.autoDisableScopes", 11); が効かなくなっている?
- とりあえず安直に ubuntu の設定を見てみる?
- firefox のローカル設定の見直し #14 のとおり、 pkgsrc のパッチにも上記
extensions.autoDisableScopesの
設定が入っているが、インストールされた
/usr/pkg/lib/firefox/browser/defaults/preferences/firefox.js
を見ると、extensions.autoDisableScopes が 2箇所にある、つまり
パッチとは別の部分にすでに入っている?
% grep -n autoDisableScope /usr/pkg/lib/firefox/browser/defaults/preferences/firefox.js
55:pref("extensions.autoDisableScopes", 15);
1614:pref("extensions.autoDisableScopes", 11);
ただ、いずれにせよ従来はデフォルトの firefox.js よりも Live Image で入れる
firefox-local.js のほうが先に読まれていたはずなので、何かのデフォルト設定が
変わった可能性がある。
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels