How do I launch the default terminal emulator by command? x-terminal-emulator
won't work because I'm not using a Debian and xdg-terminal
doesn't seem to exist either. Is there any other way to launch the default terminal emulator?
It will be on GNOME although the terminal might not be gnome-terminal
but e.g. tilix
instead.
Already found this, but a hard-coded list or something similar probably won't do, because I'm looking for a single command that can perform this.
exo-open --launch TerminalEmulator
should launch the terminal set inxfce-settings
. Cinnamon also has a setting for default terminal. No idea where these are stored though. – Moilleadóir Feb 10 '23 at 02:49