plasma-core.target: +Before=ssh-agent.service

Add
Before=ssh-agent.service
here instead of adding
After=plasma-core.target
in ssh-agent.service, in the hopes of keeping that
one as DE agnostic as possible
epel9
Rex Dieter 4 years ago
parent b543dcfebe
commit 74a9875596

@ -1,6 +1,15 @@
diff -up plasma-workspace-5.21.1/startkde/systemd/plasma-workspace@.target.ssh-agent plasma-workspace-5.21.1/startkde/systemd/plasma-workspace@.target
--- plasma-workspace-5.21.1/startkde/systemd/plasma-workspace@.target.ssh-agent 2021-02-23 07:09:21.000000000 -0600
+++ plasma-workspace-5.21.1/startkde/systemd/plasma-workspace@.target 2021-02-25 11:15:28.906881561 -0600
diff -up plasma-workspace-5.21.1/startkde/systemd/plasma-core.target.ssh_agent plasma-workspace-5.21.1/startkde/systemd/plasma-core.target
--- plasma-workspace-5.21.1/startkde/systemd/plasma-core.target.ssh_agent 2021-02-23 07:09:21.000000000 -0600
+++ plasma-workspace-5.21.1/startkde/systemd/plasma-core.target 2021-03-01 13:07:40.558916195 -0600
@@ -4,4 +4,5 @@ Wants=plasma-plasmashell.service plasma-
Requires=plasma-ksmserver.service
BindsTo=plasma-ksmserver.service
After=graphical-session-pre.target
+Before=ssh-agent.service
RefuseManualStart=yes
diff -up plasma-workspace-5.21.1/startkde/systemd/plasma-workspace@.target.ssh_agent plasma-workspace-5.21.1/startkde/systemd/plasma-workspace@.target
--- plasma-workspace-5.21.1/startkde/systemd/plasma-workspace@.target.ssh_agent 2021-02-23 07:09:21.000000000 -0600
+++ plasma-workspace-5.21.1/startkde/systemd/plasma-workspace@.target 2021-03-01 13:06:44.734705478 -0600
@@ -1,6 +1,6 @@
[Unit]
Description=KDE Plasma Workspace

@ -14,7 +14,7 @@
Name: plasma-workspace
Summary: Plasma workspace, applications and applets
Version: 5.21.1
Release: 3%{?dist}
Release: 4%{?dist}
License: GPLv2+
URL: https://invent.kde.org/plasma/%{name}
@ -721,6 +721,9 @@ desktop-file-validate %{buildroot}%{_kf5_datadir}/applications/org.kde.{klipper,
%changelog
* Mon Mar 01 2021 Rex Dieter <rdieter@fedoraproject.org> - 5.21.1-4
- plasma-core.target: +Before=ssh-agent.service
* Thu Feb 25 2021 Rex Dieter <rdieter@fedoraproject.org> - 5.21.1-3
- plasma-workspace@.target: Wants += ssh-agent.service (#1761817)

Loading…
Cancel
Save