After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 685115 - screenShield: Implement Simulate User Activity method
screenShield: Implement Simulate User Activity method
Status: RESOLVED WONTFIX
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2012-09-30 02:01 UTC by darkxst
Modified: 2013-08-25 22:57 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
screenShield: Implement Simulate User Activity method (1.91 KB, patch)
2012-09-30 02:01 UTC, darkxst
none Details | Review
Update commit message to clarify that it is a method, not a signal. (1.94 KB, patch)
2012-10-01 00:47 UTC, darkxst
needs-work Details | Review
screenShield: Implement Simulate User Activity method (1.97 KB, patch)
2012-10-04 18:26 UTC, darkxst
accepted-commit_now Details | Review

Description darkxst 2012-09-30 02:01:19 UTC
Gnome settings daemon emits a simulateUserActivity signal when
waking from suspend. In the case of the old screensaver this ensures
that the login dialog is available without any further user interaction.
However this is not currently implemented in the new screenShield.
Comment 1 darkxst 2012-09-30 02:01:21 UTC
Created attachment 225405 [details] [review]
screenShield: Implement Simulate User Activity method
Comment 2 darkxst 2012-10-01 00:47:54 UTC
Created attachment 225451 [details] [review]
Update commit message to clarify that it is a method, not a signal.

screenShield: Implement Simulate User Activity method

Gnome settings daemon calls the simulateUserActivity method on the
screensaver interface when waking from suspend. In the case of the old
screensaver this ensured that the login dialog is available without
any further user interaction. However this is not currently implemented
in the new screenShield.
Comment 3 Giovanni Campagna 2012-10-02 18:13:04 UTC
Review of attachment 225451 [details] [review]:

I'm not sure this is what we really want, after all the explicit "swipe to unlock" was part of the original design, and it's a pattern present in other platforms.
In any case, the method should make sure that the lightbox is hidden too.
Comment 4 darkxst 2012-10-04 18:26:44 UTC
Created attachment 225838 [details] [review]
screenShield: Implement Simulate User Activity method

Gnome settings daemon calls the simulateUserActivity method on the
screensaver interface when waking from suspend. In the case of the old
screensaver this ensured that the login dialog is available without
any further user interaction. However this is not currently implemented
in the new screenShield.
Comment 5 Giovanni Campagna 2012-10-04 18:51:09 UTC
Review of attachment 225838 [details] [review]:

Looks good now
Comment 6 Jasper St. Pierre (not reading bugmail) 2012-10-04 18:52:01 UTC
We still need a design OK on this.
Comment 7 Jasper St. Pierre (not reading bugmail) 2013-04-19 14:50:42 UTC
Is this still needed / wanted?
Comment 8 Matthias Clasen 2013-04-19 20:30:32 UTC
I don't think gsd is calling SimulateUserActivity anymore
Comment 9 Allan Day 2013-08-25 22:53:36 UTC
It isn't clear to me what impact this would have on the UX.