https://bugs.kde.org/show_bug.cgi?id=523515
--- Comment #6 from Marcus <[email protected]> --- Merge request opened: https://invent.kde.org/plasma/xdg-desktop-portal-kde/-/merge_requests/607 It implements the fix described above: a QDBusServiceWatcher(WatchForUnregistration) on the requesting frontend (the sender of Start), parented to the InputCapture session so it outlives the call, calling session->close() on serviceUnregistered. That drives the existing Session::closed -> removeInputCapture teardown, so KWin releases the capture instead of diverting all input into an ownerless EIS channel. Rebased on current master; single commit. -- You are receiving this mail because: You are watching all bug changes.
