summaryrefslogtreecommitdiffstats
path: root/kde/patch/konsole.patch
blob: 793d5b160fd63b3512cf635036be24f24903aa98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Set TERM to 'konsole' instead of the default 'xterm-256color'
# to prevent garbled text under certain conditions:
# Reverted to default behaviour in 18.04.0 after Slackware did the same:
#cat $CWD/patch/konsole/konsole.term.is.konsole.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }

# Fix rendering of cursor if non-default theme is selected
# (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 ; }