Updated Running programs natively under Wayland (markdown)

Simon Ser 2020-04-08 23:05:16 +02:00
parent 98017f49ce
commit 55be6725db

@ -6,9 +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). 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`. 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 ESR 68 can be enabled with MOZ_ENABLE_WAYLAND=1 firefox --no-remote. See https://bugzilla.mozilla.org/show_bug.cgi?id=1555308.
Wayland support in LibreOffice can be enabled with `SAL_USE_VCLPLUGIN=gtk3`. Wayland support in LibreOffice can be enabled with `SAL_USE_VCLPLUGIN=gtk3`.