main: use kcminit correctly

master
Xaver Hugl 11 months ago
parent 10eeba06f8
commit 87a7033ca6

@ -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"});
}
}

Loading…
Cancel
Save