From 26fe534666f8c8ac0e8f2c2a432e5b877f756f4c Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Tue, 6 Aug 2019 22:47:32 +0000 Subject: user/[KDE Plasma]: Bump to 5.12.8 --- user/sddm-kcm/qt59.patch | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 user/sddm-kcm/qt59.patch (limited to 'user/sddm-kcm/qt59.patch') diff --git a/user/sddm-kcm/qt59.patch b/user/sddm-kcm/qt59.patch new file mode 100644 index 000000000..977874172 --- /dev/null +++ b/user/sddm-kcm/qt59.patch @@ -0,0 +1,28 @@ +From e2f7ead351eedf245c2bb1840053288d18d5c0fc Mon Sep 17 00:00:00 2001 +From: David Edmundson +Date: Tue, 5 Mar 2019 14:05:21 +0000 +Subject: Revert "Fix autologin session loading" + +It introduces Qt API > 5.8 which Plasma 5.12 depends on + +This reverts commit 634a2dd1bef5dd8434db95a391300f68f30fd14e. +--- + src/sessionmodel.cpp | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/sessionmodel.cpp b/src/sessionmodel.cpp +index 08fe05d..9e52b12 100644 +--- a/src/sessionmodel.cpp ++++ b/src/sessionmodel.cpp +@@ -64,7 +64,7 @@ void SessionModel::loadDir(const QString &path, SessionType type) + QFile inputFile(dir.absoluteFilePath(session)); + if (!inputFile.open(QIODevice::ReadOnly)) + continue; +- SessionPtr si { new Session { session.chopped(strlen(".desktop")), QString(), QString(), QString() } }; ++ SessionPtr si { new Session { session, "", "", "" } }; + bool isHidden = false; + QString current_section; + QTextStream in(&inputFile); +-- +cgit v1.1 + -- cgit v1.2.3-70-g09d2