-
Notifications
You must be signed in to change notification settings - Fork 975
[Linux] Flash player not detected #7505
Comments
this is an easy bug to fix if someone wants to take it; just add more paths to https://github.com/brave/browser-laptop/blob/master/js/flash.js#L27-L41 |
@diracdeltas I think the issue might be a bit more complex than that. I was able to reproduce the issue even with the files in the right place. This is currently blocking verification of #7523 for Linux. |
@alexwykoff did you first make sure that Flash was enabled in about:preferences? |
in the linux case, the preference could not be enabled because flash was not being detected. this was even after close, reopen and system restart & open. |
@alexwykoff you may need to change the permission on that directory so brave can read it? |
@diracdeltas It would seem to be on par with entries in /usr/lib |
When it is just for displaying a video, Flash is not necessary anymore. Webkit browsers like Brave are able to play .mp4 (H.264) videos without plugin. The browser should ignore the request for a Flash plugin in the web page content and play the video directly. |
But... we still have many site with Flash. For e.g. my bank requires enabled flash in browser to work website. So without flash I can't make a transfer. Other site, to manage my operator in mobile phone I need use Flash in browser... Also I know a lot of other website which still work in flash... |
@freebrowser1 I believe our stance is: we want to have Flash completely disabled by default, but at least have support for it. Similar to the Widevine CDM plugin: we don't encourage folks to enable... but offer support so that users can watch Netflix for example I know a lot of us would be happy to completely dump Flash (for many reasons), but as @AngryPenguinPL (and other users) know, some sites haven't migrated away from Flash yet IIRC, Brave does advertise itself as not supporting Flash... but will detect any requests and display those to the user with a notification prompt saying "This site is trying to use Flash. Allow?". We do this so that it coaxes the site to play the video version (while still offering support for Flash) |
I can't get this to work on Ubuntu zesty either on http://www.homestarrunner.com/ Tried installing: Also tried some alt things from @alexwykoff
We might need to support his method instead? Also from @alexwykoff : CC @diracdeltas |
related issue : #6908 Trying this with the 0.15.0 rc6 yields the following:
I'm inclined to believe there may be a permissions issue looming as well. |
confirmed still broken in 0.16.4 on Ubuntu |
Have the same issue. Debian 9 Stretch X64 On flash site, getting "cannot load plugin". Installed libpepflashplayer.so & manifest.json in /usr/lib/pepperflashplugin-nonfree/ Tried to watch something on crunchyroll.com, got "cannot load plugin". |
It seems brave enables Linux sandbox before loading flash plugin shared library. |
Did you search for similar issues before submitting this one?
Yes.
Describe the issue you encountered:
When we use pepperflashplugin-nonfree, flash plugin is loaded but when we use other pack for example official Adobe build or build from ubuntu repository - brave not see flash pluing...
Linux Ubuntu 16.10 x64
Brave 0.13.5
rev 1db81cb
/usr/lib/adobe-flashplugin
/usr/lib/adobe-flashplugin/libflashplayer.so
/usr/lib/adobe-flashplugin/libpepflashplayer.so
/etc/chromium-browser
/usr/lib64/flash-plugin
/usr/lib64/flashplugin
and I think is also few more.
So If you add few more dir to check by Brave, we can use other flash installer than old "pepperflashplugin". As you can see pepperflashplugin is plugin made sometimes ago and for have plugin it unpacking it from Chrome browser. Now we have fresh plugins without needed unpacking chrome. This plugins comes dircectly from Adobe site.
As you can see now adobe provides both npapi and ppapi plugin. They have archives tar,gz for npapi and ppapi and also rpm for npapi and ppapi and also YUM and APT (ubuntu) for both NPAPI and PPAPI in one installers!
So I think, you should have choise to use flash on brave. I think good options it adding new dir in brave. Brave should looking for a plug in few new locations OR you can add in about:preferences#plugins new options to manually indicate the right path for flash.
Why not?
The text was updated successfully, but these errors were encountered: