[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.
master
David Edmundson 3 years ago committed by Nate Graham
parent e64f60ce08
commit 3b80380ba7

@ -1,6 +1,6 @@
[Unit] [Unit]
Description=KDE Window Manager Description=KDE Window Manager
Wants=plasma-kcminit.service After=plasma-kcminit.service
PartOf=graphical-session.target PartOf=graphical-session.target
[Service] [Service]

Loading…
Cancel
Save