After ubuntu update to 13.10 guake didn't appear on F12 key. I tried to change it to another F-key, but get message: "Unable to bind global F12 key". Any ideas how to get this to work again?
Asked
Active
Viewed 5,719 times
9
-
1I have the same problem on 14.04 – milkovsky Aug 24 '14 at 09:43
-
I realized that I can't assign any command to toggle guake – milkovsky Aug 24 '14 at 10:13
-
Could tilde configuration be the problem? By default tilda likes to pop up on F12 and it keeps the keycode that starts it in its own configuration file. – Mar 27 '16 at 11:46
-
The top answer on this question tackles and solves the problem. https://askubuntu.com/q/1331707/1544200 – Hole Jan 03 '24 at 17:19
4 Answers
10
5 years later...
In GNOME 3.32, set a manual keybinding of "guake" to F12 in GNOME Settings > Keyboard, and it works!

dc3p
- 101
0
I know this is an old thread, but turning on the "F Lock" (Function lock?) key made the keybindings for me on an Ubuntu Mate 19.10 desktop with an old Microsoft keyboard.
0
I had a totally different problem that solved this too:
Search for the file.conf
in /etc/gdm3/
in my case, Ubuntu 20, it's custom.conf
sudo nano /etc/gdm3/custom.conf
Uncomment the line
#WaylandEnable=false
to be
WaylandEnable=false
then reboot.

Greenonline
- 2,081

jerego
- 1