diff --git a/Running-programs-natively-under-Wayland.md b/Running-programs-natively-under-Wayland.md index bb65ce9..ef7f8db 100644 --- a/Running-programs-natively-under-Wayland.md +++ b/Running-programs-natively-under-Wayland.md @@ -12,6 +12,8 @@ CLUTTER_BACKEND=wayland ``` Setting ```GDK_BACKEND=wayland``` however can still lead to startup crashes with some applications, e.g. [firefox](https://bugzilla.mozilla.org/show_bug.cgi?id=1416186) and chromium (as of Feb. 2019). +As of 2019-02-24 on Arch Linux `firefox-65.0.1-1` it doesn't crash and works seamlessly. + ## Qt5 Wayland is used by default if `XDG_SESSION_TYPE=wayland` is set (ie. if you use a display manager). If not: