Summary: | Virtual Keyboard no longer opens when using a stylus | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Alex <hartvarab> |
Component: | virtual-keyboard | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | ahiemstra, aleixpol, matthew.adie, nate |
Priority: | NOR | Keywords: | regression |
Version: | 5.24.0 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/kwin/commit/7626dbb1bb4dd5e437f060b3d64da316d15987a6 | Version Fixed In: | 5.24.1 |
Sentry Crash Report: | |||
Attachments: | coredumpctl output |
Description
Alex
2022-02-09 20:37:17 UTC
Can reproduce. A possibly relevant merge request was started @ https://invent.kde.org/plasma/kwin/-/merge_requests/2002 *** Bug 449962 has been marked as a duplicate of this bug. *** (In reply to Aleix Pol from comment #3) > *** Bug 449962 has been marked as a duplicate of this bug. *** NOTE: this problem is not limited to the use of a stylus, it extends to touch as well. Can you please check with coredumpctl to see that maliit-keyboard isn't crashing for you? https://github.com/maliit/keyboard/issues/97 I'm seeing it in KDE Neon and archlinux (running master). False, it's not happening on archlinux with master (the issue I saw was something else), so you might be seeing the issue in maliit. Git commit ad0a35882ef90876caf49f323bfb0791acf20a17 by Aleix Pol Gonzalez, on behalf of Aleix Pol. Committed on 14/02/2022 at 00:24. Pushed by apol into branch 'master'. inputmethod: Also open the inputm method panel with a pen M +10 -5 src/input.cpp M +7 -4 src/input.h M +3 -4 src/inputmethod.cpp M +1 -1 src/keyboard_input.cpp M +0 -5 src/keyboard_input.h M +11 -11 src/pointer_input.cpp M +5 -1 src/tablet_input.cpp M +3 -3 src/touch_input.cpp https://invent.kde.org/plasma/kwin/commit/ad0a35882ef90876caf49f323bfb0791acf20a17 Git commit 7626dbb1bb4dd5e437f060b3d64da316d15987a6 by Aleix Pol Gonzalez, on behalf of Aleix Pol. Committed on 14/02/2022 at 12:27. Pushed by apol into branch 'Plasma/5.24'. inputmethod: Also open the inputm method panel with a pen (cherry picked from commit ad0a35882ef90876caf49f323bfb0791acf20a17) M +10 -5 src/input.cpp M +7 -4 src/input.h M +3 -4 src/inputmethod.cpp M +1 -1 src/keyboard_input.cpp M +0 -5 src/keyboard_input.h M +11 -11 src/pointer_input.cpp M +5 -1 src/tablet_input.cpp M +3 -3 src/touch_input.cpp https://invent.kde.org/plasma/kwin/commit/7626dbb1bb4dd5e437f060b3d64da316d15987a6 Created attachment 146715 [details]
coredumpctl output
Not sure if you still need it but the output of coredumpctl (attached) didn't show anything.
Ok I've discovered the following: If I: 1) enable the virtual keyboard and leave it enabled 2) Log out 3) log in 4) the onscreen keyboard appears like normal But if I: 1) disable the virtual keyboard 2) Log out 3) log in 4) enable the virtual keyboard 5) I cannot get the onscreen keyboard to appear It seems that if Plasma starts with the virtual keyboard already enabled it then works, however if it was disabled when I logout and I only enable it after I login it no longer works. Matthew Seems like a separate bug; can you file another bug report for that? Thanks! |