aboutsummaryrefslogtreecommitdiff
path: root/system/sddm/consolekit.patch
diff options
context:
space:
mode:
authorDavid Woodfall <dave@dawoodfall.net>2017-10-26 14:51:45 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2017-10-28 07:07:02 +0700
commit214800082b8ba0ac5400d93c457e239a68feaf60 (patch)
treebdd2d33c8f3c7ffcaafd15977d777d08fd470edd /system/sddm/consolekit.patch
parentc0c91a22cc529e4af62fe9f121e9d3c4f6171b46 (diff)
system/sddm: Added (QML based X11 and Wayland display manager).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
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
+