9

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?

4 Answers4

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
3

It was reported like a issue to guake, not seems to be a solution yet:

https://github.com/Guake/guake/issues/316

six2dez
  • 382
  • 1
  • 6
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