https://bugs.kde.org/show_bug.cgi?id=381210
--- Comment #10 from Martin Flöser <mgraess...@kde.org> --- The root problem here is: https://xkbcommon.org/doc/current/structxkb__rule__names.html KWin passes null as rule names as mentioned in the documentation. On FreeBSD the system seems to be configured to be "no", but it should be something proper like: "evdev" This results in: kwin_xkbcommon: XKB: Compiling from RMLVO: rules 'no', model 'no', layout 'no', variant 'no', options 'no' kwin_xkbcommon: XKB: Couldn't find file "rules/no" in include paths While a proper output with default settings should be e.g.: XKB: Compiling from RMLVO: rules 'evdev', model 'pc104', layout 'us', variant '(null)', options '' I assume that setting the env variable XKB_DEFAULT_RULES to evdev will fix the root problem. -- You are receiving this mail because: You are watching all bug changes.