GNOME Bugzilla – Bug 747011
provide a scalable -symbolic variant of the app icon
Last modified: 2015-08-31 21:09:45 UTC
Starting with GNOME 3.16 we streamlined how high contrast icons are managed. The attached patch includes a symbolic variant of the app icon that is used for HC theme and recolorable at runtime. See https://wiki.gnome.org/Initiatives/GnomeGoals/HighContrastAppIcons for more details. In case of Anjuta the symbolic variant was available, but not installed.
Created attachment 300573 [details] [review] icon: provide a symbolic variant of the app icon - since 3.16 a symbolic variant is used for High Contrast accessible theme.
Created attachment 300832 [details] [review] icon: provide a symbolic variant of the app icon - since 3.16 a symbolic variant is used for High Contrast accessible theme. The symbolic size has been introduced to hicolor to cope with the nominal size of 16x16 rather than the backward compatible 128x128.
Review of attachment 300832 [details] [review]: There's no icon in this patch
The summary hints it has moved the SVG. As mentioned it was available but not installed. configure.ac | 7 ------- pixmaps/HighContrast/16x16/Makefile.am | 4 ---- pixmaps/HighContrast/16x16/anjuta.png | Bin 468 -> 0 bytes pixmaps/HighContrast/22x22/Makefile.am | 4 ---- pixmaps/HighContrast/22x22/anjuta.png | Bin 631 -> 0 bytes pixmaps/HighContrast/24x24/Makefile.am | 4 ---- pixmaps/HighContrast/24x24/anjuta.png | Bin 663 -> 0 bytes pixmaps/HighContrast/256x256/Makefile.am | 4 ---- pixmaps/HighContrast/256x256/anjuta.png | Bin 10209 -> 0 bytes pixmaps/HighContrast/32x32/Makefile.am | 4 ---- pixmaps/HighContrast/32x32/anjuta.png | Bin 968 -> 0 bytes pixmaps/HighContrast/48x48/Makefile.am | 4 ---- pixmaps/HighContrast/48x48/anjuta.png | Bin 1472 -> 0 bytes pixmaps/HighContrast/Makefile.am | 1 - pixmaps/Makefile.am | 4 ++-- pixmaps/hicolor/Makefile.am | 2 +- pixmaps/hicolor/scalable/Makefile.am | 2 +- pixmaps/hicolor/symbolic/Makefile.am | 7 +++++++ pixmaps/{ => hicolor/symbolic}/anjuta-symbolic.svg | 0 19 files changed, 11 insertions(+), 36 deletions(-) delete mode 100644 pixmaps/HighContrast/16x16/Makefile.am delete mode 100644 pixmaps/HighContrast/16x16/anjuta.png delete mode 100644 pixmaps/HighContrast/22x22/Makefile.am delete mode 100644 pixmaps/HighContrast/22x22/anjuta.png delete mode 100644 pixmaps/HighContrast/24x24/Makefile.am delete mode 100644 pixmaps/HighContrast/24x24/anjuta.png delete mode 100644 pixmaps/HighContrast/256x256/Makefile.am delete mode 100644 pixmaps/HighContrast/256x256/anjuta.png delete mode 100644 pixmaps/HighContrast/32x32/Makefile.am delete mode 100644 pixmaps/HighContrast/32x32/anjuta.png delete mode 100644 pixmaps/HighContrast/48x48/Makefile.am delete mode 100644 pixmaps/HighContrast/48x48/anjuta.png delete mode 100644 pixmaps/HighContrast/Makefile.am create mode 100644 pixmaps/hicolor/symbolic/Makefile.am rename pixmaps/{ => hicolor/symbolic}/anjuta-symbolic.svg (100%)
My "problem" was that Splinter doesn't show moved files :)
Attachment 300832 [details] pushed as 2439e2b - icon: provide a symbolic variant of the app icon
(In reply to Michael Catanzaro from comment #6) > Attachment 300832 [details] pushed as 2439e2b - icon: provide a symbolic > variant of the app icon This commit breaks Continuous build: http://build.gnome.org/continuous/buildmaster/builds/2015/08/31/55/build/log-anjuta.txt
Please revert https://git.gnome.org/browse/gnome-continuous/commit/?id=369293fa1d2ce6410dc8d61f028c2f96ca892d46 after commit with the fix is pushed
My bad