diff options
author | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2017-01-05 14:14:07 +0000 |
---|---|---|
committer | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2017-01-05 14:14:07 +0000 |
commit | 8e92144efb7f3df866c912f53b2242fc66eb4cf4 (patch) | |
tree | 8608a6f02168ef4416d7a28fac55d1b8cff2594b /bin/xvt | |
parent | 26870c2cf2817c876bcba9d885e91763b50b263b (diff) | |
download | common-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."
Diffstat (limited to 'bin/xvt')
-rwxr-xr-x | bin/xvt | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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" |