Comment 1 for bug 195615

Revision history for this message
komputes (komputes) wrote :

Current solution:

apt-get xorg

wget http://launchpadlibrarian.net/12198262/firefox-2_2.0.0.12+2nobinonly+2-0ubuntu3_i386.deb
dpkg -i firefox-2_2.0.0.12+2nobinonly+2-0ubuntu3_i386.deb ## shows list of dependancies
apt-get install libpango1.0-0
apt-get -f install ## yes to dependencies
dpkg -i firefox-2_2.0.0.12+2nobinonly+2-0ubuntu3_i386.deb

startx
# in the x session shell
cd /usr/bin/
./firefox-2

Finally https://addons.mozilla.org/en-US/firefox/addon/1659

Of course the firefox-2 package should be in hardy repositories since 3.0b* is still in production/beta.

Reported to Adam Conrad (OSA), package 'firefox-2' should be made available in the repositories soon and will be installable through aptitude/synaptic.