Flash with Opera 34 and Xubuntu
-
bbands last edited by
Hello,
The upgrade to 34 broke my ability to view Flash with Opera. The recommended solutions that worked with 33 and earlier versions no longer work. Chrome, PepperFlash, ect all installed and working with other browsers. Any thoughts on how to fix? I can see Flash with Chrome, Chromium and Firefox.
Please do not reply with "Move to HTML5.", etc... There are several resources I need that will continue to require Flash for the foreseeable future.
Thanks in advance,
John
-
tandreass1 last edited by
At last I found the solution, at least for people using the pepperflash plugin from ubuntu.
During installation of ubuntu gnome in October I added a repository (I cannot find the instructions anymore) that made the pepperflash plugin available as a separate package. This package does not seem to update, probably because the repository I added does not update.
But in a feature request for automatic updates I found the instruction to use some commands to update the plugin:
https://bugs.launchpad.net/ubuntu/+source/pepperflashplugin-nonfree/+bug/1312219So, If you use this repo for the pepperflash plugin: https://launchpad.net/ubuntu/+source/pepperflashplugin-nonfree
Just write:
su
update-pepperflashplugin-nonfree --install-Tommy
-
A Former User last edited by
Hello bbands,athlonite, and tandreass1.
I'm having a similar problem in Peppermint 6. Updating went fine for Chromium browser, but it had no effect whatsoever on Opera 34. Adobe Flash Player should be Version: 20.0.0.228 (Shockwave Flash 20.0 r0) and not:
Adobe Flash Player
Version: 99.999.999.999
Shockwave Flash 99.999 r999
Location:
/usr/lib/pepperflashplugin-nonfree/libpepflashplayer.so
Type:
PPAPI (out-of-process)I don't know what to do about this. I tried disabling and re-enabling, logging out and then in, but nothing fixed this problem. My situation is the same as bbands, I need Flash every now and then, and I know what I'm seeing isn't right here.
I'm stumped! Any potentially constructive suggestions would be appreciated.
Thank you,
perknh
-
A Former User last edited by
UPDATE:
I reported this problem to Peppermint too. PCNetSpec said that Peppermint had a the same problem there "with Chromium not being able to correctly extract/report the pepperflash version, so it defaults to 99.999.999.999" He said, "That's not a functionality problem, just a reporting issue...."
We hope this link helps the team at Opera do something similar.
This link helps explain what Team Peppermint did to resolve this issue for Chromium browser.
http://forum.peppermintos.com/index.php/topic,2935.msg29027.html#msg29027
Here are the contents of our /etc/chromium-browser/default:
part for pepperflashplugin-nonfree : begin
flashso="/usr/lib/pepperflashplugin-nonfree/libpepflashplayer.so"
if [ -f $flashso ]
then
flashversion=strings $flashso|grep ^LNX|sed -e "s/^LNX //"|sed -e "s/,/./g"
CHROMIUM_FLAGS="$CHROMIUM_FLAGS --ppapi-flash-path=$flashso --ppapi-flash-version=$flashversion"
fipart for pepperflashplugin-nonfree : end
We hope our friends here at Opera will find this information helpful.
perknh (with the knowledge and experience of PCNetSpec himself!)