https://bugs.kde.org/show_bug.cgi?id=474606
Riccardo Robecchi <sephiroth...@hotmail.it> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDSINFO |REPORTED Resolution|WAITINGFORINFO |--- --- Comment #9 from Riccardo Robecchi <sephiroth...@hotmail.it> --- Sorry for making you wait, I was away. libinput appears to correctly register key presses and releases. In fact, using shortcuts (e.g. alt+tab) does work. The issue is with input into any text field. It looks as if the text field becomes unfocused, so the keyboard input doesn't work. In fact, in Plasma dialogues that seems to be exactly what happens, as the "halo" around the text field (e.g. in the dialogue to input the sudo password) disappears and doesn't come back even if I click in there again. One weird thing I have noticed and which might be related is this: I opened Konsole to test keyboard input, it wouldn't work so I clicked on a random point in Konsole's window; after that point, every other click would highlight the lines between the first point I had clicked and the more recent one. In other words, it's as if the click got stuck. Here is the output of journalctl: ott 07 16:40:04 Wotan systemd[4959]: Starting KDE Window Manager... ott 07 16:40:04 Wotan systemd[4959]: Started KDE Window Manager. ott 07 16:40:05 Wotan kwin_wayland[5141]: No backend specified, automatically choosing drm ott 07 16:40:05 Wotan kwin_wayland[5141]: kf.globalaccel.kglobalacceld: No desktop file found for service "nvidia x server settings.desktop" ott 07 16:40:05 Wotan kwin_wayland[5141]: OpenGL vendor string: AMD ott 07 16:40:05 Wotan kwin_wayland[5141]: OpenGL renderer string: AMD Radeon RX 5700 XT (navi10, LLVM 15.0.7, DRM 3.54, 6.5.5-x64v3-xanmod1) ott 07 16:40:05 Wotan kwin_wayland[5141]: OpenGL version string: 4.6 (Core Profile) Mesa 23.0.4-0ubuntu1~22.04.1 ott 07 16:40:05 Wotan kwin_wayland[5141]: OpenGL shading language version string: 4.60 ott 07 16:40:05 Wotan kwin_wayland[5141]: Driver: Unknown ott 07 16:40:05 Wotan kwin_wayland[5141]: GPU class: Unknown ott 07 16:40:05 Wotan kwin_wayland[5141]: OpenGL version: 4.6 ott 07 16:40:05 Wotan kwin_wayland[5141]: GLSL version: 4.60 ott 07 16:40:05 Wotan kwin_wayland[5141]: Mesa version: 23.0.4 ott 07 16:40:05 Wotan kwin_wayland[5141]: Linux kernel version: 6.5.5 ott 07 16:40:05 Wotan kwin_wayland[5141]: Requires strict binding: no ott 07 16:40:05 Wotan kwin_wayland[5141]: GLSL shaders: yes ott 07 16:40:05 Wotan kwin_wayland[5141]: Texture NPOT support: yes ott 07 16:40:05 Wotan kwin_wayland[5141]: Virtual Machine: no ott 07 16:40:05 Wotan kwin_wayland_wrapper[5311]: (WW) Option "-listen" for file descriptors is deprecated ott 07 16:40:05 Wotan kwin_wayland_wrapper[5311]: Please use "-listenfd" instead. ott 07 16:40:05 Wotan kwin_wayland_wrapper[5311]: (WW) Option "-listen" for file descriptors is deprecated ott 07 16:40:05 Wotan kwin_wayland_wrapper[5311]: Please use "-listenfd" instead. ott 07 16:40:07 Wotan kwin_wayland[5141]: kwin_scripting: /home/riccardo/.local/share/kwin/scripts/gamemode/contents/code/main.js:56: error: Cannot call method 'connect' of undefined ott 07 16:40:07 Wotan kwin_wayland_wrapper[5360]: The XKEYBOARD keymap compiler (xkbcomp) reports: ott 07 16:40:07 Wotan kwin_wayland_wrapper[5360]: > Warning: Unsupported maximum keycode 708, clipping. ott 07 16:40:07 Wotan kwin_wayland_wrapper[5360]: > X11 cannot support keycodes above 255. ott 07 16:40:07 Wotan kwin_wayland_wrapper[5360]: Errors from xkbcomp are not fatal to the X server ott 07 16:40:09 Wotan kwin_wayland[5141]: kwin_core: Could not find window with uuid "{2d5c2095-e99d-45d1-bd93-2ebe382dc710}" ott 07 16:40:16 Wotan kwin_wayland[5141]: kwin_core: Could not find window with uuid "{2d5c2095-e99d-45d1-bd93-2ebe382dc710}" ott 07 16:40:16 Wotan kwin_wayland[5141]: kwin_core: Could not find window with uuid "{2d5c2095-e99d-45d1-bd93-2ebe382dc710}" ott 07 16:40:16 Wotan kwin_wayland[5141]: kwin_core: Could not find window with uuid "{2d5c2095-e99d-45d1-bd93-2ebe382dc710}" ott 07 16:42:53 Wotan kwin_wayland[5141]: This plugin does not support raise() ott 07 16:44:35 Wotan kwin_wayland[5141]: This plugin does not support raise() ott 07 16:44:49 Wotan kwin_wayland[5141]: QtDBus: cannot relay signals from parent QObject(0x562894b887d0 "") unless they are emitted in the object's thread QThread(0x562894a26f68 "libinput-connection"). Current thread is QThread(0x562894616dd0 ""). ott 07 16:44:49 Wotan systemd[4959]: Stopped KDE Window Manager. ott 07 16:44:49 Wotan systemd[4959]: plasma-kwin_wayland.service: Consumed 17.152s CPU time. Funny bit: I was excited for a moment because keyboard input seemed to work after installing libinput-tools, so I thought I had fixed it... and then I found out that I had logged into X11 by mistake! -- You are receiving this mail because: You are watching all bug changes.