sddm: refresh patchs

This commit is contained in:
Andreas Cord-Landwehr
2023-04-10 12:01:36 +02:00
parent 92d04fa47a
commit c20de939e3

View File

@@ -1,4 +1,4 @@
From 68dbaac218216d001706c1a72d2db4819e3ca8cc Mon Sep 17 00:00:00 2001
From cc0c929db02116516bb3475e5fd3ae7f43c88220 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmail.com>
Date: Sun, 25 Nov 2018 00:29:17 +0100
Subject: [PATCH] Workaround missing sessions
@@ -17,16 +17,17 @@ The current approach is wrong in many ways:
Upstream-Sttaus: Pending
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
src/greeter/SessionModel.cpp | 19 ++++---------------
1 file changed, 4 insertions(+), 15 deletions(-)
diff --git a/src/greeter/SessionModel.cpp b/src/greeter/SessionModel.cpp
index 1953c76..549cd4d 100644
index 58d8764..c2b5884 100644
--- a/src/greeter/SessionModel.cpp
+++ b/src/greeter/SessionModel.cpp
@@ -125,22 +125,11 @@ namespace SDDM {
@@ -138,22 +138,11 @@ namespace SDDM {
for (auto& session : qAsConst(sessions)) {
Session *si = new Session(type, session);
bool execAllowed = true;
- QFileInfo fi(si->tryExec());
@@ -52,6 +53,3 @@ index 1953c76..549cd4d 100644
}
}
// add to sessions list
--
2.34.1