> <@ngraham:kde.org> trivial patch: > > ``` > diff --git lookandfeel/sddm-theme/Main.qml lookandfeel/sddm-theme/Main.qml > index 3fa749c95..445bf191d 100644 > --- lookandfeel/sddm-theme/Main.qml > +++ lookandfeel/sddm-theme/Main.qml > @@ -556,7 +556,7 @@ PlasmaCore.ColorScope { > userListComponent.mainPasswordBox.forceActiveFocus(); > inputPanel.showHide() > } > - visible: inputPanel.status === Loader.Ready > + visible: false > } > > KeyboardButton { > ``` marcdeop: I tested this at my breeze-fedora theme and it worked just fine, no more virtual veyboard button at sddm on this theme.