diff --git a/sddm-theme/Main.qml b/sddm-theme/Main.qml index fba683f21..ccbff5d7e 100644 --- a/sddm-theme/Main.qml +++ b/sddm-theme/Main.qml @@ -270,7 +270,8 @@ PlasmaCore.ColorScope { state = "hidden"; } } - source: "components/VirtualKeyboard.qml" + + source: Qt.platform.pluginName.includes("wayland") ? "components/VirtualKeyboard_wayland.qml" : "components/VirtualKeyboard.qml" anchors { left: parent.left right: parent.right