This is my way to install firefox 5.0 on meego 1.2 - not one click install, but works perfectly and is easy to perform:
- download firefox for linux from firefox official site
http://www.mozilla.com/ (.tar.bz2)
- run terminal (you find in applications/system tools) and write there
Code:
cd ~/Downloads
tar -xvf firefox-5.0.tar.bz2
cp -r firefox ~
rm -rf firefox
sudo gedit /usr/share/applications/mozilla-firefox-custom.desktop
- new empty file will open in gedit, paste there the following:
Code:
[Desktop Entry]
Version=1.0
Encoding=UTF-8
Name=Firefox Web Browser custom
GenericName=Web Browser
Comment=Browse the Web
Exec=/home/YOUR-USER-NAME/firefox/firefox %u
Icon=firefox
Terminal=false
Type=Application
StartupWMClass=firefox
MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;
StartupNotify=true
Categories=Network;WebBrowser;
* don't forget to replace
YOUR-USER-NAME for your name you have chosen in meego (~/firefox/firefox cannot be used!)