Firefox: Difference between revisions
imported>Efx m I have verified firefox wayland + pipewire + gnome 3 + stable works without the patch. |
imported>Mvoggu m Manually setting XDG_SESSION_TYPE to "wayland" prevents login into GNOME + Xorg. In most wayland systems, it seems to be set automatically anyway: https://unix.stackexchange.com/a/355476 |
||
| Line 77: | Line 77: | ||
MOZ_ENABLE_WAYLAND = "1"; | MOZ_ENABLE_WAYLAND = "1"; | ||
XDG_CURRENT_DESKTOP = "sway"; | XDG_CURRENT_DESKTOP = "sway"; | ||
}; | }; | ||
| Line 84: | Line 83: | ||
MOZ_ENABLE_WAYLAND = 1; | MOZ_ENABLE_WAYLAND = 1; | ||
XDG_CURRENT_DESKTOP = "sway"; | XDG_CURRENT_DESKTOP = "sway"; | ||
}; | }; | ||
</syntaxhighlight> | </syntaxhighlight> | ||