From addabf61fca5b82ec88bfe5af5abb1088221823f Mon Sep 17 00:00:00 2001 From: Botspot Date: Wed, 17 Mar 2021 11:58:42 -0500 Subject: [PATCH] terminal-run fix for mate-terminal --- etc/terminal-run | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/terminal-run b/etc/terminal-run index 65508b2..e815bba 100755 --- a/etc/terminal-run +++ b/etc/terminal-run @@ -8,7 +8,8 @@ if [ -f /usr/bin/lxterminal ];then elif [ -f /usr/bin/xfce4-terminal ];then xfce4-terminal --title="$2" -x bash -c "$1" elif [ -f /usr/bin/mate-terminal ];then - mate-terminal --title="$2" -e "bash -c "\""$1"\""" + #mate-terminal --title="$2" -e "bash -c "\""$1"\""" + mate-terminal --title="$2" -x bash -c "$1" elif [ -f /usr/bin/xterm ];then xterm -T "$2" -e bash -c "$1" elif [ -f /usr/bin/konsole ];then