#PPAPI_VERSION# not set in 10-flash script
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
adobe-flashplugin (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
Summary:
/etc/chromium-
I apologize if this is a poor description. See discussion section after "Required information" for speculation.
Required information:
1. lsb_release -rd
Description: Ubuntu 17.04
Release: 17.04
2. apt-cache policy adobe-flashplugin
adobe-flashplugin:
Installed: 1:20170509.
Candidate: 1:20170509.
Version table:
*** 1:20170509.
500 http://
100 /var/lib/
3. Expectation: /etc/chromium-
CHROMIUM_
4. Actual result: CHROMIUM_FLAGS has flash version set to empty string.
CHROMIUM_
Discussion:
Ok, I'm not super familiar with Debian stuff, so I could be very very wrong. I took a peek here:
https:/
And I noticed that what I think is a build script fails to set #PPAPI_VERSION#. When I leave this as is, it seems to disable flash on chromium. As a workaround, I ended up doing what it looks like the build script essentially does, just within the script itself:
diff ~/stage/
1a2
> version=$(python -c 'import sys, json; print json.load(
3c4
< CHROMIUM_
---
> CHROMIUM_
Anyway, hope this is useful. Thanks for the package!
Status changed to 'Confirmed' because the bug affects multiple users.