From 4cfa7ae744a3cea645a4387a65c62e868437b8b9 Mon Sep 17 00:00:00 2001 From: David Redondo Date: Mon, 22 Nov 2021 12:11:43 +0100 Subject: [PATCH] Move xdg-autostart.target from Requires to Wants This enables developers to force systemd boot even if there systemd is too old. --- startkde/systemd/plasma-workspace@.target | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/startkde/systemd/plasma-workspace@.target b/startkde/systemd/plasma-workspace@.target index 6c676d4da..c5d448fe5 100644 --- a/startkde/systemd/plasma-workspace@.target +++ b/startkde/systemd/plasma-workspace@.target @@ -1,6 +1,6 @@ [Unit] Description=KDE Plasma Workspace -Requires=plasma-core.target xdg-desktop-autostart.target graphical-session.target -Wants=plasma-kwin_%i.service plasma-restoresession.service plasma-xembedsniproxy.service plasma-gmenudbusmenuproxy.service plasma-powerdevil.service plasma-ksplash-ready.service plasma-polkit-agent.service kde-baloo.service plasma-foreground-booster.service plasma-kwallet-pam.service +Requires=plasma-core.target graphical-session.target +Wants=plasma-kwin_%i.service plasma-restoresession.service plasma-xembedsniproxy.service plasma-gmenudbusmenuproxy.service plasma-powerdevil.service plasma-ksplash-ready.service plasma-polkit-agent.service kde-baloo.service plasma-foreground-booster.service plasma-kwallet-pam.service xdg-desktop-autostart.target BindsTo=graphical-session.target Before=graphical-session.target xdg-desktop-autostart.target plasma-ksplash-ready.service plasma-restoresession.service