[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.
This commit is contained in:
parent
e64f60ce08
commit
3b80380ba7
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
[Unit]
|
||||
Description=KDE Window Manager
|
||||
Wants=plasma-kcminit.service
|
||||
After=plasma-kcminit.service
|
||||
PartOf=graphical-session.target
|
||||
|
||||
[Service]
|
||||
|
|
Loading…
Reference in a new issue