From d6a697246fb6b6f109250376ecc6f6d591c4ec07 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Wed, 8 Apr 2020 23:05:30 +0200 Subject: [PATCH] Updated Running programs natively under Wayland (markdown) --- 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 d134b63..ee6b73f 100644 --- a/Running-programs-natively-under-Wayland.md +++ b/Running-programs-natively-under-Wayland.md @@ -6,7 +6,7 @@ You can disable Xwayland (X clients under Wayland) support by specifying `xwayla 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` because of [a bug](https://bugzilla.mozilla.org/show_bug.cgi?id=1555308). +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). Wayland support in LibreOffice can be enabled with `SAL_USE_VCLPLUGIN=gtk3`.