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 761763 - Layers popover is missing thumbnails
Layers popover is missing thumbnails
Status: RESOLVED FIXED
Product: gnome-maps
Classification: Applications
Component: general
3.19.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-maps-maint
gnome-maps-maint
Depends on:
Blocks:
 
 
Reported: 2016-02-09 12:24 UTC by Allan Day
Modified: 2016-02-09 14:36 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Screenshot (499.59 KB, image/png)
2016-02-09 12:24 UTC, Allan Day
  Details
layers-popover: Make sure we load maptype from resource (1.31 KB, patch)
2016-02-09 14:35 UTC, Jonas Danielsson
committed Details | Review

Description Allan Day 2016-02-09 12:24:36 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.
Comment 1 Jonas Danielsson 2016-02-09 13:52:12 UTC
: (

I can not reproduce this locally, which is annoying.
Alaf: your change is suspicious here, any ideas?
Comment 2 Jonas Danielsson 2016-02-09 13:53:07 UTC
Alan: any messages in console log that seems relevant? About maptype-*.png files mayhaps?
Comment 3 Allan Day 2016-02-09 14:24:59 UTC
(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
Comment 4 Jonas Danielsson 2016-02-09 14:35:13 UTC
Created attachment 320716 [details] [review]
layers-popover: Make sure we load maptype from resource
Comment 5 Jonas Danielsson 2016-02-09 14:35:41 UTC
Thanks!

Found the issue, great work with test day initiative Allan!
Comment 6 Jonas Danielsson 2016-02-09 14:35:58 UTC
Attachment 320716 [details] pushed as 0aaf635 - layers-popover: Make sure we load maptype from resource