Set default terminal in Ubuntu 12.04

8,083

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)

Share:
8,083

Related videos on Youtube

khoomeister
Author by

khoomeister

Updated on September 18, 2022

Comments

  • khoomeister
    khoomeister over 1 year

    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
    khoomeister about 12 years
    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
  • captain_G
    captain_G over 11 years
    I just tried these exact instructions in Gnome-Classic and its good for me. Cheers