How does one go about doing this?
Asked
Active
Viewed 1,784 times
1 Answers
3
Opera will grab the plugin from /usr/lib/flashplugin-installer/libflashplayer.so, which is the default location for the flash shared object installed by flashplugin-installer package. So make sure you have both.
If you don't have them, then install the package with:
sudo apt-get install flashplugin-installer
If you have flashplugin-installer package and the file mentioned above, but it still doesn't work, then you could try to copy the plugin shared object to ~/.opera/plugins with the following command:
cp /usr/lib/flashplugin-installer/libflashplayer.so ~/.opera/plugins/libflashplayer.so
Also check if you don't have any old version being detected by Opera and disable it. You can do that from opera:plugins page.
For other video types you will need gecko-mediaplayer, which is the only media plugin that works with Opera.
sudo apt-get gecko-mediaplayer

lovinglinux
- 6,367
-
BTW, the latest build can be found at http://snapshot.opera.com/unix/awesome_11.00-1094/ – lovinglinux Nov 18 '10 at 02:48
-
I do not have the said file, what now? and I do have the latest build. – TheXed Nov 18 '10 at 02:48
-
What do you get from opera:plugins ? – lovinglinux Nov 18 '10 at 02:54
-
Added more info to my answer. – lovinglinux Nov 18 '10 at 02:58
-
you didn't say anything about making sure I had flashplugin-installer package installed orginally... – TheXed Nov 18 '10 at 03:02
-
I suppose it worked, since you have accepted the answer. Have fun. I'm also using Opera 11. Is awesome. I had some issues with previous builds, but the latest one is working really nice. – lovinglinux Nov 18 '10 at 03:07
-
added info about other video types. – lovinglinux Nov 18 '10 at 03:14
-
I think he is going to be ok, I just tested your suggestion and it worked – Sabacon Nov 18 '10 at 03:40
-
Couldn't find ~/.opera. Any other suggestions? – richardaum Jun 29 '15 at 21:25