andrejus said: Hello!
I am new to Ubuntu (v 9.04). I am very positive about all the system (speed, look, feel etc).
But I want a bit more so I've installed Firefox 3.5.2 with Ubuntuzilla. I have the same problems as prkos.
My Firefox 3.5.2 can not find plugins. How can I enable all the plugins form the previus version of Fireforx (3.0.xx)?
Thanks to Ubuntuzilla I've went back to Firefox 3.0.xx.
If anyone has a clue please; write down a guide for dummies :)
BR
I had the same problem, but I fixed it. Shiretoko can be downloaded with the Synaptic Package Manager (firefox-3.5), but I just didn't like the icon and the window title. :)
So I got firefox 3.5.2 with ubuntuzilla (in a terminal: ubuntuzilla.py -a install -p firefox). Installs neatly and works, except for the mplayer plugins. An extensive web search just didn't give me an answer. But a hint did.
Firefox is 32 bit, my Jaunty 64 bit. The mozilla-mplayer package on my system is 64 bit and firefox expects 32 bit plugins. Here is a quick howto:
- download mozilla-mplayer_3.55-1.1ubuntu1_i386.deb (32bit package) from http://packages.ubuntu.com/jaunty/i386/mozilla-mplayer/download
- right click the file and choose "Open with Archive Manager"
- doubleclick data.tar.gz
- extract the files from ./usr/lib/mozilla/plugins/ to a temp dir ex. /tmp/mplayeri386 (the ten files are mplayerplug-in*.so/xpt)
- close firefox
- open a terminal
- backup firefox 3.5.2 plugins dir: sudo mv /opt/firefox/plugins /opt/firefox/plugins.org
- make new plugins dir: sudo mkdir /opt/firefox/plugins
- copy 32bit mplayer plugins: sudo cp /tmp/mplayeri386/* /opt/firefox/plugins/
- start firefox and check by typing in the address bar "about : plugins" (without the spaces or quotes)
- get popcorn :)
:popcorn: