summaryrefslogtreecommitdiffstats
path: root/system/sddm/consolekit.patch
diff options
context:
space:
mode:
author Matteo Bernardini2020-12-26 14:05:22 +0100
committer Matteo Bernardini2020-12-26 14:05:22 +0100
commit4fe1e3ae7d3e7066ef74b1f9589738a8ae73b3de (patch)
tree77cccb09589e89c1a2485590a552f5b81f36d103 /system/sddm/consolekit.patch
parent4d66205399fa44cd8fd2449e27cf79ebf9fa7bb8 (diff)
downloadslackbuilds-4fe1e3ae7d3e7066ef74b1f9589738a8ae73b3de.tar.gz
20201226.1 global branch merge.current-20201226.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/sddm/consolekit.patch')
-rw-r--r--system/sddm/consolekit.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/system/sddm/consolekit.patch b/system/sddm/consolekit.patch
deleted file mode 100644
index 2d0cc20938..0000000000
--- a/system/sddm/consolekit.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- 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
-