Closed
Bug 1594511
Opened 6 years ago
Closed 6 years ago
[Wayland] Firefox does not launch using MOZ_ENABLE_WAYLAND=1
Categories
(Core :: Widget: Gtk, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: pfmoz, Unassigned)
Details
Attachments
(1 file)
|
5.65 KB,
text/plain
|
Details |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:72.0) Gecko/20100101 Firefox/72.0
Steps to reproduce:
- fresh installation of arch linux
- install sway
- install firefox-nightly from AUR
- start firefox using "MOZ_ENABLE_WAYLAND=1 firefox-nightly"
I also tried using firefox/firefox-developer-edition from the arch repository.
The output of "WAYLAND_DEBUG=1 MOZ_ENABLE_WAYLAND=1 firefox-nightly" is attached.
Actual results:
It hangs. No errors and no window opening.
Expected results:
Firefox should launch.
Comment 1•6 years ago
|
||
Bugbug thinks this bug should belong to this component, but please revert this change in case of error.
Component: Untriaged → Widget: Gtk
Product: Firefox → Core
Figured it out. Sway by default sets $DISPLAY [0]
If both DISPLAY and MOZ_ENABLE_WAYLAND are set, Firefox seems to try to launch using X and gets stuck if no X/Xwayland is installed.
Status: UNCONFIRMED → RESOLVED
Closed: 6 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•