Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock X-Debbugs-Cc: j...@debian.org
Please unblock package live-config [ Reason ] A path to the KDE (plasma) session has changed, which broke auto-logins on KDE live media. This patch fixes that path. [ Impact ] Without this patch, users of KDE live media will have to know that they have to type user/live in the loging prompt in sddm. Or the live team may have to consider skipping a KDE spin until a point release. [ Tests ] Tested in a live session, this is also the same change done in Kubuntu. [ Risks ] This is a very trivial change. [ Checklist ] [x] all changes are documented in the d/changelog [x] I reviewed all changes and I approve them [x] attach debdiff against the package in testing [ Other info ] Apologies for how late this unblock request is reaching you, I filed it before but due to a mail problem it seemed that it never made it through. If release team can expidite it's transition that would be great, especially since it's a trivial fix that fixes a really annoying problem, if not, it's also possible to fix this for a point release. Thanks for considering. [ DebDiff ] """ diff -Nru live-config-11.0.2/components/0085-sddm live-config-11.0.3/components/0085-sddm --- live-config-11.0.2/components/0085-sddm 2021-01-08 15:46:43.000000000 +0200 +++ live-config-11.0.3/components/0085-sddm 2021-06-28 11:43:36.000000000 +0200 @@ -67,7 +67,7 @@ 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" ;; diff -Nru live-config-11.0.2/debian/changelog live-config-11.0.3/debian/changelog --- live-config-11.0.2/debian/changelog 2021-01-08 15:46:43.000000000 +0200 +++ live-config-11.0.3/debian/changelog 2021-06-28 11:43:41.000000000 +0200 @@ -1,3 +1,10 @@ +live-config (11.0.3) unstable; urgency=medium + + * Integrate patch to fix kde plasma desktop auto-login, + thanks Leszek Lesner (Closes: #990390) + + -- Jonathan Carter <j...@debian.org> Mon, 28 Jun 2021 11:43:41 +0200 + live-config (11.0.2) unstable; urgency=medium [ Raphaƫl Hertzog ] """ unblock live-config/11.0.2