GNOME Bugzilla – Bug 646180
Background preview image is fuzzy
Last modified: 2011-03-30 14:43:12 UTC
The image preview in the background panel is not crisp clear. Attached patch fixes this by calling gnome_bg_draw() directly to render the preview.
Created attachment 184648 [details] [review] background: don't use the GnomeBG thumbnails for the preview area Instead, use gnome_bg_draw(), which renders the preview directly at the desired size.
Review of attachment 184648 [details] [review]: I'm pretty sure this would break whatever little support we have for slideshows. Add a big fat FIXME in cc_background_item_get_frame_thumbnail() and we'll work on that for 3.2. And please request freeze break for this, the release-team is probably getting sick of me by now.
No, Bastien. We still love you.
(In reply to comment #2) > I'm pretty sure this would break whatever little support we have for > slideshows. This doesn't break preview for slideshows; it will always show the current frame of the slideshow as preview.
(In reply to comment #4) > (In reply to comment #2) > > > I'm pretty sure this would break whatever little support we have for > > slideshows. > > This doesn't break preview for slideshows; it will always show the current > frame of the slideshow as preview. Where we used to show the first frame of the slideshow (for better or for worse).
(In reply to comment #5) > Where we used to show the first frame of the slideshow (for better or for > worse). Yeah, I don't think this makes it a real difference for 3.0 (and we don't even ship slideshows by default in gnome-backgrounds nowadays it seems).
(In reply to comment #6) > (In reply to comment #5) > > > Where we used to show the first frame of the slideshow (for better or for > > worse). > > Yeah, I don't think this makes it a real difference for 3.0 (and we don't even > ship slideshows by default in gnome-backgrounds nowadays it seems). I didn't say it was a big problem, I said that we need to have a big fat warning in that piece of code to mention that it needs fixing for slideshow stepping, which it will do.
Pushed to master with a bigger FIXME comment, after approval from r-t. Attachment 184648 [details] pushed as 7cef6dc - background: don't use the GnomeBG thumbnails for the preview area