Note: Certain ATI video drivers are not compatible with Mozilla and may lead to crashes. If you are experiencing crashes and you use an ATI video driver you may be able to workaround the problem by setting your screen to Thousands of colors rather than Millions. You may also try getting the latest ATI driver :http://mirror.ati.com/support/driver.html
Installing on Mac OS X
To install Mozilla:
Click the Mac OS X disk image link to download the file to your machine.
The disk image expands and mounts itself.
If the disk image doesn't mount automatically, double-click on the
.dmg file to mount it. If that fails, and the file does not look like a disk image file, do a Show Info on the file, and, in the Open with application category,choose Disk Copy.
Open the disk image, and drag the Mozilla icon to where you want to install Mozilla. We recommend that you copy it to the Applications folder.
Eject the disk image.
To start Mozilla, open the folder where you installed Mozilla and double click the Mozilla icon.
Java and Plug-ins
Mozilla uses Internet plug-ins and Java already installed on your system. No special work is required.
To see what Internet plug-ins are supported, visit
http://plugindoc.mozdev.org/OSX.html .
Java
To run Java applets, you must install the Java Runtime Environment (JRE) version 1.4.1 or later. If you already have the JRE on your system, the setup program should recognize it. If you need to download the JRE, you can find it at:
http://java.sun.com
Uninstalling Mozilla
To uninstall Mozilla,
Remove the application files in
/Users/<yourusername>/Library/Mozilla (but leave the Profiles sub-folder).
Remove the file
Mozilla Registry from /Users/<yourusername>/Library/Preferences
Remove Mozilla from the installed location. (i.e.
/Applications)
Installing on Windows:
It is recommended that you exit all programs before running the setup program. Also, you should temporarily disable virus detection software.
To install Mozilla, follow these steps:
On the download page, click a Windows installer link to download the file to your machine.
Navigate to where you downloaded the file and double click the installer program icon on your machine to begin the Setup program.
Follow the on-screen instructions in the setup program. The program starts automatically the first time.
Quick Launch:
During installation, you have the option of enabling or disabling Quick Launch. If enabled, Quick Launch loads part of Mozilla into memory when your computer starts up (and each time Mozilla first starts up). Quick Launch keeps Mozilla in memory even after you close all Mozilla windows so you can quickly re-open Mozilla as needed. If your computer is low on memory, you may want to disable Quick Launch.
To enable Quick Launch:
Open the Edit menu and choose Preferences.
Choose Advanced category.
Select Keep Mozilla in memory to improve startup performance to enable Quick Launch.
Click OK.
To disable Quick Launch, right-click on the Mozilla icon in the system tray and choose "Disable Quick Launch" in the context menu.
To exit Quick Launch and Mozilla completely:
Close all Mozilla windows.
Right-click on the Mozilla icon in the system tray and choose "Exit Mozilla" from the context menu.
Installing on Linux
Note: These instructions use the bash shell. If you're not using bash, adjust the commands accordingly.
To install Mozilla by downloading the Mozilla installer, follow these steps:
Create a directory named
mozilla1.x (mkdir mozilla1.x) and change to that directory (cd mozilla1.x).
Download the installer package (called
mozilla-i686-pc-linux-gnu-1.x-installer.tar.gz) to the
mozilla1.x directory.
Change to where you downloaded the package (
cd mozilla1.x) and decompress the archive file with the following command:
gunzip -dc moz*.tar.gz | tar -xvf -
(This places the installer in a sub-directory named
mozilla-installer.)
Change to the
mozilla-installer directory (cd mozilla-installer) and run the installer with the ./mozilla-installer command.
Follow the instructions in the install wizard for installing Mozilla
To start Mozilla, change to the install directory and run the ./mozilla command.
Note: you must run Mozilla at least once to complete the installation process. If a different user (other than the person who installed the program) runs the program first, a core dump will occur.
Installing RPM builds
The Red Hat RPM builds are created to work with the default Red Hat 7 and Red Hat 8 installations. Using these RPMs on SuSE requires installation of the gdk-pixbuf package.
Multi-user installs
To install Mozilla for multiple users on Linux, perform an installation as described above. Then, create the following script in your Mozilla directory, make it executable (
chmod u+x <scriptname>), and run it as root. Do not run this program as su[do] root.
#!/bin/shdist_bin=`dirname $0`MOZILLA_FIVE_HOME=$dist_binLD_LIBRARY_PATH=$dis t_binexport MOZILLA_FIVE_HOME LD_LIBRARY_PATH$dist_bin/regxpcom$dist_bin/regchrometouch $dist_bin/chrome/user-skins.rdf $dist_bin/chrome/user-locales.rdf
Starting Mozilla
You can customize how Mozilla starts up, e.g. what profile to use, via command line arguments. See
http://www.mozilla.org/docs/command-line-args.html
To hook up Mozilla to the GNOME Panel, follow these steps:
Click the GNOME Main Menu button, open the Panel menu, and then open the Add to Panel sub-menu and choose Launcher.
Right click the icon for Mozilla on the Panel and enter the following command:
<install_directory>/mozilla
Where <install_directory> is the location of your Mozilla installation (e.g.
/usr/local/mozilla).
Type in a name for the icon, and type in a comment if you wish.
Click the icon button and type in the following as the icon's location:
<directory_name>/icons/mozicon50.xpm
Java and Plug-ins:
Mozilla searches for plug-ins in the following locations:
The path pointed to by environment variable
MOZ_PLUGIN_PATH
Your Mozilla plugins directory, e.g. /usr/local/mozilla/plugins)
~/.mozilla/plugins
If you install a plug-in without root permissions, use ~/.mozilla/plugins instead of the plugins sub-directory of the Mozilla install directory. You may have to create this directory first.
For a list of plug-ins supported by Mozilla and how to install them, visit
http://plugindoc.mozdev.org/linux.html
Java
To run Java applets, you must install the Java Runtime Environment (JRE) version 1.4.1 or later (1.4.2 recommended). To enable Java for Mozilla, put a symlink to java2/plugin/i386/ns610/libjava.oji.so in your plugins directory, e.g.:
ln -s /usr/java/j2re1.4.2/plugin/i386/ns610-gcc32/libjavaplugin_oji.so ~/.mozilla/plugins/libjavaplugin_oji.so
Copying the file (instead of making a symlink) will cause Java to crash.
If you need to download the JRE, you can find it at:
http://java.sun.com
Uninstalling Mozilla
To uninstall Mozilla, removed the directory where you installed Mozilla. Do NOT remove the ~/.mozilla directory, which contains profile information unless you no longer need your profiles.