https://bugs.kde.org/show_bug.cgi?id=465566
--- Comment #4 from fanzhuyi...@gmail.com --- Git commit 305d88e050ffe4018544e6d4b7c5c6730ca5c0d4 by Yifan Zhu. Committed on 25/03/2025 at 16:03. Pushed by fanzhuyifan into branch 'master'. lockscreen: only show UI on screen with mouse Otherwise one appears on every screen, which is awkward. However, forcing it to be on a particular screen is undesirable, since if that screen is turned off but not unplugged, it may still be sending a signal to the OS and show up as a valid screen to show things on. To alleviate that concern, always show the UI on the screen with pointer. Test plan: - use multiscreen setup and lock screen - move mouse across screens, verify that only screen with pointer shows controls - type some password without pressing enter, and repeat previous point Related: bug 409226 M +4 -1 desktoppackage/contents/lockscreen/LockScreenUi.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/305d88e050ffe4018544e6d4b7c5c6730ca5c0d4 -- You are receiving this mail because: You are watching all bug changes.