Ignore:
Timestamp:
04/23/2005 01:41:07 AM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
c2f55d1
Parents:
7852d10
Message:

Added instructions to Firefox to utilize the JDK Java plugin

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3779 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/firefox.xml

    r7852d10 rc8401dd1  
    148148
    149149<sect2>
     150<title>Configuring <application>Firefox</application></title>
     151
     152<para>No specific configuration is required as long as the
     153<command>firefox</command> script is in the user's path. If
     154<application>Firefox</application> is installed in a non-standard location,
     155then make a symlink to the <command>firefox</command> script from
     156<filename class="directory">/usr/bin</filename>.</para>
     157
     158<para>Many applications look for <command>netscape</command> when they need to
     159open a browser. You may make the following symlink for convenience (as the
     160root user).</para>
     161
     162<screen><userinput role='root'><command>ln -v -sf firefox /usr/bin/netscape</command></userinput></screen>
     163
     164<para>For installing various <application>Firefox</application> plugins, refer
     165to <ulink url="http://plugindoc.mozdev.org/linux.html">Mozdev's PluginDoc
     166Project</ulink>. If you have <xref linkend="j2sdk"/> already installed, create
     167the following link as the root user to utilize the
     168<application>JAVA</application> plugin: </para>
     169
     170<screen><userinput role='root'><command>ln -v -s $JAVA_HOME/jre/plugin/i386/ns7/libjavaplugin_oji.so \
     171    /usr/lib/firefox-&firefox-version;/plugins</command></userinput></screen>
     172
     173</sect2>
     174
     175<sect2>
    150176<title>Contents</title>
    151177
Note: See TracChangeset for help on using the changeset viewer.