PDA

View Full Version : [ubuntu] Karmic -> Lucid upgrade, alt + f4 problem



mealstrom
August 27th, 2010, 12:26 PM
Hi, after karmic to lucid upgrade i ve got problem with "alt + f4" key combination.

This should only close window, but it closes window and switch to tty4 (text mode) like
ctrl + alt + f4

so i can switch between terminals with ctrl + alt +fX and alt+fX.

I've looked at System - Preferences - Shortcuts and there everything is ok.


What i've to do to fix this ?

misha_bear
February 6th, 2011, 08:17 PM
This issue is about this bug:
https://bugs.launchpad.net/ubuntu/+bug/520546
So the problem is related to console-cyrillic package.
For me commenting out the lines
# if ($ENCODING eq "unicode") {
# &execute ("kbd_mode -u");
# } else {
# &execute ("kbd_mode -a");
# }
out of /usr/bin/cyr script has solved the issue without removing the package, but I don't know what really caused the bug.