Mozilla 1.1b with Accessibility function =========================================================== Note: This build of mozilla is for testing the accessibility function on Gnome 2 only How to use: 1. download the tarball 2. unzip it with gnu tar, by "tar zxvf filename" 3. add the paths of your gnome2.0 libs into LD_LIBRARY_PATH 4. use one of the two ways to enable accessibility feature: a. gconftool-2 --set "/desktop/gnome/interface/accessibility" --type boolean "True", OR b. export GNOME_ACCESSIBILITY=1 To Disable Accessibility, you need: a. gconftool-2 --set "/desktop/gnome/interface/accessibility" --type boolean "False", OR b. unset GNOME_ACCESSIBILITY 5. cd mozilla run with "./mozilla" Test Report: http://www.mozilla.org/projects/ui/accessibility/unix/testreport/index.html About the Linux build: Currently, the gnome2 environment we used to build mozilla is downloaded from http://ftp.gnome.org/pub/GNOME/2.0.1/releases/final/ Please ensure there is no conflict with your own gnome2 libraries.