From c1f0f9f6c9df5dd9ef5ca687801a4b0d532594e5 Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Tue, 19 Nov 2024 12:05:01 +0530 Subject: [PATCH] environment: qt: Only allow Wayland as platform This fixed the problem of applications like Calibre and OBS crashing and complaining about the platform even though the platform plugin was correctly found. Any ways anything still depending on X needs to die. --- environment/.config/environment.d/30-qt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment/.config/environment.d/30-qt.conf b/environment/.config/environment.d/30-qt.conf index 7221138..2d88445 100644 --- a/environment/.config/environment.d/30-qt.conf +++ b/environment/.config/environment.d/30-qt.conf @@ -1 +1 @@ -QT_QPA_PLATFORM="wayland;xcb" +QT_QPA_PLATFORM="wayland"