From 31db7f967611c96e710295e843c2c61ed2da165d Mon Sep 17 00:00:00 2001 From: Iuri Rezende Souza Date: Sun, 24 Feb 2019 10:58:05 -0300 Subject: [PATCH] It works on firefox-65.0.1-1 on Arch Linux --- Running-programs-natively-under-Wayland.md | 2 ++ 1 file changed, 2 insertions(+) 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: