Choose terminal when using qube widget "Run terminal"

At least in its Feb 18 incarnation, /usr/bin/qubes-run-terminal has this order hard-coded (regardless of any environment variables):

  1. x-terminal-emulator
  2. ptyxis
  3. gnome-terminal
  4. kgx
  5. then a list of “xfce4-terminal konsole urxvt rxvt termit terminator Eterm aterm roxterm termite lxterminal mate-terminal terminology st xterm”

So… hard-coded.
It is a Bash script, you can read it too. :smile:

Maybe the solution is to change the “alternatives” (in the template) of x-terminal-emulator to point to gnome-terminal?