The shortcut for print screen became very slow on my Ubuntu 14.04.2. It takes about 10-15 seconds after pressing the key to showing a print screen region selection controls. I tried to use shutter
as a screenshot tool (shutter -s -C -e -n -o '/tmp/screenshot.%d-%m-%y.%T.png'
), and assigned a custom shortcut to it, but it didn't change things. When I run the same command in terminal, the app shows instantly. So the problem seems to be in keyboard shortcut system.
Actually, for the sake of testing, I even assigned a shortcut to simple commands like bash -c 'ls /tmp'
or gnome-terminal -e 'ls /tmp'
. They still take 10+ seconds to be executed.
On the whole, the system works fast. Slow keys
setting is turned off. Standard shortcuts work fast. The problem is only with shortcuts for print screen and custom commands.
compizconfig-settings-manager
– Dennis Golomazov Oct 18 '15 at 13:19gnome-screenshot
– Dennis Golomazov Oct 18 '15 at 13:22