Installation of <application>Mozilla</application> Install Mozilla by running the following commands: export MOZILLA_OFFICIAL="1" && export BUILD_OFFICIAL="1" && export MOZ_INTERNAL_LIBART_LGPL="1" && for p in ../mozilla-&mozilla-version;-*.patch do patch -Np1 -i $p done According to the financial institutions, the following hack makes your browser insecure. You have been warned. Many sites use an MS-IE specific tag (autocomplete=off) to prevent autocomplete from working in some forms. This tag is now supported in Mozilla to appease the financial institutions. As per the requirements of the financial institutions, they will not even accept a solution where this a preference option. However our opinion is that it should be in the hands of the user. To enable autocomplete to bypass this restriction, we need to make a slight modification in the code. Open the file extensions/wallet/src/wallet.cpp in the Mozilla source tree and search for the line: #define WALLET_DONT_CACHE_ALL_PASSWORDS Then delete or comment out the line. Now, if anyone tells you MS-IE is user friendly, give them this example! ./configure --prefix=&mozilla-prefix; \ --enable-default-mozilla-five-home \ --enable-toolkit-gtk2 --enable-default-toolkit=gtk2 \ --with-x --with-system-zlib \ --with-system-jpeg --with-system-png --with-system-mng \ --enable-xft --enable-crypto \ --enable-java-supplement \ --disable-accessibility \ --disable-tests --disable-debug \ --disable-logging --enable-reorder \ --enable-strip \ --enable-cpp-rtti --enable-extensions=all \ --enable-svg && make && make install && install -d &mozilla-prefix;/include/mozilla-&mozilla-version;/nss && cp -Lf dist/private/nss/*.h dist/public/nss/*.h \ &mozilla-prefix;/include/mozilla-&mozilla-version;/nss && ln -nsf mozilla-&mozilla-version; &mozilla-prefix;/include/mozilla && ln -nsf mozilla-&mozilla-version; &mozilla-prefix;/lib/mozilla && cd &mozilla-prefix;/lib/mozilla-&mozilla-version; && export LD_LIBRARY_PATH="&mozilla-prefix;/lib/mozilla-&mozilla-version;" && export MOZILLA_FIVE_HOME="&mozilla-prefix;/lib/mozilla-&mozilla-version;" && ./regxpcom && ./regchrome && touch `find &mozilla-prefix;/lib/mozilla-&mozilla-version; -name *.rdf` Optional Extra Switches Each of these switches can be added to the configure line in order to have the described effect on the mozilla compile. --enable-elf-dynstr-gc : Removes unreferenced strings from ELF shared objects generated during the build. Note that this option breaks build on alpha. --disable-mailnews : Disable the mail and news clients. --disable-ldap : Disable LDAP Support, recommended if mail is disabled. --enable-calendar : Build the calendar client. You will need to download the calendar source via cvs since it is not included with the release source. (Warning, this option is not yet stable). --enable-xterm-updates : This option is for enabling the xterm title with the current command when compiling. --enable-plaintext-editor-only : Disable support for HTML editing. Do not use this switch if you are building the mail-news component.