summaryrefslogtreecommitdiffstats
path: root/kde/patch/sddm-qt5.patch
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2016-11-15 09:11:47 +0100
committer Eric Hameleers <alien@slackware.com>2016-11-15 09:11:47 +0100
commit95e5e17fe7ed55d0fe248b9451b8dddc3173f5bb (patch)
tree702ddafdd915e5666f90f1efe1bf57b7e70372a9 /kde/patch/sddm-qt5.patch
parentba690f3784881e33874b2bc3513aafb653cfaa95 (diff)
downloadktown-95e5e17fe7ed55d0fe248b9451b8dddc3173f5bb.tar.gz
ktown-95e5e17fe7ed55d0fe248b9451b8dddc3173f5bb.tar.xz
SDDM: new version 0.14.0 required some patching.
Diffstat (limited to 'kde/patch/sddm-qt5.patch')
-rw-r--r--kde/patch/sddm-qt5.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/kde/patch/sddm-qt5.patch b/kde/patch/sddm-qt5.patch
index fa4e1b3..23c3cc4 100644
--- a/kde/patch/sddm-qt5.patch
+++ b/kde/patch/sddm-qt5.patch
@@ -2,6 +2,15 @@
# (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 ; }
+# 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:
+cat $CWD/patch/sddm-qt5/sddm_userxsession.diff | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
+
+# Fix display of user avatars ($HOME/.face.icon file)
+# (fixed in sddm-0.15.0).
+cat $CWD//patch/sddm-qt5/sddm_avatars.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
+
# Fix a compilation error on passwd backend:
#cat $CWD/patch/sddm-qt5/sddm_auth.diff | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }