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 578041 - Using SVG icons in appDisplay
Using SVG icons in appDisplay
Status: RESOLVED DUPLICATE of bug 578197
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2009-04-05 16:09 UTC by Milan Bouchet-Valat
Modified: 2009-05-05 21:30 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Milan Bouchet-Valat 2009-04-05 16:09:46 UTC
js/ui/appDisplay.js:68 reads:
let iconInfo = iconTheme.lookup_by_gicon(this._gicon, GenericDisplay.ITEM_DISPLAY_ICON_SIZE, Gtk.IconLookupFlags.NO_SVG);

Is there any reason why we whould not want SVG icons in the display? I've been wondering why I get blurry icons for some time, and I never thought it was on purpose! I don't expect all applications will ever ship with 48x48 icons for all themes...

If this is not intended, the fix is obvious... ;-)
Comment 1 Milan Bouchet-Valat 2009-04-05 16:13:47 UTC
Oh, and there's the same problem line 120.
Comment 2 Milan Bouchet-Valat 2009-04-24 11:13:04 UTC
Has anybody an opinion on that? ;-)
Comment 3 Dan Winship 2009-05-05 20:24:19 UTC
seems like a bug to me. attach a patch?
Comment 4 Milan Bouchet-Valat 2009-05-05 21:30:49 UTC

*** This bug has been marked as a duplicate of 578197 ***