https://bugs.kde.org/show_bug.cgi?id=461207
--- Comment #6 from Wismill <[email protected]> --- I can reproduce the issue with left Meta/Win as Compose key on Plasma 6.3.4 (Wayland), although I get multiple square characters instead of just one. Note that it is not specific to left Meta: I get the same issue if using Menu as a Compose key. Note that the shortcut itself works, it’s just the display. While it makes sense that a combo is not possible (Compose if not a modifier), I suspect that there is an issue with the conversion of the keysym Multi_key to UTF-8. If the conversion is done using the libxkbcommon API somewhere in the stack (e.g. xkb_keysym_to_utf8), then in the case of Multi_key nothing is written in the string buffer, so if it was not 0-ed then it would explain why we see garbage. -- You are receiving this mail because: You are watching all bug changes.
