
Tried the ubuntu repository version and the newest github version. The latter had the same bug but also had some other bugs such as not being able to hide by the toggle key.
Not only aren't you able to use F12, you cannot also use various other keys. Had to set Shift+F1, very annoying.
I don't have this issue on my system :(
I'm going to test it on another computer with Ubuntu 14.04
There's no such a problem on the other machine. I'll have to investigate what is the difference between them
Looks like this is not a guake issue, other apps cannot bind these keys too
I have the same issue. @obiwanus, how did you fix it?
+1, how to know which program uses f12? http://askubuntu.com/questions/536905/how-to-know-which-program-uses-key-as-keyshortcuts
I don't have any idea on how to get this information, it is not the job of guake to inspect which software has stolen the hotkey! Please check at your system's configuration
of course, it is not job of guake to know about such things) but, unfortunately, it seems it is not unique problem. Possibly, dconf-editor could help to find app with the same key bindings. Also, F12 is used by Chrome to open devtools console.
maybe there is something different on your system for the F12 key. But if it works on chrome it should also works on guake (it does, on my PC)
Have the same issue on Ubuntu 14.04 with guake 0.5.2 and couldn't find a solution. (
Actually just found a workaround with Keyboard Settings. It worked for me after rebooting.
For me it was update-alternatives that caused this error. After guake installation it changed default terminal to guake, so Ctrl+Alt+T opened it instead of gnome-terminal. I changed /etc/alternatives/x-terminal-emulator link to /usr/bin/gnome-terminal, and that solved the problem. Now Ctrl+Alt+T shows regular terminal, and F12 shows guake. So, in commands (with sudo):
cd /etc/alternatives/
mv ./x-terminal-emulator ./x-terminal-emulator.bak
mv ./x-terminal-emulator.1.gz ./x-terminal-emulator.1.gz.bak
ln -s /usr/bin/gnome-terminal ./x-terminal-emulator
ln -s /usr/share/man/man1/gnome-terminal.1.gz ./x-terminal-emulator.1.gz
So what is the solution? Can`t use guake with this problem
Hi guys! Ubuntu 14.04.5
I have just found some crutches for this issue without any additional installation.

Hi, I also had this problem. After I have disabled Commands plugin from the Compiz Config Settings Manager the issue has gone.