This build was produced on the Sun Java Desktop System 2003 platform, and is compatible with SuSE distributions from 8.1 onwards. It was built to provide GTK2 and xft support for systems still using glibc 2.2, as the supplied Mozilla builds were either GTK2+xlib+glibc2.3 or GTK1+glibc2.2. Since Java Desktop is all GTK2 based, this build provides a far better looking interface. If you encounter any problem with the package, please contact: Mark R. Bowyer . The build is otherwise completely standard, built from the source tarball for firefox-0.8 with the following .mozconfig file: ---8<--- export MOZ_PHOENIX=1 mk_add_options MOZ_PHOENIX=1 ac_add_options --enable-crypto ac_add_options --disable-tests ac_add_options --disable-debug ac_add_options --disable-mailnews ac_add_options --disable-composer ac_add_options --enable-optimize=-O2 ac_add_options --disable-ldap ac_add_options --disable-mailnews ac_add_options --enable-extensions=default,-inspector,-irc,-venkman,-content-packs,-help ac_add_options --enable-plaintext-editor-only ac_add_options --without-system-nspr ac_add_options --without-system-zlib ac_add_options --without-system-jpeg ac_add_options --without-system-png ac_add_options --without-system-mng ---8<--- and running: $ export MOZILLA_OFFICIAL=1; $ export BUILD_OFFICIAL=1; $ export MOZ_PHOENIX=1; $ make -f client.mk build_all $ cd xpinstall/packager $ make MOZ_PKG_APPNAME="firefox" MOZILLA_BIN="$(DIST)/bin/firefox-bin" Nothing else has been done for the provision of plugins, etc - most of these can be created by duplicating the links or binaries from the Mozilla plugins directory at /usr/lib/mozilla/plugins/ .