When I make a custom shortcut with gnome (gnome-control-center keyboard) I can't set it to a command. Why?
Example: I can't set a shortcut for sudo apt-get update. Instead I must first invoke a graphical terminal, then bash, then execute the command (something like: gnome-terminal -e "bash -c \"sudo apt-get update ; exec bash\""
Also is there another (better) workaround?