diff --git a/keyboard_layout.cpp b/keyboard_layout.cpp --- a/keyboard_layout.cpp +++ b/keyboard_layout.cpp @@ -98,10 +98,6 @@ void KeyboardLayout::notifyLayoutChange() { // notify OSD service about the new layout - if (!kwinApp()->usesLibinput()) { - return; - } - // only if kwin is in charge of keyboard input QDBusMessage msg = QDBusMessage::createMethodCall( QStringLiteral("org.kde.plasmashell"), QStringLiteral("/org/kde/osdService"),