rclshowinfo: try a number of term emulators, beginning with x-terminal-emulator, not just xterm.
This commit is contained in:
parent
495bd66bf5
commit
a193412fa1
@ -28,5 +28,12 @@ while test $# -gt 1;do
|
|||||||
nodepath="$nodepath '$node'"
|
nodepath="$nodepath '$node'"
|
||||||
done
|
done
|
||||||
|
|
||||||
set -x
|
for t in x-terminal-emulator gnome-terminal konsole xfce4-terminal xterm ; do
|
||||||
exec xterm -e "info -f $filename $nodepath"
|
|
||||||
|
tp=`which $t`
|
||||||
|
echo "termpath $tp"
|
||||||
|
if test X"$tp" != X ; then
|
||||||
|
set -x
|
||||||
|
exec "$tp" -e "info -f $filename $nodepath"
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user