https://bugs.kde.org/show_bug.cgi?id=477788
--- Comment #10 from Sebastian Parborg <darkdefe...@gmail.com> --- I don't think the issue I'm experiencing is related to the codec, yes. >From looking at and debugging the code, it seems like KPipeWire doesn't send any updates when the mouse moves and there is no damage/updates reported after the previous frame. So Spectacle simply doesn't get any new information about where the mouse is currently unless a new frame is sent from KPipeWire as well. I first thought we would work around this by having Spectacle query the mouse position at a fixed rate, but from what I could tell, the mouse position data is tied to the frame that Kpipewire sends. So if there is no new frame data, no new mouse position data is available. -- You are receiving this mail because: You are watching all bug changes.