Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[SOLVED] Adobe Flash Plugin not working in Mozilla or Chrome

Graphical Environments, Managers, Multimedia & Desktop questions.
Message
Author
L_V
Posts: 1477
Joined: 2007-03-19 09:04
Been thanked: 11 times

Re: [SOLVED] Adobe Flash Plugin not working in Mozilla or Ch

#16 Post by L_V »

Do you really need to bother with a deb package and add an external repository just to get a single libflashplayer.so file from Adobe, also considering flash is more and more useless ???

fireflashupdate.sh works perfectly and can be added as a weekly cron task even at user level (assuming the user is declared as sudoers).
https://github.com/cybernova/fireflashupdate [ see README.md ]

Code: Select all

$ crontab -e  # user cron
@weekly sh <my_path_to>/fireflashupdate.sh
In summary, fireflashupdate.sh script seems really recommended for Debian.

User avatar
debiman
Posts: 3063
Joined: 2013-03-12 07:18

Re: Adobe Flash Plugin not working in Mozilla or Chrome

#17 Post by debiman »

pylkko wrote:I didn't realize that flash is so dead:

https://www.bleepingcomputer.com/news/s ... ent-today/
i fixed that link.
can't stress this enough.
if a site still uses flash, one should very strongly consider if it is really necessary (or even advisable) to use that particular resource.
https://www.gnu.org/software/gnash/
Do these work or are they missing some features or something like that?
tried gnash a few years ago, and then again recently (as a standalone offline player) - it felt just as buggy and almost useless as then, and certainly not lighter on resources compared to adobe's.

User avatar
pylkko
Posts: 1802
Joined: 2014-11-06 19:02

Re: [SOLVED] Adobe Flash Plugin not working in Mozilla or Ch

#18 Post by pylkko »

The person from google claims fladh usage to have dropped from 80% of their chrome browsers in 2014 to less than 8% this year. Dead

User avatar
debiman
Posts: 3063
Joined: 2013-03-12 07:18

Re: [SOLVED] Adobe Flash Plugin not working in Mozilla or Ch

#19 Post by debiman »

^ oh, i missed that this is specifically for google chrome.

anyhow, the trend is clear on any browser.

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 72 times

Re: [SOLVED] Adobe Flash Plugin not working in Mozilla or Ch

#20 Post by stevepusser »

I think it would work OK if you added the MX 17 repo to Debian, but only enabled the non-free section, since we don't have very much in it at all.
I recommended only adding the main MX repo and only the non-free section so you wouldn't get overwhelmed by the number of backports we have in the rest of the repo. You can add the others later if you want to experiment and have a system backup. 99.9% of the time you wouldn't need the antiX repo--that only provides some scripts that some of the MX-specific tools use, such as the system-snapshot tool (which probably won't work in pure Debian).
MX Linux packager and developer

Imran1336
Posts: 1
Joined: 2018-09-10 08:42

Re: [SOLVED] Adobe Flash Plugin not working in Mozilla or Ch

#21 Post by Imran1336 »

The PPAPI Flash Player is for Chrome/Chromium and Opera browser.

Web browsers like Firefox and SeaMonkey uses NPAPI Plugins.

http://get.adobe.com/flashplayer/about/
https://get.adobe.com/flashplayer/otherversions/

Since you use Windows make sure you unselect any extras before downloading file.

L_V
Posts: 1477
Joined: 2007-03-19 09:04
Been thanked: 11 times

Re: [SOLVED] Adobe Flash Plugin not working in Mozilla or Ch

#22 Post by L_V »

fireflashupdate.sh is explicitly for Firefox, then NPAPI

Code: Select all

# Adobe Flash Player installer/updater for Mozilla Firefox.
wget -qO- https://fpdownload.macromedia.com/pub/flashplayer/masterversion/masterversion.xml | grep -m1 "NPAPI_linux version" | tr , .

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 72 times

Re: [SOLVED] Adobe Flash Plugin not working in Mozilla or Ch

#23 Post by stevepusser »

Back when Adobe wasn't updating the NPAPI version, only the PPAPI one, some one wrote a wrapper that let one use PPAPI in a Mozilla browser and it made it into Debian, but it doesn't have much point now that they update both versions in sync.
MX Linux packager and developer

User avatar
@ttila
Posts: 150
Joined: 2017-12-13 16:57
Has thanked: 2 times
Been thanked: 15 times

Re: [SOLVED] Adobe Flash Plugin not working in Mozilla or Ch

#24 Post by @ttila »

I manually download flash and install in the the folder: /usr/lib/pepperflashplugin-nonfree/.
Opera successfully detects it.

giaur
Posts: 120
Joined: 2013-03-08 07:03

Re: [SOLVED] Adobe Flash Plugin not working in Mozilla or Ch

#25 Post by giaur »

Valid solution is to drop flash player from your computer and let it die.

User avatar
ckosloff
Posts: 500
Joined: 2011-12-29 15:08
Location: South Florida, USA

Re: Adobe Flash Plugin not working in Mozilla or Chrome

#26 Post by ckosloff »

stevepusser wrote:Chrome downloads its own PPAPI flash the last I heard, but you may have to go into the settings and enable sites to use it.

Firefox was also still using NPAPI Flash instead of PPAPI the last I heard...you can try installing our MX Linux deb that installs both NPAPI and PPAPI packages and set up Chromium compatibility; it works really well: (edit: fixed link) http://mxrepo.com/mx/repo/pool/non-free ... ashplugin/

The mx17 packages are Stretch compatible.
gdebi reports dependency not satisfiable. Please help.

L_V
Posts: 1477
Joined: 2007-03-19 09:04
Been thanked: 11 times

Re: [SOLVED] Adobe Flash Plugin not working in Mozilla or Ch

#27 Post by L_V »

Don't bother with unmaintained deb packages for old/depreciated Flash plugin.
This script is just fine, and disable Flash in Firefox plugins ("or Always ask"):
https://github.com/cybernova/fireflashu ... hupdate.sh

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 72 times

Re: Adobe Flash Plugin not working in Mozilla or Chrome

#28 Post by stevepusser »

ckosloff wrote:
stevepusser wrote:Chrome downloads its own PPAPI flash the last I heard, but you may have to go into the settings and enable sites to use it.

Firefox was also still using NPAPI Flash instead of PPAPI the last I heard...you can try installing our MX Linux deb that installs both NPAPI and PPAPI packages and set up Chromium compatibility; it works really well: (edit: fixed link) http://mxrepo.com/mx/repo/pool/non-free ... ashplugin/

The mx17 packages are Stretch compatible.
gdebi reports dependency not satisfiable. Please help.
Is it so much of an extra effort to tell us what dependency it says is not satisfiable? Jeesh! Why must we pry it out of you?

Of course somebody's gonna complain that's a cranky answer, but for Pete's sake, why make it so hard for someone to help you?
MX Linux packager and developer

User avatar
ckosloff
Posts: 500
Joined: 2011-12-29 15:08
Location: South Florida, USA

Re: [SOLVED] Adobe Flash Plugin not working in Mozilla or Ch

#29 Post by ckosloff »

Hi,
I am a curmudgeon too, don't worry about that.
I will tell you which dependency is not satisfiable if you are so kind as to tell me which package should I download, there are several listed under that link.
FYI, I commented out the mxrepo from my sources, because I want to use exclusively the Debian repos, and I am now struggling with unsatisfied dependencies preventing me to complete a dist-upgrade. so I guess that I will have to purge those packages and re-install form the Debian repos (stable + backports).
Thank you for all the great work and prompt and consistent help.

Post Reply