summaryrefslogtreecommitdiffstats
path: root/kde/patch/sddm-qt5.patch
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2020-01-22 00:32:55 +0100
committer Eric Hameleers <alien@slackware.com>2020-01-22 00:32:55 +0100
commitedd298d55a47146a10198675fedabdf5325d573c (patch)
tree526b14560267b5a7d87e8af798b0acab77d6f1b2 /kde/patch/sddm-qt5.patch
parent2854a2393dfbabac69d6866b53c3848fd0f4fbed (diff)
downloadktown-edd298d55a47146a10198675fedabdf5325d573c.tar.gz
ktown-edd298d55a47146a10198675fedabdf5325d573c.tar.xz
KDE: updated sddm-qt5 in plasma-extra
Diffstat (limited to 'kde/patch/sddm-qt5.patch')
-rw-r--r--kde/patch/sddm-qt5.patch3
1 files changed, 3 insertions, 0 deletions
diff --git a/kde/patch/sddm-qt5.patch b/kde/patch/sddm-qt5.patch
index 21f2c04..d57fb12 100644
--- a/kde/patch/sddm-qt5.patch
+++ b/kde/patch/sddm-qt5.patch
@@ -2,6 +2,9 @@
# (brings back the switch_user functionality in KDE):
cat $CWD/patch/sddm-qt5/sddm_consolekit.diff | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
+# Don't assume that ConsoleKit2 exposes a login1 dbus interface:
+cat $CWD/patch/sddm-qt5/sddm_ck2_revert.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
+
# SDDM 0.14 sources $HOME/.xsession which in Slackware will override the
# session selection you make in SDDM. We fix that unwanted side effect by
# reverting the change: