GNOME Bugzilla – Bug 742947
Bad startup app icons sizes
Last modified: 2015-08-18 14:54:04 UTC
Created attachment 294565 [details] Screenshot with startup app icons Some icons in the startup applications list has a reasonless size. See attached screenshot.
This should be due a change in GTK+ 3.14, from the release note: * The icon theme code has become a little pickier about sizes and is not automatically scaling icons beyond the limits defined in the icon theme unless explicitly asked to do so with GTK_ICON_LOOKUP_FORCE_SIZE. https://git.gnome.org/browse/gtk+/tree/README.in#n111
Created attachment 294804 [details] [review] Proposed patch to fix the icon size Proposed patch to fix the icon size
It isn't enough. The same problem has list with added applications. (class _StartupTweak in the same file) And question: Is it correct to use numeric value 48? Should not this be some constant? What it will do for hires displays and like?
(In reply to comment #3) Hi Marek, > It isn't enough. The same problem has list with added applications. (class > _StartupTweak in the same file) I agree that is not definitive, it's a first attempt (I meant to write that in the comment itself but I've sent it too quickly) > And question: Is it correct to use numeric value 48? Should not this be some > constant? What it will do for hires displays and like? I had the same concern, I've been trying with Gtk.IconSize.DIALOG but it results in super-tiny icons to be displayed. Any suggestion/comment is welcome as usual.
I think this issue has been addressed in gtk+, do we still need this?
Created attachment 303914 [details] screenshot with gnome 3.16 I'm still seeing irregular icon sizes in GNOME 3.16.
Created attachment 309480 [details] [review] startup: Force a pixel icon size If we don't set a pixel size gtk+ doesn't scale the resulting pixbuf unless the source icon is in a scalable format such as SVG.
Attachment 309480 [details] pushed as 696b127 - startup: Force a pixel icon size