From c7d32dfd68b2bf15cddc2496c369368a52a9c440 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sun, 15 Apr 2018 23:34:32 +0200 Subject: Un-apply the Konsole patch that sets TERM to 'konsole' Following the revert of a similar patch to Slackware's own konsole package. --- kde/patch/konsole.patch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kde/patch/konsole.patch b/kde/patch/konsole.patch index 7a39bb3..ce82120 100644 --- a/kde/patch/konsole.patch +++ b/kde/patch/konsole.patch @@ -1,4 +1,5 @@ # Set TERM to 'konsole' instead of the default 'xterm-256color' # to prevent garbled text under certain conditions: -cat $CWD/patch/konsole/konsole.term.is.konsole.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; } +# 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 ; } -- cgit v1.2.3