"kdotool windowmove" not working in Plasma 6.6 / Fedora 43

After updating to Plasma 6.6 in Fedora 43, I find that kdotool windowmove isn’t working for me.

I’m not sure if this is a Plasma issue or a Fedora packaging issue, so I’m interested in whether users on other distros can reproduce it?

For example:

kdotool windowmove $(kdotool getactivewindow) 0 0

On Plasma 6.5, this moved the active window to the top left of the screen. On 6.6, it doesn’t produce an error message, but doesn’t move the window.

Other kdotool commands still work fine, for example:

kdotool windowminimize $(kdotool getactivewindow)

and

kdotool windowsize $(kdotool getactivewindow) 960 1080

both continue to function as intended.

My kinfo:

Operating System: Fedora Linux 43
KDE Plasma Version: 6.6.0
KDE Frameworks Version: 6.23.0
Qt Version: 6.10.1
Kernel Version: 6.18.10-200.fc43.x86_64 (64-bit)
Graphics Platform: Wayland
Processors: 16 × AMD Ryzen 7 5700X 8-Core Processor
Memory: 32 GiB of RAM (31.3 GiB usable)
Graphics Processor: NVIDIA GeForce RTX 3060 Ti

Looks like it’s fixed by this commit in kdotool, and Fedora hasn’t yet updated to a kdotool version which includes the fix.