Method 1 - Remap gnome dock shortcut
- Add gnome-terminal into dock (favortie), I move it to the third application, please change the number 3 in following article to the number you used.
- Disable terminal shortcut in Settings/Kebyaord/Keyboard Shortcuts
- Reset the shortcut to for start dock applications
gsettings set org.gnome.shell.keybindings switch-to-application-3 "['<Ctrl><Alt>T']"
Method 2 (Xorg only) - Reset gnome default terminal
- Create a script at
~/bin/single_gnome_terminal.sh
|
- Enable execution permission
chmod +x ~/bin/single_gnome_terminal.sh` |
- Install
wmctrl
sudo apt-get install wmctrl |
- Change default terminal
gsettings set org.gnome.desktop.default-applications.terminal exec single_gnome_terminal.sh |
References: