GNOME Bugzilla – Bug 696166
have lock screen curtain background configurable
Last modified: 2014-08-19 21:30:15 UTC
The background panel should have two buttons to configure the backgrounds of both the user session wallpaper and the lock screen curtain: https://raw.github.com/gnome-design-team/gnome-mockups/master/system-settings/wallpaper/with-lock-screen.png
Mh! Technical issue: how do you make a screenshot of the lock screen, without showing it?
Hmm. That's going to make it a tad more complicated... I'm already not very happy with having to hack the normal desktop rendering (which expects to have a single panel for example).
Putting this on 3.10 blocker list at Allan's request. But without somebody actively working on this, we'll end up dropping it again...
Created attachment 252285 [details] [review] background: Remove unused "lock" preview widgets
Created attachment 252286 [details] [review] background: Add support for lock screen background
(In reply to comment #1) > Mh! > > Technical issue: how do you make a screenshot of the lock screen, without > showing it? The patches above don't have a proper preview for the lock screen, unfortunately, but it's better than nothing. We should really have a proper API in gnome-shell to create the previews, instead of us doing it by hand. Currently chasing a corruption in the previews. The code could also do with a cleanup post-3.10 (or during the UI freeze).
Created attachment 252300 [details] [review] background: Fix memory corruption when creating preview When using a single screen, the captured area was too small, and we were copying data from out-of-bounds of the pixbuf area.
Created attachment 252310 [details] [review] background: Add support for lock screen background
Attachment 252285 [details] pushed as ea16cad - background: Remove unused "lock" preview widgets Attachment 252300 [details] pushed as 1097d4c - background: Fix memory corruption when creating preview Attachment 252310 [details] pushed as 074f55e - background: Add support for lock screen background
Pushed to gnome-3-8 as well.
*** Bug 673195 has been marked as a duplicate of this bug. ***