From 8e92144efb7f3df866c912f53b2242fc66eb4cf4 Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Thu, 5 Jan 2017 14:14:07 +0000 Subject: 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." --- bin/xvt | 5 ----- 1 file changed, 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" -- cgit v1.2.1