GNOME Bugzilla – Bug 682535
Lock screen - don't show the pointer on the curtain until it is moved
Last modified: 2012-11-06 22:10:37 UTC
Always showing the pointer doesn't look great, it also doesn't fit with the idea that the machine is idle. It would be better to only show it after it has been moved, and to hide it after a short idle time.
Created attachment 223078 [details] [review] ScreenShield: hide the cursor while the lock screen is on While the screen is locked and the cursor is not moved, the mouse cursor should be hidden, to indicate the machine is idle.
I think we should solve this more generally. See bug 666121
(In reply to comment #2) > I think we should solve this more generally. See bug 666121 That seems like a good idea, but it seems like it needs more thought. In the mean time, this bug seems fairly straightforward. I don't see any harm in getting it fixed for now (but maybe I am ignorant :) ).
Review of attachment 223078 [details] [review]: ::: js/ui/screenShield.js @@ +848,2 @@ this.actor.show(); + if (this._state == State.FULL_SESSION) Seems unrelated?
Created attachment 228316 [details] [review] ScreenShield: hide the cursor while the lock screen is on While the screen is locked and the cursor is not moved, the mouse cursor should be hidden, to indicate the machine is idle. Indeed it is unrelated. That was an old patch, and I had removed that bit in a later rebase.
Review of attachment 228316 [details] [review]: Sure.
Attachment 228316 [details] pushed as e5f7390 - ScreenShield: hide the cursor while the lock screen is on