diff options
author | Frederic Crozat <fcrozat@mandriva.com> | 2010-03-15 16:54:17 +0000 |
---|---|---|
committer | Frederic Crozat <fcrozat@mandriva.com> | 2010-03-15 16:54:17 +0000 |
commit | 037d5a646b4188df319789f237a9c96a901d4bf0 (patch) | |
tree | f5ad1b48d1c0eb24a3c16b4745dd101afc9f489b | |
parent | 502e8c19844ad227f9ce666802d1a17c15b44873 (diff) | |
download | common-data-037d5a646b4188df319789f237a9c96a901d4bf0.tar common-data-037d5a646b4188df319789f237a9c96a901d4bf0.tar.gz common-data-037d5a646b4188df319789f237a9c96a901d4bf0.tar.bz2 common-data-037d5a646b4188df319789f237a9c96a901d4bf0.tar.xz common-data-037d5a646b4188df319789f237a9c96a901d4bf0.zip |
start konsole as nofork
-rwxr-xr-x | bin/xvt | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -55,6 +55,11 @@ 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" |