On Thu, 2020-08-20 at 10:11 +0200, Alessio wrote: > On Wed, 2020-08-19 at 21:55 -0700, Luya Tshimbalanga wrote: > > Hello team and testers, > > > > f33-backgrounds is now available for testing in Fedora 33 > > repository. > > The image appears cutted up and down. > https://alciregi.fedorapeople.org/screenshot/f33background.png It's not cut, it's more 'fit to screen'...the default images appear to be at 1920x1080 resolution. I think the difference here is this: [adamw@adam build]$ grep options /usr/share/gnome-background-properties/f32.xml <options>zoom</options> [adamw@adam build]$ grep options /usr/share/gnome-background-properties/f33.xml <options>scaled</options> <options>scaled</options> <options>scaled</options> <options>scaled</options> <options>scaled</options> i.e. for f32 we used the 'zoom' option, but for f33 we have 'scaled'. Before f32 we seem to have used 'stretched'. I'm not 100% sure what all those options do, but it seems reasonable that 'zoom' just zooms in on the image (and scales it up if necessary) to fill the screen if the resolution doesn't match, 'stretch' just scales the image to fill the screen and distorts it if necessary, and from the looks of it, 'scaled' scales it to fill the screen as best as possible, but *without* distorting it, and fills in any remaining space with color bars. We should probably go back to using 'zoom' with this image, I guess? You could try editing all the <options>scaled</options> lines in that file to read <options>zoom</options>, restarting, and see if it looks better... -- Adam Williamson Fedora QA Community Monkey IRC: adamw | Twitter: AdamW_Fedora | XMPP: adamw AT happyassassin . net http://www.happyassassin.net _______________________________________________ test mailing list -- test@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to test-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/test@xxxxxxxxxxxxxxxxxxxxxxx