Table of Contents
Firefox
Firefox is unbranded in Arch and identifies as Gran Paradiso.
Install
pacman -S firefox flashplugin
Middle button problems
Stop the tabs closing on click and the ”! The URL is not valid and cannot be loaded.” error message, open Firefox and in the address bar type:
about:config
Then add a new key by right clicking and enter:
middlemouse.contentLoadURL
Set it to FALSE.
Identify to add-ons as Firefox
Open Firefox and in the address bar type:
about:config
Change the user agent string:
general.useragent.extra.firefox
to
Firefox/3.0.5
Enable backspace key as back button
Open Firefox and in the address bar type:
about:config
Backspace for back:
browser.backspace_action to 0
Improve fonts
Add /etc/profile:
export MOZ_DISABLE_PANGO=1




