https://bugs.kde.org/show_bug.cgi?id=493025
--- Comment #26 from antonio <antde...@gmail.com> --- (In reply to John Kizer from comment #25) > Updating status, pending possible testing of libxkbcommon versions as a > factor - thanks! I solved it for Debian, but not for Opensuse. steps performed: - I downgraded libxkbcommon to version 1.5.0-1 but it didn't fix the problem. - I installed the latest debian testing on a virtual machine and noticed that the sequence worked. - I converted the broken Debian installation to a virtual machine, ran the test and verified that it did not detect the sequence. - I compared the configuration, until I found the interference in the "/etc/default/keyboard" file. version with the problem: XKBMODEL="pc105" XKBLAYOUT="it" XKBOPTIONS="terminate:ctrl_alt_bksp" BACKSPACE="guess" XKBVARIANT="" version ok; XKBMODEL="pc105" XKBLAYOUT="it" XKBVARIANT="" XKBOPTIONS="" BACKSPACE="guess" - replaced the indicated file on the (real) Debian installation, rebooted, and noticed that the problem was gone and that I could assign this sequence - as a counter test I replaced the file in the working version of the vm with the one that gave the problem, restarted, and I noticed that the version that was previously working now did not recognize this sequence On OpenSUSE, however, the file was already correct, so the problem is elsewhere. This tells us however that the detection is sensitive to environment variables; it would be interesting to check where there is interference. -- You are receiving this mail because: You are watching all bug changes.