unoplatform / uno

Build Mobile, Desktop and WebAssembly apps with C# and XAML. Today. Open source and professionally supported.
https://platform.uno
Apache License 2.0
8.45k stars 685 forks source link

[X11] Input causes errors in console #16515

Closed MartinZikmund closed 1 week ago

MartinZikmund commented 2 weeks ago

Current behavior

When I type with Czech keyboard, (characters like ěščř), X11 app shows erros like:

fail: Uno.WinUI.Runtime.Skia.X11.X11KeyboardInputSource[0]
      Received keySym string with nbytes > 1, even though spec says it must be a single ASCII character.

The input works correctly though.

Expected behavior

No errors shown. Maybe the message should be just info log level?

How to reproduce it (as minimally and precisely as possible)

No response

Workaround

No response

Works on UWP/WinUI

None

Environment

No response

NuGet package version(s)

No response

Affected platforms

Skia (Linux X11)

IDE

No response

IDE version

No response

Relevant plugins

No response

Anything else we need to know?

No response