Hi Haiyadragon, brilliant, it works, thank you very much!
Here's a short installation manual for other dummies like me:
HOW TO install Mozilla Firefox 1.0 on a SuSE 9.0 system
**************************************************************
1) Download firefox from here:
http://www.mozilla.org/products/firefox/
Current direkt link:
http://ftp.mozilla.org/pub/mozilla.o...staller.tar.gz
Save it to e.g. /tmp
2) Decompress it:
Code:
cd /tmp
tar zxf firefox-1.0PR-i686-linux-gtk2+xft-installer.tar.gz
3) Login as root (if you try with sudo or su or the like, permissions will be wrong) and start the installer:
Code:
cd /tmp/firefox-installer
./firefox-installer
4) Follow the graphical wizard which guides you through the installation:
Choose to install firefox to: /usr/local/firefox1.0pr
When finished, firefox will launch and automatically create the profile (directory: ~/.mozilla)
5) Install all needed plugins: Type the following address in the address bar (without space!):
about
:plugins
Click on the link here to get great manuals for the installation of plugins
http://plugindoc.mozdev.org/
6) Create link to firefox for easy launch from every directory:
Code:
ln -s /usr/local/firefox1.0pr/firefox /usr/bin
7) Log off as root and login as the user of you choice and launch firefox:
Code:
firefox
# Or try this if you do not succeed:
/usr/local/firefox1.0pr/firefox
# If it still does not work, rename your profile and try again:
mv ~/.mozilla ~/.mozilla.backup
/usr/local/firefox1.0pr/firefox
8) Create icon on your desktop (KDE):
- Right click on your desktop an choose new, shortcut to program
- Type the "Firefox" as the application name
- Click on the icon and select "other icons" and navigate to /usr/local/firefox1.0pr/icons/mozicon50.xpm
- Jump to the "Execute" tab and type "/usr/local/firefox1.0pr/firefox"
--> Hit ok to complete