diff --git a/en_US.ISO8859-1/books/handbook/desktop/chapter.sgml b/en_US.ISO8859-1/books/handbook/desktop/chapter.sgml index 8b0a7f3a11..8bd1adfda9 100644 --- a/en_US.ISO8859-1/books/handbook/desktop/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/desktop/chapter.sgml @@ -181,11 +181,11 @@ &prompt.root; pkg_add -r firefox - This will install Firefox 2.X, - if you want to run Firefox 3.X, + This will install Firefox 3.6, + if you want to run Firefox 3.5, use instead: - &prompt.root; pkg_add -r firefox3 + &prompt.root; pkg_add -r firefox35 You can also use the Ports Collection if you prefer to compile from source code: @@ -193,9 +193,9 @@ &prompt.root; cd /usr/ports/www/firefox &prompt.root; make install clean - For Firefox 3.X, in the + For Firefox 3.5, in the previous command replace firefox with - firefox3. + firefox35. @@ -204,6 +204,9 @@ In this section and in the next one, we assume you have already installed Firefox. + + Currently, the &java; plugin does not work with + Firefox 3.6. The &os; Foundation has a license with Sun Microsystems to @@ -229,16 +232,22 @@ plugin should be listed there now. If it is not, each user will have to run the following command: - &prompt.user; ln -s /usr/local/diablo-jre1.6.0/plugin/i386/ns7/libjavaplugin_oji.so \ + &prompt.user; ln -s /usr/local/diablo-jre1.6.0/plugin/i386/ns7/libjavaplugin_oji.so \ $HOME/.mozilla/plugins/ or, if you installed the Diablo &jdk; package: - &prompt.user; ln -s /usr/local/diablo-jdk1.6.0/jre/plugin/i386/ns7/libjavaplugin_oji.so \ + &prompt.user; ln -s /usr/local/diablo-jdk1.6.0/jre/plugin/i386/ns7/libjavaplugin_oji.so \ $HOME/.mozilla/plugins/ Then relaunch your browser. + + + The commands above assume you are running the + &arch.i386; architecture, &arch.amd64; packages are also + available. +