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 683170 - screenShield: Zoom out on login
screenShield: Zoom out on login
Status: RESOLVED FIXED
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-01 20:03 UTC by Jasper St. Pierre (not reading bugmail)
Modified: 2012-09-04 21:44 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
screenShield: Zoom out on login (2.36 KB, patch)
2012-09-01 20:03 UTC, Jasper St. Pierre (not reading bugmail)
none Details | Review
y# Attachment to Bug 683170 - screenShield: Zoom out on login (2.29 KB, patch)
2012-09-01 21:02 UTC, Jasper St. Pierre (not reading bugmail)
committed Details | Review

Description Jasper St. Pierre (not reading bugmail) 2012-09-01 20:03:21 UTC
Talking with the designers on IRC showed that the screen shield
suddenly disappearing was a bit sudden. Myself, I wasn't expecting
such a fast transition to user land (I'm used to waiting for a long
time, not that the new behavior is a bad thing!). Make a simple new
animation that zooms out the dialog on login. This will also happen
for the gdm transition if I'm reading the code right. We can disable
this, but I'm not sure it's bad behaviour :)
Comment 1 Jasper St. Pierre (not reading bugmail) 2012-09-01 20:03:23 UTC
Created attachment 223157 [details] [review]
screenShield: Zoom out on login

The sudden transition from the lock screen to the user session
may be a bit sudden and overwhelming. Make ourselves more shell-like
by resizing out the screen shield according to mockups.
Comment 2 Jasper St. Pierre (not reading bugmail) 2012-09-01 21:02:38 UTC
Created attachment 223163 [details] [review]
y# Attachment to Bug 683170 - screenShield: Zoom out on login

screenShield: Zoom out on login

The sudden transition from the lock screen to the user session
may be a bit sudden and overwhelming. Make ourselves more shell-like
by resizing out the screen shield according to mockups.


Fix whitespace issue, and make sure to reset lock dialog group's scale
when done.
Comment 3 Giovanni Campagna 2012-09-02 13:00:07 UTC
Review of attachment 223163 [details] [review]:

Code is fine, but look at
http://www.youtube.com/watch?list=UU4Ys3RMozzDVP6KoTjBTn4Q&feature=player_detailpage&v=BFo0s2wnyj4#t=37s
This is not according to the mockups: the login/unlock dialog (_lockDialogGroup) should slide up, and the desktop (global.window_group is a good approximation, I think) should be scaled from 0 to 1.

So up to you. Commit if you get UI freeze break and designer approval.