Gtk2 :: Firefox 2.0



Hi guys!

I'm currently using firefox-1.5.0.6.uci and it works good. But if someone is inclined and have the skills (which I lack) wouldn't it be nice to have the most uptodate version of firefox for DSL. That's what I think at least. So please create this extension someone!

Have fun out there in cyberspace (I have),
meo

There is already a Firefox 2.0 in the testing area, and it's even compiled so that it works with stock DSL! Seems to work fine as far as I can tell, but unfortunately it doesn't have symlinks for the java runtime environment (DSL's uci ext.).

-r

This script was posted on xbox-scene forums and is working quite well on my xbox with x-dsl.Have fun

#!/bin/bash
echo "Updating repositories list
"
sudo apt-get update
echo "
Making sure libstdc++5 and the old Firefox are installed
"
sudo apt-get -y install firefox libstdc++5
echo "
Backing up old Firefox preferences
"
cp -R ~/.mozilla ~/.mozilla_backup
echo "
Changing to home directory
"
cd
echo "
Downloading Firefox from the Mozilla site
"
wget -c http://releases.mozilla.org/pub.....tar.gz
echo "
Unzipping the .tar.gz file
"
sudo tar -C /opt -x -z -v -f firefox-2.0.tar.gz
echo "
Removing the unzipped .tar.gz
"
rm firefox-2.0.tar.gz
echo "
Linking plugins
"
cd /opt/firefox/plugins/
sudo ln -s /usr/lib/mozilla-firefox/plugins/* .
echo "
Linking launcher to new Firefox
"
sudo dpkg-divert --divert /usr/bin/firefox.ubuntu --rename /usr/bin/firefox
sudo ln -s /opt/firefox/firefox /usr/bin/firefox
sudo dpkg-divert --divert /usr/bin/mozilla-firefox.ubuntu --rename /usr/bin/mozilla-firefox
sudo ln -s /opt/firefox/firefox /usr/bin/mozilla-firefox
echo "
The new Firefox is installed."


All you have to do is save it in a text file called firefox.sh.
Open EmelFM and find that file.
Write chmod a+x firefox.sh on the lower command terminal.
Then write ./firefox.sh to start executing the script that will download and install Firefox.

Well reidar!

It didn't exist until a couple of days after my request. Furthermore I have used it every day since it appeared in the myDSL repository.

Have fun,
meo


original here.