summaryrefslogtreecommitdiffstats
path: root/kde/patch/konsole.patch
diff options
context:
space:
mode:
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 ; }