GNOME Bugzilla – Bug 684993
Optimise capture of preview
Last modified: 2012-10-10 16:57:28 UTC
Instead of capturing the whole monitor, and removing the workarea, capture anything on the first monitor that's not part of the work area.
I didn't do this because the non-workarea may not be contiguous. Say for example in fallback mode or with certain shell extensions.
(In reply to comment #1) > I didn't do this because the non-workarea may not be contiguous. Say for > example in fallback mode or with certain shell extensions. Couldn't you end up with bits from the user's current background in both cases then?
Created attachment 225299 [details] [review] background: Optimise preview for the usual shell layout The area of screen to capture would be a ribbon at the top, so just capture that instead of the whole screen, just to clear it afterwards.
Created attachment 225317 [details] [review] background: Optimise preview for the usual shell layout The area of screen to capture would be a ribbon at the top, so just capture that instead of the whole screen, just to clear it afterwards.
Attachment 225317 [details] pushed as 0e03756 - background: Optimise preview for the usual shell layout