Summary: | Keyboard layout switching policy works incorrect for Java applications | ||
---|---|---|---|
Product: | [Unmaintained] kxkb | Reporter: | Sergei Kasaurov <sergei.kasaurov> |
Component: | general | Assignee: | Andriy Rysin <arysin> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Sergei Kasaurov
2010-06-28 15:54:27 UTC
Seems like Java app windows have type -1 which keyboard daemon ignores currently. Should be fairly straightforward if it does not overlap with "fake" popup window of tray notification item and/or desktop/plasma applets... SVN commit 1145962 by rysin: Allow windows of type Unknown for per-window keyboard layouts BUG: 243039 M +8 -8 layout_memory.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1145962 SVN commit 1145966 by rysin: Allow windows of type Unknown for per-window keyboard layouts BUG: 243039 M +8 -8 layout_memory.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1145966 |