GNOME Bugzilla – Bug 668074
Wrong icon sizes for some icons
Last modified: 2014-07-27 23:21:15 UTC
rpmlint finds those: /usr/share/icons/HighContrast/48x48/stock/gtk-dnd-multiple.png expected: 48x48 actual: 32x32 /usr/share/icons/HighContrast/48x48/stock/gtk-dnd.png expected: 48x48 actual: 32x32 /usr/share/icons/HighContrastInverse/48x48/stock/double-click-maybe.png expected: 48x48 actual: 100x100 /usr/share/icons/HighContrastInverse/48x48/stock/double-click-off.png expected: 48x48 actual: 100x100 /usr/share/icons/HighContrastInverse/48x48/stock/double-click-on.png expected: 48x48 actual: 100x100 /usr/share/icons/HighContrastInverse/48x48/stock/gtk-dnd-multiple.png expected: 48x48 actual: 32x32 /usr/share/icons/HighContrastInverse/48x48/stock/gtk-dnd.png expected: 48x48 actual: 32x32 /usr/share/icons/LowContrast/48x48/stock/gtk-apply.png expected: 48x48 actual: 44x45 /usr/share/icons/LowContrast/48x48/stock/gtk-dnd-multiple.png expected: 48x48 actual: 32x32 /usr/share/icons/LowContrast/48x48/stock/gtk-dnd.png expected: 48x48 actual: 32x32 /usr/share/icons/LowContrast/48x48/stock/gtk-ok.png expected: 48x48 actual: 44x45 /usr/share/icons/LowContrast/48x48/stock/media-playback-pause.png expected: 48x48 actual: 24x24 /usr/share/icons/LowContrast/48x48/stock/media-playback-start.png expected: 48x48 actual: 24x24
*** Bug 676114 has been marked as a duplicate of this bug. ***
Still an issue for these two icons: $ file themes/HighContrast/icons/48x48/stock/gtk-dnd* themes/HighContrast/icons/48x48/stock/gtk-dnd-multiple.png: PNG image data, 32 x 32, 8-bit/color RGBA, non-interlaced themes/HighContrast/icons/48x48/stock/gtk-dnd.png: PNG image data, 32 x 32, 8-bit/color RGBA, non-interlaced
I've provided a -symbolic style set of the legacy stock icons so they get treated the same way as everything else (gnome-icon-theme-symbolic->adwaita + app icons). https://github.com/gnome-design-team/gnome-icons/tree/master/legacy/stock-symbolic/gnome Unfortunately there seems to be a regression in the xinclude part of the create-highcontrast utility in gnome-themes-standard when suddenly the stylesheet injection/wrap produces a blank icon for everything.
Created attachment 275893 [details] [review] HC: provide legacy gtk stock icons
Attachment 275893 [details] pushed as 5b3f66b - HC: provide legacy gtk stock icons
Is this why after upgrading to Gnome 3.12, gthumb and remmina cry about missing icons? (gthumb:28055): GLib-GIO-CRITICAL **: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed (gthumb:28055): Gtk-WARNING **: Error loading theme icon 'gtk-edit' for stock: Failed to load icon (gthumb:28055): Gtk-CRITICAL **: render_fallback_image: assertion 'pixbuf != NULL' failed (gthumb:28055): GLib-GObject-CRITICAL **: g_object_ref: assertion 'G_IS_OBJECT (object)' failed (gthumb:28055): Gdk-CRITICAL **: gdk_cairo_surface_create_from_pixbuf: assertion 'GDK_IS_PIXBUF (pixbuf)' failed (gthumb:28055): GLib-GObject-CRITICAL **: g_object_unref: assertion 'G_IS_OBJECT (object)' failed ...(repeat cycle multiple times here)
leho@xps14 icons $ pwd /usr/share/icons leho@xps14 icons $ find -name gtk-edit* ./HighContrast/48x48/stock/gtk-edit.png Is this all I'm supposed to have with gnome-themes-standard-3.12.0?