summaryrefslogtreecommitdiff
path: root/user/libkworkspace/session.patch
blob: dd61f53c50b0a87ef57cfcb03d75c35af05db181 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- libkworkspace/sessionmanagementbackend.cpp.old	2020-01-16 12:37:11.000000000 +0000
+++ libkworkspace/sessionmanagementbackend.cpp	2020-01-26 23:48:25.419351063 +0000
@@ -199,7 +204,7 @@
 
 bool ConsoleKitSessionBackend::exists()
 {
-    return QDBusConnection::systemBus().interface()->isServiceRegistered(QStringLiteral("org.freedesktop.login1"));
+    return QDBusConnection::systemBus().interface()->isServiceRegistered(QStringLiteral("org.freedesktop.ConsoleKit"));
 }
 
 ConsoleKitSessionBackend::ConsoleKitSessionBackend()