1

I've recently installed ubuntu-budgie-desktop on ubuntu18.04 and while I like most of the features, I'm annoyed with the Tilix terminal emulator. So I wish to change it back to gnome-terminal-emulator. But I've set it on update-alternatives config x-terminal-emulator but still when I press CTRL+ALT+T Tilix comes up.

What should I do?

NegassaB
  • 141
  • 7

1 Answers1

3

I have finally solved it, the issue arises b/c of org.gnome.desktop.default-applications.terminal keeping the value tilix instead of changing to gnome-terminal. I used dconf-editor, searched for terminal and finally found it and then changed the Custom value value to gnome-terminal

NegassaB
  • 141
  • 7
  • 1
    Seems this has been updated, and dconf-editor says this changed in "GIO". Followed the instructions here to change it: https://askubuntu.com/questions/724810/how-change-default-terminal-in-open-in-terminal-in-gio – Rudolf Vavruch Sep 22 '23 at 12:41