-
Notifications
You must be signed in to change notification settings - Fork 332
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Full screen keyboard covers the greeter with Maui theme #952
Comments
Maybe QT_IM_MODULE should be opt-in for sddm themes? (instead of installations) |
Gentoo was hit by this, and is currently removing qtvirtualkeyboard from the config file at installation as a workaround (gentoo/gentoo@9cb1894):
|
Kde Neon LTS User Edition has this virtual keyboard too. |
According to the Qt Virtual Keyboard deployment guide, additional effort in the QML is required in order to make it work. I understand why it's showing in full screen because it does the same in any QML app that has not instantiated an InputPanel. Until the themes are implementing the needed bits, I'd suggest to revert the change that is setting the environment variable. |
When using the default (Maui) theme and having qtvirtualkeyboard installed, the user is unexpectedly presented with a full screen keyboard at startup, without any user interaction. You have to manually hide the keyboard to see the greeter, which can be difficult to figure out.
Edit: This happens with any of the themes shipped by sddm. Only breeze works fine, since it provides a button to hide/show the virtual keyboard
SDDM 0.17.0
Qt 5.9.3
The text was updated successfully, but these errors were encountered: