Quickgui should support discovering more terminals and make an effort to launch the user's preferred terminal when connecting to VMs via SSH. This should work on Linux and macOS.
Current Quickgui will evaluate x-terminal-emulator (specific to Debian and Ubuntu) and fallback to hunting the PATH for a supported terminal.
This reply to the How to set Blackbox as default terminal emulator question on the Nix Discourse is the best summary of the situation regarding a standardised way of expressing a terminal preference:
Until the Terminal intent specification 65 is accepted and widely implemented, there is not really a meaningful way to set up default terminal emulator.
There are two options:
Terminal enumeration
Quickgui should support discovering more terminals and make an effort to launch the user's preferred terminal when connecting to VMs via SSH. This should work on Linux and macOS.
Current Quickgui will evaluate
x-terminal-emulator
(specific to Debian and Ubuntu) and fallback to hunting the PATH for a supported terminal.This reply to the How to set Blackbox as default terminal emulator question on the Nix Discourse is the best summary of the situation regarding a standardised way of expressing a terminal preference:
nautilus_open_any_terminal.py has comprehensive terminal support to use as reference.
Bundle a terminal
Alternatively, we ship a simple terminal in Quickgui that uses https://pub.dev/packages/xterm. I prefer this option, and it might help with improve SSH support: https://github.com/TerminalStudio/xterm.dart/blob/master/example/lib/ssh.dart