I recently met an issue with Ctrl+Alt+T. It launches a terminal with sufficient lag, approximately 30-40 seconds. Terminal starts almost instantly from dash. Any tips to resolve? Thanks in advance.
Asked
Active
Viewed 1,264 times
3
-
Did you check on Settings > Keyboard > Shortcuts whats the command associated to Ctrl+Alt+T ? – M. Becerra May 13 '17 at 13:02
-
Under Settings > Keyboard > Shortcuts > Launchers: "Launch terminal" -> Ctrl-Alt-T. – GrayHedgehog May 13 '17 at 13:13
-
Do other keyboard shortcuts also lag? – DK Bose May 13 '17 at 13:37
-
No. After some experiments, the picture is following: Ctrl-Alt-T attached to "launch email client" starts Thunderbird instantly. Creating custom shortcut Ctrl-Alt-T to start gnome-terminal - starts with same lag (~30 sec). Locking gnome-terminal to launcher and starting with Super-2 - starts instantly :) – GrayHedgehog May 13 '17 at 13:47
-
The fix suggested here worked for me: https://askubuntu.com/questions/911946/terminal-shortcut-delayed – Padraic May 16 '17 at 09:45
-
Awesome! Killing gnome-keyring-daemon solved the problem. Thanks! – GrayHedgehog May 16 '17 at 17:51
1 Answers
1
Finally, got it working by altering entry "SSH Key Agent" in Startup Applications to "/usr/bin/gnome-keyring-daemon --start --replace --foreground --components=ssh"
The discussion is here https://plus.google.com/+SamXu/posts/WNCf3cirGUG

GrayHedgehog
- 41