[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#990391: marked as done (live-config autologin not working for KDE Plasma (fix included))



Your message dated Sun, 11 Jul 2021 05:46:47 +0300
with message-id <20210711024647.GA1202@localhost>
and subject line Fixed in 11.0.3
has caused the Debian Bug report #990391,
regarding live-config autologin not working for KDE Plasma (fix included)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
990391: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=990391
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: live-config
Version: 11.0.2

The sddm config script is not writing in the correct session to start plasma
automatically (Autologin). It is looking for /usr/bin/startkde which newer
Plasma versions replaced with /usr/bin/startplasma-x11

To avoid it writing an empty session which prevents sddm to autologin on live
boot we need to change it look for startplasma-x11. (see attached patch that
does this)

Cheers
Leszek
diff --git a/components/0085-sddm b/components/0085-sddm
index 7373e2d..6a25ab5 100755
--- a/components/0085-sddm
+++ b/components/0085-sddm
@@ -67,7 +67,7 @@ Config ()
 	then
 		LIVE_X_SESSION_MANAGER=$(realpath /usr/bin/x-session-manager)
 		case "${LIVE_X_SESSION_MANAGER}" in
-			/usr/bin/startkde)
+			/usr/bin/startplasma-x11)
 				LIVE_SESSION="plasma.desktop"
 				;;


--- End Message ---
--- Begin Message ---
Version: 11.0.3

live-config (11.0.3) unstable; urgency=medium

  * Integrate patch to fix kde plasma desktop auto-login,
    thanks Leszek Lesner (Closes: #990390)

 -- Jonathan Carter <jcc@debian.org>  Mon, 28 Jun 2021 11:43:41 +0200

--- End Message ---

Reply to: