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 672583 - transition to locked screen is abrupt
transition to locked screen is abrupt
Status: RESOLVED FIXED
Product: gnome-screensaver
Classification: Deprecated
Component: daemon
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-screensaver maintainers
gnome-screensaver maintainers
Depends on:
Blocks:
 
 
Reported: 2012-03-21 19:17 UTC by William Jon McCann
Modified: 2012-03-21 19:45 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fade: fix fade computation math (1.04 KB, patch)
2012-03-21 19:33 UTC, Ray Strode [halfline]
committed Details | Review

Description William Jon McCann 2012-03-21 19:17:47 UTC
When explicitly locking the screen the transition is discontinuous and abrupt now. We used to have a fade.
Comment 1 Ray Strode [halfline] 2012-03-21 19:33:15 UTC
Created attachment 210275 [details] [review]
fade: fix fade computation math

commit 44edc03104 changed the fade time out to be less
than a 1000ms.  Unfortunately, this broke the fade because the
math for computing the number of fade steps used integer arithmetic,
and performed a division by a 1000.
Comment 2 William Jon McCann 2012-03-21 19:38:21 UTC
Review of attachment 210275 [details] [review]:

Looks good. Tested to verify it fixes the problem.
Comment 3 Ray Strode [halfline] 2012-03-21 19:45:20 UTC
Attachment 210275 [details] pushed as 7e2085a - fade: fix fade computation math