Closed
Bug 1461363
Opened 7 years ago
Closed 5 years ago
[snap] flash plugin content not rendered
Categories
(Release Engineering Graveyard :: Release Automation: Snap, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: olivier, Unassigned)
References
(Blocks 1 open bug)
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.40 Safari/537.36
Steps to reproduce:
1) On ubuntu 18.04, install the snap package (snap install firefox)
2) sudo apt install adobe-flashplugin
3) mkdir -p ~/snap/firefox/common/.mozilla/plugins
4) cp /usr/lib/adobe-flashplugin/libflashplayer.so ~/snap/firefox/common/.mozilla/plugins/
5) snap run firefox
6) browse to http://get.adobe.com/flashplayer/about/?
7) click the box to activate the flash plugin
Actual results:
The plugin appears to be enabled, but no content is rendered. Seeing the following errors in terminal (several times):
(/snap/firefox/85/plugin-container:10328): Gtk-CRITICAL **: IA__gtk_widget_get_visual: assertion 'GTK_IS_WIDGET (widget)' failed
(/snap/firefox/85/plugin-container:10328): Gdk-CRITICAL **: IA__gdk_colormap_new: assertion 'GDK_IS_VISUAL (visual)' failed
(/snap/firefox/85/plugin-container:10328): Gdk-CRITICAL **: IA__gdk_colormap_alloc_colors: assertion 'GDK_IS_COLORMAP (colormap)' failed
(/snap/firefox/85/plugin-container:10328): Gtk-CRITICAL **: IA__gtk_widget_modify_bg: assertion 'GTK_IS_WIDGET (widget)' failed
Expected results:
The flash content should be rendered correctly.
Reporter | ||
Comment 1•7 years ago
|
||
This is possibly a GTK version mismatch between the flash plugin and the firefox snap (which was built against 3.22.24 from https://launchpad.net/~ubuntu-desktop/+archive/ubuntu/gnome-3-26).
Reporter | ||
Comment 2•7 years ago
|
||
Correction: the firefox snap is built against the version of GTK that's in xenial proper, not that PPA.
I also tested with the flash plugin package from 16.04, and I am seeing the same issue.
Comment 3•7 years ago
|
||
Hello
I have reproduced this issue as described in comment 0 on Ubuntu 16.04 LTS 64-bit. The Adobe About page has an animation that is not properly displayed on Firefox Snap Release, nor on Google Chrome (after allowing flash to perform).
Status: UNCONFIRMED → NEW
Component: Untriaged → Release Automation: Snap
Ever confirmed: true
OS: Unspecified → Linux
Product: Firefox → Release Engineering
QA Contact: jlorenzo
Hardware: Unspecified → x86_64
Version: 59 Branch → unspecified
Comment 4•7 years ago
|
||
I have this probelem on Debian 9.4 using a freshly installed Firefox snap.
I found this page, pointing to an unmet dependency on libsasl2.so
https://www.slax.org/blog/19021-Troubles-with-flashplayer.html
Perhaps including this library in the Firefox snap would fix the problem?
How do I go about testing this?
;)Frode
Comment 5•5 years ago
|
||
Flash is no longer supported.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → WONTFIX
Updated•1 year ago
|
Product: Release Engineering → Release Engineering Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•