GNOME Bugzilla – Bug 578041
Using SVG icons in appDisplay
Last modified: 2009-05-05 21:30:49 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... ;-)
Oh, and there's the same problem line 120.
Has anybody an opinion on that? ;-)
seems like a bug to me. attach a patch?
*** This bug has been marked as a duplicate of 578197 ***