summaryrefslogtreecommitdiffstats
path: root/kde/patch/konsole.patch
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2020-06-08 22:21:48 +0200
committer Eric Hameleers <alien@slackware.com>2020-06-08 22:21:48 +0200
commitf8cfd4d5a9d43258c318ebd663dfb7361a0524ad (patch)
treef2be6ad54652f74772094cd8b7538ab873db6723 /kde/patch/konsole.patch
parente41c0c99c8d498cc2f3761eb35d4f5389a6d1798 (diff)
downloadktown-f8cfd4d5a9d43258c318ebd663dfb7361a0524ad.tar.gz
ktown-f8cfd4d5a9d43258c318ebd663dfb7361a0524ad.tar.xz
Patch konsole to fix segfaults
Diffstat (limited to 'kde/patch/konsole.patch')
-rw-r--r--kde/patch/konsole.patch7
1 files changed, 7 insertions, 0 deletions
diff --git a/kde/patch/konsole.patch b/kde/patch/konsole.patch
index 36e64e6..793d5b1 100644
--- a/kde/patch/konsole.patch
+++ b/kde/patch/konsole.patch
@@ -7,3 +7,10 @@
# (fixed post 18.12.3):
#cat $CWD/patch/konsole/konsole.cursor.antialias.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
+# Fix crash when closing session in KonsolePart via menu:
+# (fixed in 20.08.0)
+cat $CWD/patch/konsole/konsole.konsolepart.segfault.closing.session.via.menu.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
+
+# Fix konsolepart segfault when closing after showing context menu:
+# (fixed in 20.08.0)
+cat $CWD/patch/konsole/konsole.konsolepart.segfault.closing.after.contextmenu.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }