Archives For November 30, 1999

I’ve been running into desktop shortcut key issue recently in my Ubuntu 16.04 LTS. When I trying to launch a terminal or take a screenshot, there will be more than 20 seconds delay after pressing Ctrl+Alt+T or PrintScreen on keyboard.

This happened after installed some Gnome related application libraries. And I found this BUG after doing a little search. A workaround is to restart the gnome-keyring-daemon service.

1. Launch terminal from Unity Dash, Gnome launcher, or other app launcher.

When it opens, run command to kill the service:

sudo killall gnome-keyring-daemon

The service starts automatically after you killed it, and that fixes the shortcut delay issue until reboot.

2. Until Gnome Team fixed the issue, you have to run the command automatically on startup by doing following steps:

Launch Startup Applications utility, click Add button and type:

  • Name: whatever
  • Command: killall gnome-keyring-daemon
  • Comment: whatever

Finally click Add the startup item and enjoy!