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 771945 - map plugin: Use default marker
map plugin: Use default marker
Status: RESOLVED FIXED
Product: eog-plugins
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Thomas Bechtold
EOG Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-09-25 17:11 UTC by Thomas Bechtold
Modified: 2019-02-22 03:17 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Use the "mark-location" icon (1.02 KB, patch)
2016-09-25 17:13 UTC, Thomas Bechtold
none Details | Review

Description Thomas Bechtold 2016-09-25 17:11:22 UTC
Instead of showing the "image-x-generic" icon, please use the "mark-location" icon which is also used by other applications (i.e. gnome-maps). This looks much better.
Comment 1 Thomas Bechtold 2016-09-25 17:13:56 UTC
Created attachment 336216 [details] [review]
Use the "mark-location" icon
Comment 2 Felix Riemann 2016-10-01 13:21:17 UTC
Thanks, this looks really nice with the new marker.
mark-location doesn't appear to be a "standard" icon yet though, so I added a fallback to the old icon if mark-location isn't available.

commit 17d778379052ea80e833886cdbef8a17321329c9
Author: Felix Riemann <>
Date:   Sat Oct 1 15:15:49 2016 +0200

    map: Fall back to old marker icon if the new one isn't available
    
    mark-location doesn't appear to be a "standard" icon yet,
    so try falling back to image-x-generic as before if it is not available.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=771945

commit 7f2ed02917f36628795034928f6636a3d2a33708
Author: Thomas Bechtold <>
Date:   Sun Sep 25 19:01:35 2016 +0200

    map: Use location marker icon
    
    Instead of showing the generic "image-x-generic" icon for a marker
    on a map, use "mark-location" as the icon. This is what other GNOME
    apps do, i.e. gnome-maps.