summaryrefslogtreecommitdiffstats
path: root/kde
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2018-10-24 13:56:13 +0200
committer Eric Hameleers <alien@slackware.com>2018-10-24 13:56:13 +0200
commitf6efc4a143acfdfe6fc1891f65d20e1f1dda16fc (patch)
treeec9707ba4c30d1d5a375b271e05a46cbf2a27399 /kde
parent6841af56391c25ce8b1f3933e97136a7852ac207 (diff)
downloadktown-f6efc4a143acfdfe6fc1891f65d20e1f1dda16fc.tar.gz
ktown-f6efc4a143acfdfe6fc1891f65d20e1f1dda16fc.tar.xz
KScreenlocker patch ported from 5.14 is no longer needed
Diffstat (limited to 'kde')
-rw-r--r--kde/patch/kscreenlocker.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/kde/patch/kscreenlocker.patch b/kde/patch/kscreenlocker.patch
index 72d2177..d1b51ea 100644
--- a/kde/patch/kscreenlocker.patch
+++ b/kde/patch/kscreenlocker.patch
@@ -4,7 +4,7 @@
# Backport two important stability fixes from 5.14 -
# Force software rendering when greeter crashed:
-cat $CWD/patch/kscreenlocker/kscreenlocker_crash_force_softrender.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
+#cat $CWD/patch/kscreenlocker/kscreenlocker_crash_force_softrender.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
# Load QtQuickSettings for software rendering (KDEBUG #347772):
# Applied in Plasma 5.13.5:
#cat $CWD/patch/kscreenlocker/kscreenlocker_rendersettings.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }