Summary: | Accents don't work on non-xwayland applications | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Aleix Pol <aleixpol> |
Component: | wayland-generic | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED UPSTREAM | ||
Severity: | normal | CC: | kde |
Priority: | NOR | ||
Version: | git master | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
See Also: | https://bugreports.qt.io/browse/QTBUG-54792 | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Aleix Pol
2017-10-26 16:40:09 UTC
Did the debug show if the accent key was always being eaten by the GlobalAccel event filter? I have a theory. It's a long standing bug and this is why Martin changed his surname! #Comment 1: when I get the weird touchpad thing, I do see kglobalaccel returning true. In any case I can't type accents on wayland applications, hence my proposal to fix the accent thing first and then we look into kglobalaccel. #Comment 2: x'D It is a long standing bug in Qt: it doesn't support compose key (see https://bugreports.qt.io/browse/QTBUG-54792 ). If one starts the Qt applications with xcb platform, you will observe that it magically works. Unfortunately my new last name still has an Umlaut. |