GNOME Terminal shows up in several places:
- launchers which start terminal commands
- the Launch Terminal keyboard shortcut
- the menu items added by nautilus-open-terminal
Does each of these explicitly specify GNOME Terminal, or is there some centralized setting they reference?
I have checked for:
- A setting in System Settings ▸ System Info ▸ Default Applications
- An analog of
select-editor
orsensible-editor
An environment variable containing
gnome-terminal
. This one actually looks hopeful:$ env | grep gnome-terminal COLORTERM=gnome-terminal
but I'm not sure where to go with it.
If such a setting exists, my goal is to change it to use a different terminal emulator by default.