summaryrefslogtreecommitdiffstats
path: root/system/sddm/consolekit.patch
diff options
context:
space:
mode:
Diffstat (limited to 'system/sddm/consolekit.patch')
-rw-r--r--system/sddm/consolekit.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/system/sddm/consolekit.patch b/system/sddm/consolekit.patch
new file mode 100644
index 0000000000..2d0cc20938
--- /dev/null
+++ b/system/sddm/consolekit.patch
@@ -0,0 +1,12 @@
+--- a/src/daemon/LogindDBusTypes.cpp
++++ b/src/daemon/LogindDBusTypes.cpp
+@@ -60,7 +60,7 @@
+
+ if (QDBusConnection::systemBus().interface()->isServiceRegistered(QStringLiteral("org.freedesktop.ConsoleKit"))) {
+ qDebug() << "Console kit interface found";
+- available = true;
++ available = false;
+ serviceName = QStringLiteral("org.freedesktop.ConsoleKit");
+ managerPath = QStringLiteral("/org/freedesktop/ConsoleKit/Manager");
+ managerIfaceName = QStringLiteral("/org.freedesktop.ConsoleKit.Manager"); //note this doesn't match logind
+