Closed
Bug 1503592
Opened 7 years ago
Closed 7 years ago
[Wayland] Make X11 Gtk backend default
Categories
(Core :: Widget: Gtk, enhancement)
Core
Widget: Gtk
Tracking
()
RESOLVED
FIXED
mozilla65
Tracking | Status | |
---|---|---|
firefox65 | --- | fixed |
People
(Reporter: stransky, Assigned: stransky)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
When Mozilla produces Wayland/X11 builds we need to make sure the X11 is the default backend unless it's overridden by user choice.
Assignee | ||
Comment 1•7 years ago
|
||
We need to also check Gtk+ version and enabled wayland backend for recent enough Gtk+ versions.
Assignee | ||
Comment 2•7 years ago
|
||
Assignee | ||
Comment 3•7 years ago
|
||
Assignee | ||
Updated•7 years ago
|
Keywords: checkin-needed
Pushed by ebalazs@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d421f47ab33c
Make X11 Gtk backend default on Wayland enabled builds, r=jhorak
Keywords: checkin-needed
Comment 5•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla65
What is the reason this is not handled automatically as with all gtk apps and has to default to X11??
Assignee | ||
Comment 7•7 years ago
|
||
(In reply to ApB from comment #6)
> What is the reason this is not handled automatically as with all gtk apps
> and has to default to X11??
The wayland port is not yet stable enough for wide audience as Firefox uses Wayland/Gtk+ differently that a standard Gtk+ application. The functionality needs to be tested first, mainly an async rendering from compositor thread. Also the Wayland does not work well with WebRenderer.
There is a "problem" though with setting the env var globally. Thunderbird doesn't start.
You need to log in
before you can comment on or make changes to this bug.
Description
•