From db6f040ba421ecc768c32ca0e82350625b246d94 Mon Sep 17 00:00:00 2001 From: Neptune Date: Sun, 21 Jul 2024 09:40:51 -0500 Subject: [PATCH] Firefox now uses Wayland by default --- Running-programs-natively-under-Wayland.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Running-programs-natively-under-Wayland.md b/Running-programs-natively-under-Wayland.md index 84c0293..ed2741b 100644 --- a/Running-programs-natively-under-Wayland.md +++ b/Running-programs-natively-under-Wayland.md @@ -10,7 +10,7 @@ This article is about configuring portable applications to use Wayland natively. Wayland will be selected by default. Do **not** set `GDK_BACKEND`, it will break apps (e.g. Chromium and Electron). -Experimental Wayland support in Firefox can be enabled with `MOZ_ENABLE_WAYLAND=1`. Firefox ESR 68 also needs the `--no-remote` flag because of [a bug](https://bugzilla.mozilla.org/show_bug.cgi?id=1555308). +Starting with version 121, Firefox enables Wayland support by default and you don't need to do anything, for older versions Wayland support in Firefox can be enabled with `MOZ_ENABLE_WAYLAND=1`. Firefox ESR 68 also needs the `--no-remote` flag because of [a bug](https://bugzilla.mozilla.org/show_bug.cgi?id=1555308). LibreOffice should select Wayland by default. (If not, try `SAL_USE_VCLPLUGIN=gtk3`.)