[Flatpak] [Wayland] Extension contents don't show up
Categories
(Core :: Widget: Gtk, defect, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox83 | --- | affected |
People
(Reporter: theevilskeleton, Unassigned)
Details
Attachments
(1 file)
(deleted),
video/webm
|
Details |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:83.0) Gecko/20100101 Firefox/83.0
Steps to reproduce:
Using Firefox in a Wayland window.
I tried to open an extension, expected its contents to show up.
Actual results:
The extension's contents are completely blank.
Expected results:
It should show the contents of the extension.
Reporter | ||
Updated•4 years ago
|
Comment 1•4 years ago
|
||
After installing Fedora (which uses Wayland by default) in Virtual Box, downloading Firefox Release v83.0, installing the uBlock Origin extension (the only one I could recognize), this issue would not reproduce, nor would it with many other random installed extensions.
@theevilskely@tutanota.com: I will try to find a proper installation of Fedora to be tested as well, but in the meantime, please give me some more information:
- What operating system did you reproduce this issue on?
- If it isn't a Fedora, how did you open a Wayland window?
- What are the other extensions that you used in the issue's reproduction demo?
Thank you!
Updated•4 years ago
|
Comment 2•4 years ago
|
||
Martin: bug 1677361 coment c9 might be related here.
Comment 3•4 years ago
|
||
Thanks for the report!
WebRender on MOZ_ENABLE_WAYLAND=1 is broken in Firefox 83: All addon panels are empty most of the time. :/
It will be fixed with Firefox 84 (currently Beta).
You can either disable gfx.webrender.all on about:config, or start Firefox without MOZ_ENABLE_WAYLAND=1 and GDK_BACKEND=wayland env vars.
Reporter | ||
Comment 4•4 years ago
|
||
(In reply to Bodea Daniel [:danibodea] from comment #1)
After installing Fedora (which uses Wayland by default) in Virtual Box, downloading Firefox Release v83.0, installing the uBlock Origin extension (the only one I could recognize), this issue would not reproduce, nor would it with many other random installed extensions.
@theevilskely@tutanota.com: I will try to find a proper installation of Fedora to be tested as well, but in the meantime, please give me some more information:
- What operating system did you reproduce this issue on?
- If it isn't a Fedora, how did you open a Wayland window?
- What are the other extensions that you used in the issue's reproduction demo?
Thank you!
I was using Fedora.
By default, Firefox opens an X11 window, despite being in a Wayland section (see about:support
-> Window Protocol
, it will say x11
).
So you will need to run with the MOZ_ENABLE_WAYLAND=1
environment variable: flatpak run org.mozilla.firefox --env=MOZ_ENABLE_WAYLAND=1
, and it should launch it in a pure Wayland window.
Anyway, using the beta version fixes it, so I started using it.
Description
•