Set default terminal in Ubuntu 12.04

7

2

I've set the default terminal using sudo update-alternatives --config x-terminal-emulator but every time I press Control + Alt + T, it still opens up gnome-terminal.

I would like to change it to terminator if possible :-).

If it helps, I'm on Gnome Classic.

khoomeister

Posted 2012-05-25T01:45:18.710

Reputation: 259

Answers

12

The reason why your keyboard is opening gnome-terminal instead of terminator is because the keyboard shortcut is explicitly mapped to gnome-terminal and not the default terminal.

So, you can try remapping your keyboard shortcut to point to terminator instead of gnome-terminal.

Search for Keyboard in the dash overview and go to Shortcuts tab. Then move to Custom Shortcuts and add a new entry with the command pointing to x-terminal-emulator and reassign the shortcut to Ctrl+Alt+T.

enter image description here

(Reference)

jokerdino

Posted 2012-05-25T01:45:18.710

Reputation: 2 330

Hi jokerdino, I just tried it on Gnome and it works fine. I think it's a problem with Gnome Classic - would you know how to fix that? Cheers Chris – khoomeister – 2012-05-28T00:43:36.147

I just tried these exact instructions in Gnome-Classic and its good for me. Cheers – captain_G – 2012-11-30T22:37:55.270