Updated Running programs natively under Wayland (markdown)

emersion 2019-03-12 18:14:45 +01:00
parent b76d07df47
commit f171be40e6

@ -4,13 +4,14 @@ You can disable Xwayland (X clients under Wayland) support by specifying `xwayla
## GTK3 ## GTK3
Wayland should be selected by default. If not: Wayland should be selected by default. If not, this can be overridden on a per-app basis by setting:
``` ```
GDK_BACKEND=wayland GDK_BACKEND=wayland
CLUTTER_BACKEND=wayland CLUTTER_BACKEND=wayland
``` ```
Setting ```GDK_BACKEND=wayland``` however can still lead to startup crashes with some applications, e.g. chromium (as of Feb. 2019).
Setting ```GDK_BACKEND=wayland``` however can still lead to startup crashes with some applications, e.g. chromium (as of Feb. 2019) and electron. **This this reason `GDK_BACKEND` should not be set globally.**
## Qt5 ## Qt5