5

I want to use terminator instead of default terminal in Ubuntu mate. I changed it in dconf Editor but the entry is DEPRECATED because managed by GIO.

David
  • 107

1 Answers1

3

Right, thank you

It was done with gsettings

gsettings set org.gnome.desktop.default-applications.terminal exec /usr/bin/terminator
gsettings set org.gnome.desktop.default-applications.terminal exec-arg "-x"
David
  • 107
  • This is the same setting, whether edited by dconf Editor or by gsettings. It is DEPRECATED as mentioned in the question. – Amith Jan 27 '23 at 09:04