From bf404f74cc73e6f9cc51b99fc43c86df18a2cbfb Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Wed, 17 Jul 2024 15:28:37 +0300 Subject: [PATCH] profile.d/99-wayland: uncomment QT_QPA_PLATFORMTHEME delegation to kde --- etc/profile.d/99-wayland.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/profile.d/99-wayland.sh b/etc/profile.d/99-wayland.sh index f430e924..f7604889 100644 --- a/etc/profile.d/99-wayland.sh +++ b/etc/profile.d/99-wayland.sh @@ -1,4 +1,4 @@ -#export QT_QPA_PLATFORMTHEME="kde" +export QT_QPA_PLATFORMTHEME="kde" export GDK_BACKEND=wayland export QT_QPA_PLATFORM=wayland export CLUTTER_BACKEND=wayland