After upgrading to 11.10, when pressing Ctrl+F, Xterm is popping up
The culprit is xbinkeys, a software made to create custom shortcuts. The CTRL+F lauching xterm is an example in the configuration file (~.xbindkeysrc). Since Ubuntu 11.10 doesn't realise it is an example and use it by default, overriding all other uses of CTRL+F.
In order to set things back to normal do as follow :
- Open your home folder, and press CTRL+H to show hidden files.
- Open the file .xbindkeysrc (with gedit).
- Add a pound (#) at the beginning of each line starting with "xterm" and the following one (most probably lines 46-47 and 50-51).
- Save and exit.
- Then either logout/login again or restart xbindkeys:
killall -HUP xbindkeys
I have the same problem. I upgraded to 11.10 and installed xbindkeys.
Here is the way that you can fix this problem:
1) Alt-F2 -> type xbindkeys-config -> Run
2) Select two items that are related to xterms and delete them.
3) Click save and quite.
It then works normally as before.