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 354429 - Evince icon
Evince icon
Status: RESOLVED FIXED
Product: evince
Classification: Core
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: Evince Maintainers
Evince Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-09-05 12:15 UTC by Michael Monreal
Modified: 2006-09-07 15:22 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16



Description Michael Monreal 2006-09-05 12:15:31 UTC
Right now, evince uses Icon=evince.png in the .desktop file. 
The icon theming for evince.png is quie broken, because the 
icons in the smaller sizes are improperly named: 

hicolor/16x16/apps/evince-16.png
hicolor/22x22/apps/evince-22.png
hicolor/48x48/apps/evince.png
hicolor/scalable/apps/evince.svg

The icon used in the application menu for example will be the 
48x48 icon, leading to ugly scaling.

The right way would be to install:

hicolor/16x16/apps/evince.png
hicolor/22x22/apps/evince.png
hicolor/24x24/apps/evince.png
hicolor/32x32/apps/evince.png
hicolor/scalable/apps/evince.svg
Comment 1 Martin Kretzschmar 2006-09-05 12:27:36 UTC
And it should probably be

Icon=evince

in the desktop file instead of

Icon=evince.png

And http://davyd.livejournal.com/191761.html "might be useful."
Comment 2 Nickolay V. Shmyrev 2006-09-07 15:22:08 UTC
Thanks for reporting, this bug should be fixed in HEAD