glfs/xsoft/graphweb/mozilla/mozilla-config.xml
Larry Lawrence 2be0e0db70 spelling
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1293 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-10-03 21:35:57 +00:00

20 lines
953 B
XML

<sect2>
<title>Configuring <application>Mozilla</application></title>
<para>No specific configuration is required as long as the <command>mozilla
</command> binary is in the path for the user. If <application>Mozilla</application>
is installed in a non-standard location, then make a sym-link to the
<command>mozilla</command> binary from <filename class="directory">/usr/bin</filename>.
Same thing applies for <application>Mozilla Firebird</application> and
<application>Mozilla Thunderbird</application>.</para>
<para>Many applications look for <command>netscape</command> when they need to
open a browser. You may make the following symlink for convenience.</para>
<screen><userinput><command>ln -sf mozilla /usr/bin/netscape</command></userinput></screen>
<para>For installing various <application>Mozilla</application> plugins, refer
to <ulink url="http://plugindoc.mozdev.org/linux.html">Mozdev's PluginDoc Project</ulink></para>
</sect2>