[neon/neon-packaging/plasma-login-manager/Neon/stable] debian: sync to upsteam changes
Carlos De Maine
null at kde.org
Tue May 26 11:34:22 BST 2026
Git commit b39bc2b42796de5117e511127f88565107ba3d68 by Carlos De Maine.
Committed on 26/05/2026 at 10:34.
Pushed by carlosdem into branch 'Neon/stable'.
sync to upsteam changes
M +4 -6 debian/plasmalogin.service
https://invent.kde.org/neon/neon-packaging/plasma-login-manager/-/commit/b39bc2b42796de5117e511127f88565107ba3d68
diff --git a/debian/plasmalogin.service b/debian/plasmalogin.service
index 6dcdb22..bb3d12b 100644
--- a/debian/plasmalogin.service
+++ b/debian/plasmalogin.service
@@ -1,12 +1,10 @@
[Unit]
Description=Plasma Login Manager
Documentation=man:plasmalogin(1) man:plasmalogin.conf(5)
-# Change this if you want to start plasmalogin in a different tty
-Conflicts=getty at tty1.service getty at tty7.service
-After=getty at tty1.service getty at tty7.service
-
-After=systemd-user-sessions.service plymouth-quit.service systemd-logind.service
+# Change this if you want to start plasmalogin in a different tty
+Conflicts=getty at tty1.service kmsconvt at tty1.service
+After=systemd-user-sessions.service getty at tty1.service kmsconvt at tty1.service plymouth-quit.service systemd-logind.service
# Workaround entropy starvation
After=haveged.service
@@ -21,10 +19,10 @@ PartOf=graphical.target
StartLimitIntervalSec=30
StartLimitBurst=2
-
[Service]
# temporary safety check until all DMs are converted to correct
# display-manager.service symlink handling
+ExecStartPre=-udevadm settle --timeout=10
ExecStart=/usr/bin/plasmalogin
Restart=always
RestartSec=1s
More information about the Neon-commits
mailing list