FreeBSD上でFirefoxを快適に使うための設定。
Firefox
-
パッケージをインストール。
# pkg_add -r firefox # pkg_add -r firefox-i18n # portupgrade firefox # portupgrade firefox-i18n
-
メニューを日本語化して使うためにlocale switcherをインストール。
# cd /usr/ports/www/xpi-locale-switcher # make install clean
-
Firefoxを起動。
# firefox
-
FirefoxのメニューのToolsの下にLanguageが追加されているので、そこからJapaneseを選択し、Firefoxを再起動。