[neon/3rdparty/sddm/Neon/release-lts] debian: Revert "Try to convert saved session info to new format (Closes: #973907)"
Norbert Preining
null at kde.org
Tue Mar 9 12:45:42 GMT 2021
Git commit 30afaf61deaeb6033fea3e27b807f1d91fc7b075 by Norbert Preining.
Committed on 09/11/2020 at 08:09.
Pushed by sitter into branch 'Neon/release-lts'.
Revert "Try to convert saved session info to new format (Closes: #973907)"
This reverts commit a1c516b118837aef24a7527a8e7edc84f89ff56d.
M +0 -7 debian/changelog
M +0 -4 debian/sddm.postinst
https://invent.kde.org/neon/3rdparty/sddm/commit/30afaf61deaeb6033fea3e27b807f1d91fc7b075
diff --git a/debian/changelog b/debian/changelog
index 9d62e54..d94ff7b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,3 @@
-sddm (0.19.0-2) UNRELEASED; urgency=medium
-
- [ Norbert Preining ]
- * Try to convert saved session info to new format (Closes: #973907)
-
- -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Sat, 07 Nov 2020 23:10:17 +0900
-
sddm (0.19.0-1) unstable; urgency=medium
[ Aurélien COUDERC ]
diff --git a/debian/sddm.postinst b/debian/sddm.postinst
index d294d58..694e669 100644
--- a/debian/sddm.postinst
+++ b/debian/sddm.postinst
@@ -28,10 +28,6 @@ if [ ! -e /var/lib/sddm ]; then
fi
if [ -d /var/lib/sddm ]; then
- if [ -r /var/lib/sddm/state.conf ] ; then
- sed -i 's!^Session=/usr/share/xsessions/!Session=!' /var/lib/sddm/state.conf
- chown sddm:sddm /var/lib/sddm/state.conf
- fi
# There has been a -R in version prior to 0.19
# but this opens up symlink attacks. Remove it.
chown sddm:sddm /var/lib/sddm
More information about the Neon-commits
mailing list