GNOME Bugzilla – Bug 761763
Layers popover is missing thumbnails
Last modified: 2016-02-09 14:36:02 UTC
Created attachment 320705 [details] Screenshot Testing GNOME 3.19.x with GNOME Continuous from 4 days ago: the thumbnails for the buttons in the layers popover are missing images. See the screenshot to get a better idea.
: ( I can not reproduce this locally, which is annoying. Alaf: your change is suspicious here, any ideas?
Alan: any messages in console log that seems relevant? About maptype-*.png files mayhaps?
(In reply to Jonas Danielsson from comment #2) > Alan: any messages in console log that seems relevant? About maptype-*.png > files mayhaps? I get the following when I run maps from the terminal: (gnome-maps:1364): Gtk-WARNING **: Theme parsing error: application.css:14:30: The style property GtkButton:image-spacing is deprecated and shouldn't be used anymore. It will be removed in a future version (gnome-maps:1364): Gtk-WARNING **: Theme parsing error: application.css:15:31: The style property GtkWidget:interior-focus is deprecated and shouldn't be used anymore. It will be removed in a future version (gnome-maps:1364): Gtk-WARNING **: Could not load image 'data/media/maptype-street.png': Failed to open file '/sysroot/home/aday/data/media/maptype-street.png': No such file or directory (gnome-maps:1364): Gtk-WARNING **: Could not load image 'data/media/maptype-aerial.png': Failed to open file '/sysroot/home/aday/data/media/maptype-aerial.png': No such file or directory
Created attachment 320716 [details] [review] layers-popover: Make sure we load maptype from resource
Thanks! Found the issue, great work with test day initiative Allan!
Attachment 320716 [details] pushed as 0aaf635 - layers-popover: Make sure we load maptype from resource