From 3b80380ba7077b316487ff3315df1b92c21878f0 Mon Sep 17 00:00:00 2001 From: David Edmundson Date: Thu, 20 Jan 2022 10:17:18 +0000 Subject: [PATCH] [systemd] Fix X11 service file This file was written before we understood and fixed Wants and After. See readme in plasma-workspace/startkde/systemd for details. Workspace was fixed, kwin is in another repoistory and got missed. This causes potential for things like font DPI to not be exported. --- plasma-kwin_x11.service.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plasma-kwin_x11.service.in b/plasma-kwin_x11.service.in index 8638f652dc..0836c6c9f6 100644 --- a/plasma-kwin_x11.service.in +++ b/plasma-kwin_x11.service.in @@ -1,6 +1,6 @@ [Unit] Description=KDE Window Manager -Wants=plasma-kcminit.service +After=plasma-kcminit.service PartOf=graphical-session.target [Service]