aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Whitaker <mageia@martin-whitaker.me.uk>2017-01-05 14:14:07 +0000
committerMartin Whitaker <mageia@martin-whitaker.me.uk>2017-01-05 14:14:07 +0000
commit8e92144efb7f3df866c912f53b2242fc66eb4cf4 (patch)
tree8608a6f02168ef4416d7a28fac55d1b8cff2594b
parent26870c2cf2817c876bcba9d885e91763b50b263b (diff)
downloadcommon-data-8e92144efb7f3df866c912f53b2242fc66eb4cf4.tar
common-data-8e92144efb7f3df866c912f53b2242fc66eb4cf4.tar.gz
common-data-8e92144efb7f3df866c912f53b2242fc66eb4cf4.tar.bz2
common-data-8e92144efb7f3df866c912f53b2242fc66eb4cf4.tar.xz
common-data-8e92144efb7f3df866c912f53b2242fc66eb4cf4.zip
Revert "start konsole as nofork" (mga#19977)
This reverts commit 037d5a646b4188df319789f237a9c96a901d4bf0. From the Konsole documentation: "Starting with version 16.08 (August 2016), Konsole no longer uses KDE4's KUniqueApplication and thus --nofork no longer exists."
-rwxr-xr-xbin/xvt5
1 files changed, 0 insertions, 5 deletions
diff --git a/bin/xvt b/bin/xvt
index ad1ca1b..5188b2a 100755
--- a/bin/xvt
+++ b/bin/xvt
@@ -63,11 +63,6 @@ if [[ -z "$TERMINAL" ]]; then
fi
if [[ -n "$TERMINAL" ]]; then
- # keep the same behaviour between all terminals
- if [[ "`basename ${TERMINAL%% *}`" = "konsole" ]]; then
- TERMINAL="$TERMINAL --nofork"
- fi
-
exec $TERMINAL "$@"
else
echo "no terminal emulator detected"