summaryrefslogtreecommitdiffstats
path: root/kde
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2018-04-15 23:34:32 +0200
committer Eric Hameleers <alien@slackware.com>2018-04-15 23:34:32 +0200
commitc7d32dfd68b2bf15cddc2496c369368a52a9c440 (patch)
treecf0a1d5a69ec50002f0506dbd3e0f4615a09abb5 /kde
parent094c5c8ee24178644098bf91267877c2f2e1cbcb (diff)
downloadktown-c7d32dfd68b2bf15cddc2496c369368a52a9c440.tar.gz
ktown-c7d32dfd68b2bf15cddc2496c369368a52a9c440.tar.xz
Un-apply the Konsole patch that sets TERM to 'konsole'
Following the revert of a similar patch to Slackware's own konsole package.
Diffstat (limited to 'kde')
-rw-r--r--kde/patch/konsole.patch3
1 files changed, 2 insertions, 1 deletions
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 ; }