I am using Ubuntu 16.04, and for some unknown reason I am not able to open a terminal with CTRL + ALT + T. When I press these keys, nothing happens.
I also tried to start a terminal from Dash, but again nothing happens.
I never had a problem opening a terminal, opened it hundreds of times before with CTRL + ALT + T.
Luckily, I am able to open a terminal by using right-click and choosing "open Terminal". But why can't I open a terminal with CTRL+ALT+T anymore?
The Shortcut is still there (Settings -> Keyboard -> Shortcuts).
1. Install / Reinstall Gnome Terminal
First we have to determine what the default terminal command is, so let's see what terminal(s) we have installed:
On default 16.04 you should have
gnome-terminal
installed. If it is not installed, install it:If it is installed, purge and reinstall it:
Now let's make sure it's set properly:
Which should return something like this:
It should be set to the first entry (0), if not set it to
0
.Confirm that your gnome-terminal.wrapper works by running it:
If your terminal wrapper is broken, let me know and I will post a copy of mine or just skip to step 3.
Test your key combo, if it works, you're done! If not read on...
2. Sometimes keyboard shortcuts need to be manually reset.
Go to
System Settings -> Keyboard -> Shortcuts -> Launchers
and click on the line that says "Launch terminal". Where it once said the key command, it will now say "New accelerator...", press Ctrl+Alt+Shift+TTest this new macro (Ctrl+Alt+Shift+T) and see if it works. If it doesn't work, move on to the next step. If it does work, click on the terminal line again and set it back to the original macro: Ctrl+Alt+T.
Now test your shortcut and see if it works. If it still doesn't work, we can make a custom shortcut to launch gnome-terminal.
3. Custom Shortcut to Launch gnome-terminal
Set the default terminal launcher to Ctrl+Alt+Shift+T as described above so it doesn't interfere with our new command.
Now click the plus (+) button at the bottom of the list to add a new item. Call the item "Terminal" with the command
/usr/bin/gnome-terminal
and click apply.You should now have a menu item that looks like this:
Click on the word disabled and set the shortcut by pressing Ctrl+Alt+T.
Test your shortcut. If it still doesn't work, something must be wrong with your keyboard or keyboard settings. Make sure your language support and text entry settings are correct for your default language and keyboard and try setting an entirely new key combo and see if that works.
Are you on a Xfce desktop? If so, go to Settings Manager-->Keyboard>Application Shortcuts> +Add a Terminal shortcut using this file:
This worked for me in Ubuntu 16.04
My version is