|
|
@ -14,6 +14,10 @@ elif [ -f /usr/bin/xterm ];then
|
|
|
|
xterm -T "$2" -e bash -c "$1"
|
|
|
|
xterm -T "$2" -e bash -c "$1"
|
|
|
|
elif [ -f /usr/bin/konsole ];then
|
|
|
|
elif [ -f /usr/bin/konsole ];then
|
|
|
|
konsole -p tabtitle="$2" -e bash <(echo "$1")
|
|
|
|
konsole -p tabtitle="$2" -e bash <(echo "$1")
|
|
|
|
|
|
|
|
elif [ -f /usr/bin/terminator ];then
|
|
|
|
|
|
|
|
terminator -T "$2" -x bash -c "$1"
|
|
|
|
|
|
|
|
elif [ -f /usr/bin/gnome-terminal ];then
|
|
|
|
|
|
|
|
gnome-terminal --title "$2" -x bash -c "$1"
|
|
|
|
elif [ -f /usr/bin/x-terminal-emulator ];then
|
|
|
|
elif [ -f /usr/bin/x-terminal-emulator ];then
|
|
|
|
$(readlink -f /usr/bin/x-terminal-emulator) -e bash -c "$1"
|
|
|
|
$(readlink -f /usr/bin/x-terminal-emulator) -e bash -c "$1"
|
|
|
|
else
|
|
|
|
else
|
|
|
|