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 735385 - perf: fix wallpaper style for overridden background
perf: fix wallpaper style for overridden background
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: 2014-08-25 13:56 UTC by Owen Taylor
Modified: 2014-08-26 00:29 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
perf: fix wallpaper style for overridden background (1.29 KB, patch)
2014-08-25 13:56 UTC, Owen Taylor
committed Details | Review

Description Owen Taylor 2014-08-25 13:56:39 UTC
The code that loads SHELL_BACKGROUND_IMAGE, which is used to load the
performance background was loading it in WALLPAPER mode, not ZOOM
mode. Zoom mode is what we use for the actual GNOME defaultiwallpaper
and what we want to test: the background will be scaled except when
the resolution matches the 2560x1440 default backgrounds.
Comment 1 Owen Taylor 2014-08-25 13:56:42 UTC
Created attachment 284405 [details] [review]
perf: fix wallpaper style for overridden background
Comment 2 Jasper St. Pierre (not reading bugmail) 2014-08-25 13:58:55 UTC
Review of attachment 284405 [details] [review]:

OK.
Comment 3 Owen Taylor 2014-08-26 00:29:23 UTC
Attachment 284405 [details] pushed as c937677 - perf: fix wallpaper style for overridden background