I just tried to test xterm on a standard Ubuntu distro, and xterm was not installed. So I also can't just depend on something being installed that isn't installed by default. So I'll have to see if I can fallback to using xterm if gnome-terminal is not available.
Mike
UPDATE:
I'm testing some different approaches now to updating on linux to see if I can have a more robust approach. In the worst case, I can use command -v xterm to see if it's installed first before falling back to gnome-terminal.
Mike
UPDATE:
I'm testing some different approaches now to updating on linux to see if I can have a more robust approach. In the worst case, I can use command -v xterm to see if it's installed first before falling back to gnome-terminal.