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.
Asked
Active
Viewed 8,695 times
5

David
- 107
1 Answers
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"

schrodingerscatcuriosity
- 4,246
- 14
- 28

David
- 107
-
This is the same setting, whether edited by
dconf
Editor or bygsettings
. It is DEPRECATED as mentioned in the question. – Amith Jan 27 '23 at 09:04
GIO
? The typical way to changing the best way to change terminal is throughgsettings
. Shouldn't be any different inMate
– Sergiy Kolodyazhnyy Jan 23 '16 at 22:51