How can I disable Gnome Console or change a default terminal emulator? I tried crutches like gsettings
, used xdg-mime
, tried to delete the console, but all these didn’t help. The console opens to open files in NeoVim (e.g. Gnome Files or Zotero), but I would like change it. What can I do else?
glib should use xdg-terminal-exec
to launch your preferred terminal when launching applications that require one. It falls back to console if that’s not available. So install that and configure it to launch whatever terminal you want to use.
1 Like