summaryrefslogtreecommitdiffstats
path: root/kde/patch/kscreenlocker.patch
blob: 7e488597748a09b93be60d47568fe70e2a9b26ba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# KDEBUG #358125, also CVE-2016-2312 (fixed in Plasma 5.5.5):
# Dont quit the Greeter when last window closes.
#cat $CWD/patch/kscreenlocker/kscreenlocker_CVE-2016-2312.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }

# 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 ; }
# Load QtQuickSettings for software rendering (KDEBUG #347772):
cat $CWD/patch/kscreenlocker/kscreenlocker_rendersettings.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }