From 87a7033ca67db9fe4e6a904cc21bc88c4e0e8e6f Mon Sep 17 00:00:00 2001 From: Xaver Hugl Date: Sat, 21 Oct 2023 18:17:31 +0200 Subject: [PATCH] main: use kcminit correctly --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 8cf50dc52c..dd636c59eb 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -401,7 +401,7 @@ void Application::applyXwaylandScale() } if (x11Connection()) { // rerun the fonts kcm init that does the appropriate xrdb call with the new settings - QProcess::startDetached("kcminit", {"kcm_fonts", "kcm_style"}); + QProcess::startDetached("kcminit", {"kcm_fonts_init", "kcm_style_init"}); } }