From 2c93e1ff497f5636fd8167cf19a82837a8134eb9 Mon Sep 17 00:00:00 2001 From: Botspot Date: Tue, 12 Jan 2021 22:28:08 -0600 Subject: [PATCH] terminal-run fix for xterm --- etc/terminal-run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/terminal-run b/etc/terminal-run index f30a50c..e5e21f7 100755 --- a/etc/terminal-run +++ b/etc/terminal-run @@ -10,7 +10,7 @@ elif [ -f /usr/bin/xfce4-terminal ];then elif [ -f /usr/bin/mate-terminal ];then mate-terminal --title="$2" -e bash -c "$1" elif [ -f /usr/bin/xterm ];then - xterm -title="$2" -e bash -c "$1" + xterm -T "$2" -e bash -c "$1" elif [ -f /usr/bin/x-terminal-emulator ];then $(readlink -f /usr/bin/x-terminal-emulator) -e bash -c "$1" else