Page 1 of 1

change Cinnamon default terminal

Posted: Thu Nov 14, 2013 6:51 am
by ledzgio
Hi,

I would like to set Terminator as the default terminal in Cinnamon instead of Gnome terminal. How can I do this? I want to cinnamon opens Terminator instead of gnome terminal when clicking on menu Open in Terminal.

edit: I tried with "sudo update-alternatives --config x-terminal-emulator" and selected Terminator as default terminal but nothing (I have also restarted cinnamon).

thanks

Re: change Cinnamon default terminal

Posted: Thu Nov 14, 2013 6:48 pm
by caribriz
Hi ledzgio,

This worked for me -

Open terminal and enter:

Code: Select all

gsettings set org.gnome.desktop.default-applications.terminal exec /usr/bin/terminator
gsettings set org.gnome.desktop.default-applications.terminal exec-arg "-x"
From here:
https://stackoverflow.com/questions/168 ... terminator

Re: change Cinnamon default terminal

Posted: Fri Nov 15, 2013 5:41 am
by ledzgio
caribriz wrote:Hi ledzgio,

This worked for me -

Open terminal and enter:

Code: Select all

gsettings set org.gnome.desktop.default-applications.terminal exec /usr/bin/terminator
gsettings set org.gnome.desktop.default-applications.terminal exec-arg "-x"
From here:
https://stackoverflow.com/questions/168 ... terminator
Thanks for the reply. I solved the problem, I did what you suggested but I also had to enter:

gsettings set org.cinnamon.desktop.default-applications.terminal exec /usr/bin/terminator

ledz

Re: change Cinnamon default terminal

Posted: Fri Nov 15, 2013 4:32 pm
by caribriz
Oh, ok ...

I didn't have to enter the "cinnamon" line:
gsettings set org.cinnamon.desktop.default-applications.terminal exec /usr/bin/terminator

I was using LM15 Cinnamon, cinnamon version 1.8.
The "gnome" lines posted above on their own worked ok (for me) :?

Re: change Cinnamon default terminal

Posted: Wed Apr 24, 2019 5:42 am
by nezmah
2019 - in Mint 19.1 :
open System Settings >> Preferred Applications >> and select Terminal
easy as a pie :)

Re: change Cinnamon default terminal

Posted: Thu Sep 19, 2019 6:41 am
by timapple
I am also trying to change default, but to Hyper. https://hyper.is/
It does not show up as a terminal option?

Re: change Cinnamon default terminal

Posted: Mon Aug 24, 2020 4:21 am
by alella
nezmah wrote: Wed Apr 24, 2019 5:42 am 2019 - in Mint 19.1 :
open System Settings >> Preferred Applications >> and select Terminal
easy as a pie :)
i do it. thanks