https://bugs.kde.org/show_bug.cgi?id=496819
Kishi <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #6 from Kishi <[email protected]> --- What the issue describes here is the same for using an external capture card or using something like KMS capture that always captures the whole screen content (without giving KWin any hint about doing so), so KWin's full screen capture is currently consistent with that behaviour. I'm also not sure how other desktop environments handle this and I've not noticed them specifically hiding the lock screen either. As already mentioned in https://invent.kde.org/plasma/kwin/-/merge_requests/9246 this issue has to be handled carefully not to break the remote desktop case. Additionally there's also remote desktop solutions like Sunshine (https://github.com/LizardByte/Sunshine) that just capture the video stream via xdg-desktop-portal or kwin screencast wayland protocol directly, while doing the input and audio capture side via other means, so those have to be considered as well to not break things. Solutions involving pausing the stream would certainly cause breakage (as the remote desktop would disconnect), showing a warning message on the lock screen sounds like an elegant solution. -- You are receiving this mail because: You are watching all bug changes.
