sudo mkdir -p /opt/firefox/extensions/talkback@mozilla.org/
sudo touch /opt/firefox/extensions/talkback@mozilla.org/chrome.manifest
cd ~/.mozilla/firefox/*.default
mkdir ~/Desktop/ffsettings
cp bookmarks.html cert8.db cookies.txt formhistory.dat key3.db signons.txt history.dat mimeTypes.rdf ~/Desktop/ffsettings
sudo cp ~/Desktop/firefox-1.5.tar.gz /opt/
cd /opt
sudo tar xzvf firefox-1.5.tar.gz
sudo rm firefox-1.5.tar.gz
cd /opt/firefox/plugins/
sudo ln -s /usr/lib/mozilla-firefox/plugins/* .
sudo rm libtotem_mozilla.*
cd
mv .mozilla .mozilla.ubuntu
sudo dpkg-divert --divert /usr/bin/firefox.ubuntu --rename /usr/bin/firefox
sudo ln -s /opt/firefox/firefox /usr/bin/firefox
firefox
cd ~/Desktop/ffsettings
cp * ~/.mozilla/firefox/*.default
# To ensure that other programs use version 1.5 of firefox and not the
# old 1.07 version, go to Preferences -> Preferred Applications in the
# System menu. For the "Web Browser" tab, choose "Custom" and then
# enter the command:
firefox %s
sudo chown -R avb:avb /opt/firefox
# Tornant a posar la versio anterior de firefox
sudo rm /usr/bin/firefox
sudo dpkg-divert --rename --remove /usr/bin/firefox
# Restore your old profile:
cd
mv .mozilla .mozilla-1.5
mv .mozilla.ubuntu .mozilla
# (optional) Delete the firefox directory
sudo rm -r /opt/firefox
200409 200412 200501 200502 200503 200504 200505 200506 200507 200508 200509 200510 200511 200512 200601 200602 200603 200604 200605 200606 200607 200608 200609 200610 200611 200612 200701 200702 200703 200704 200705 200707 200708 200709 200710 200711 200712 200801 200802 200803 200804 200805 200806 200807 200808 200809 200810 200811 200812 200901 200902 200903 200904 200905 200906 200907 200908 200909 200912 201001 201002 201003 201004 201007 201009 201011 201102
Subscribe to Posts [Atom]