main: use kcminit correctly
This commit is contained in:
parent
10eeba06f8
commit
87a7033ca6
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue