Setup Solaris Firefox for multi-users and multi-languages
When you need to setup Mozilla Firefox on shared machine like NFS
server and SunRay server, I think this is the easiest way to support
multi-users and multi-languages.
1. Download Solaris packages from mozilla.org
2. Install the pkg
3. Copy language pack files into /opt/sfw/lib/firefox/chrome
4. Set "intl.locale.matchOS" to "true" in /opt/sfw/lib/firefox/greprefs/all.js
1. Download Solaris packages from mozilla.org
2. Install the pkg
# bzip2 -d firefox-2.0b2.en-US.solaris2.10-i386-pkg.bz2 # pkgadd -d firefox-2.0b2.en-US.solaris2.10-i386-pkg
Now Firefox will be installed into
/opt/sfw/lib/firefox
3. Copy language pack files into /opt/sfw/lib/firefox/chrome
ja.jar and ja.manifest are
for Japanese. We can get these files from other download bits. For example, when you pick up Linux .tar.gz for Japanese, it contains these files under chrome/.
Please copy necessary <lang>.jar and <lang>.manifest files into the directory.
4. Set "intl.locale.matchOS" to "true" in /opt/sfw/lib/firefox/greprefs/all.js
The default value is "false". This option started working from Firefox 1.5.
If Firefox is started in Japanese locale on user desktop, Firefox will pick up ja.jar automatically by this setting. If user is using the desktop in English, Firefox will be started in English. When language pack for the locale is not installed, it will fallback to English.
We can support multi-language and multi-users without any user setting e.g. installing extension.
If Firefox is started in Japanese locale on user desktop, Firefox will pick up ja.jar automatically by this setting. If user is using the desktop in English, Firefox will be started in English. When language pack for the locale is not installed, it will fallback to English.









Posted by PJ on September 13, 2006 at 10:50 AM JST #
Posted by Masaki on September 13, 2006 at 10:57 AM JST #
Posted by W. Wayne Liauh on September 13, 2006 at 02:39 PM JST #
Posted by Masaki on September 13, 2006 at 02:50 PM JST #
Posted by Masaki on September 13, 2006 at 02:52 PM JST #
Posted by PJ on September 13, 2006 at 10:53 PM JST #
Posted by stotti.blog() on November 02, 2006 at 09:50 PM JST #