diff options
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 |
commit | c7d32dfd68b2bf15cddc2496c369368a52a9c440 (patch) | |
tree | cf0a1d5a69ec50002f0506dbd3e0f4615a09abb5 | |
parent | 094c5c8ee24178644098bf91267877c2f2e1cbcb (diff) | |
download | ktown-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.
-rw-r--r-- | kde/patch/konsole.patch | 3 |
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 ; } |