https://bugs.kde.org/show_bug.cgi?id=520464
David Redondo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from David Redondo <[email protected]> --- I cannot reproduce it either, I patched out https://github.com/cushycush/wdotool/blob/main/wdotool-core/src/backend/libei.rs#L456 and I am getting this > WDOTOOL_BIND=kbd,ptr RUST_LOG=info ./target/debug/wdotool key a 2026-06-08T09:06:37.403426Z INFO trying backend backend="kde-dbus" 2026-06-08T09:06:41.885874Z INFO libei portal start: device types granted granted=BitFlags<DeviceType>(0b11, Keyboard | Pointer) used_cached_token=false 2026-06-08T09:06:41.891974Z INFO libei SeatAdded, two-stage bind (kbd first, then full set; KDE workaround) seat_name="io.github.cushycush.wdotool seat" 2026-06-08T09:06:41.892171Z INFO libei DeviceAdded name="io.github.cushycush.wdotool eis absolute device" device_type="Virtual" caps=["pointer_absolute", "button", "scroll"] 2026-06-08T09:06:41.892202Z INFO libei DeviceResumed has_kbd=false has_ptr=false has_ptr_abs=true ready=true 2026-06-08T09:06:41.892500Z INFO libei DeviceAdded name="io.github.cushycush.wdotool eis pointer" device_type="Virtual" caps=["pointer", "button", "scroll"] 2026-06-08T09:06:41.892528Z INFO libei DeviceResumed has_kbd=false has_ptr=true has_ptr_abs=true ready=true 2026-06-08T09:06:41.897984Z INFO libei DeviceAdded name="io.github.cushycush.wdotool eis keyboard" device_type="Virtual" caps=["keyboard"] 2026-06-08T09:06:41.898035Z INFO libei DeviceResumed has_kbd=true has_ptr=true has_ptr_abs=true ready=true -- You are receiving this mail because: You are watching all bug changes.
