https://bugs.kde.org/show_bug.cgi?id=455080
--- Comment #6 from Alexander <usher09_ni...@icloud.com> --- (In reply to Rodney Dawes from comment #4) > ``` > bool InputMethod::shouldShowOnActive() const > { > return input()->touch() == input()->lastInputHandler() > || input()->tablet() == input()->lastInputHandler(); > } > ``` > > This is the block of code in kwin which decides to show the keyboard, if the > previous event was a touch or tablet event, as opposed to something being > focused by default or via mouse click. If it's not working on your device, > it seems possible that the touch panel driver for it is not correctly > sending the events. I do not have any Surface devices, and so cannot test > them with that kernel. Well, to get the touch screen working on my surface pro 6 in addition to the surface-kernel you need iptsd enabled and libwacom-surface installed. I'm wondering if kwin isn't recognizing the touch input because it's using the wacom driver? Maliit still won't activate and I've fully updated the all the software. I would love to find a way to get this working, the "solution" in the linux-surface community is to install Gnome... Kinda defeats why I chose KDE... -- You are receiving this mail because: You are watching all bug changes.