https://bugs.kde.org/show_bug.cgi?id=426824
Nate Graham <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected], | |[email protected] Summary|"Virtual Keyboard" button |"Virtual Keyboard" button |on the login screen is |on the login screen is |invisible |invisible until | |QT_IM_MODULE=qtvirtualkeybo | |ard is manually set in | |environment --- Comment #5 from Nate Graham <[email protected]> --- If I export that envar, the problem is totally fixed in fact. The button appears and I can pull up the virtual keyboard. I also see that the screen locker is explicitly setting this environment variable: nate@Liberator:~/kde/src/kscreenlocker$ (master) grep -ri qtvirtualkeyboard greeter/main.cpp: qputenv("QT_IM_MODULE", QByteArrayLiteral("qtvirtualkeyboard")); ...But the same cannot be said of anywhere in plasma itself. So that's why it still works in the lock screen, but not the login screen. I wonder if this is in any way related to the work to make the Maliit virtual keyboard function properly. -- You are receiving this mail because: You are watching all bug changes.
