Update to new snapshot to include a fix for logout issues (#2179591)
parent
03ae0df0bf
commit
7df02a806e
@ -1,23 +0,0 @@
|
||||
From 0ec536c94a64b4ac85aff1191c758c5541be99c4 Mon Sep 17 00:00:00 2001
|
||||
From: Aleix Pol <aleixpol@kde.org>
|
||||
Date: Sat, 18 Mar 2023 01:42:53 +0100
|
||||
Subject: [PATCH] Make sure greeter sessions are set with
|
||||
QT_NO_XDG_DESKTOP_PORTAL=1
|
||||
|
||||
Other processes involved could also be triggering xdp
|
||||
---
|
||||
src/helper/HelperApp.cpp | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/src/helper/HelperApp.cpp b/src/helper/HelperApp.cpp
|
||||
index 65ff08fb..4b6dc85a 100644
|
||||
--- a/src/helper/HelperApp.cpp
|
||||
+++ b/src/helper/HelperApp.cpp
|
||||
@@ -168,6 +168,7 @@ namespace SDDM {
|
||||
QProcessEnvironment env = authenticated(m_user);
|
||||
|
||||
if (env.value(QStringLiteral("XDG_SESSION_CLASS")) == QLatin1String("greeter")) {
|
||||
+ env.insert(QStringLiteral("QT_NO_XDG_DESKTOP_PORTAL"), QStringLiteral("1"));
|
||||
for (const auto &entry : mainConfig.GreeterEnvironment.get()) {
|
||||
const int index = entry.indexOf(QLatin1Char('='));
|
||||
if (index < 0) {
|
@ -1 +1 @@
|
||||
SHA512 (sddm-e07e805c21310572b4fecc810fd5610b1d3d03fd.tar.gz) = d7dcfc02f3225fcab8a8b4636d2b00b1391ae1cff9117bd6f8ac6ca8607405e1f8170969e6b6bdcd191475dddc09111327fb2fbdcddbdd381232589944df3a1f
|
||||
SHA512 (sddm-e6524335a54ca469401ee9487adc4ae973860aad.tar.gz) = 5448223161da62f08c0559bbe1d2a68fc02c2955934099995f6a75c8e2561a9ba317ae23546bcf76d82a97c7437f6dd18d0e8532217b0595d7c29b4d739f99a2
|
||||
|
Loading…
Reference in new issue