New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 679196 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 2
Type: Feature



Sign in to add a comment

Integrate Chromium on Linux with system-installed Flash

Reported by jeremy9...@gmail.com, Jan 8 2017

Issue description

UserAgent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36

Steps to reproduce the problem:
Install flash :

$ sudo dnf install http://linuxdownload.adobe.com/adobe-release/adobe-release-$(uname -i)-1.0-1.noarch.rpm && sudo rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux

$ sudo dnf install flash-player-ppapi

What is the expected behavior?
Flash works in Chromium

What went wrong?
Chromium don't find Flash

Did this work before? N/A 

Chrome version: 55.0.2883.87  Channel: stable
OS Version: 
Flash Version: 24

By default Flash is installed in "usr/lib64/flash-plugin" but Chromium don't find it. Can you make it work with this path please ?

Thanks !
 
Components: Internals>Plugins>Flash
Labels: Needs-Triage-M55
Cc: kkaluri@chromium.org
Labels: -Type-Bug Type-Feature
Status: Untriaged (was: Unconfirmed)
This issue appears more likely to be a feature request hence marking it a untriaged, so that issue can get addressed.
Cc: waff...@chromium.org
Cc: lafo...@chromium.org wfh@chromium.org
Status: Available (was: Untriaged)
Summary: Integrate Chromium on Linux with system-installed Flash (was: Chromium don't find Flash)
I think picking up a system installed PPAPI Flash should be a straightforward change.

As a short-term workaround, you can launch Chromium with the command line flags: --ppapi-flash-path=/path/to/pepflashplayer.so --ppapi-flash-version=24.0.0.221

Comment 5 by laforge@google.com, Feb 28 2017

Cc: rpop@chromium.org jsc...@chromium.org
Agreed, we should find a way to do this.

@Rachel/ Justin - Do we have anyone who could pick this up?
Project Member

Comment 6 by sheriffbot@chromium.org, Mar 8 2018

Labels: Hotlist-Recharge-Cold
Status: Untriaged (was: Available)
This issue has been Available for over a year. If it's no longer important or seems unlikely to be fixed, please consider closing it out. If it is important, please re-triage the issue.

Sorry for the inconvenience if the bug really should have been left as Available. If you change it back, also remove the "Hotlist-Recharge-Cold" label.

For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot

Comment 7 by wfh@chromium.org, Mar 8 2018

I think this is just a matter of implementing the TODO here:

https://cs.chromium.org/chromium/src/chrome/common/pepper_flash.cc?l=150
@Will - If I can sort out the directory paths, any chance that you could land a CL to close out the TODO?

Comment 9 by wfh@chromium.org, Mar 9 2018

Owner: wfh@chromium.org
Status: Assigned (was: Untriaged)
sure, the bulk of the work would be in the testing not the implementation :)

Comment 10 by laforge@google.com, Mar 17 2018

Cc: smori...@adobe.com
Hey Satoshi,

Could you advise on the correct system install path for Flash Player on Linux?

Thanks,

Anthony

Comment 11 by smori...@adobe.com, Mar 17 2018

The location of Flash Player on Linux depends on how it is installed.

rpm installation
/usr/lib/flash-plugin/libpepflashplayer.so	(32 bit)
/usr/lib64/flash-plugin/libpepflashplayer.so	(64 bit)

apt installation
/usr/lib/adobe-flashplugin/libpepflashplayer.so	(32/64 bit)

Sign in to add a comment