GNOME Bugzilla – Bug 740444
create-highcontrast tool no longer works with adwaita-icon-theme
Last modified: 2014-11-26 13:23:49 UTC
While we won't be needing the tool for much longer[1], it needs to be updated to work with the paths in adwaita-icon-theme module rather than gnome-icon-themes-symbolic. [1] https://bugzilla.gnome.org/show_bug.cgi?id=732521
So, what's exactly wrong with this tool? As far as I can tell, it seems to work fine (you changed the icon path from gnome to Adwaita yourself several months ago), and only the usage message needs to be updated?
Created attachment 291378 [details] [review] Update usage message for adwaita-icon-theme repo
Or, I guess you only want it run for icons that end in -symbolic, right?
Review of attachment 291378 [details] [review]: OK
(In reply to comment #3) > Or, I guess you only want it run for icons that end in -symbolic, right? Yeah; currently the tool only checks whether the file has an SVG mime type. I believe the theme ships other SVGs that are not symbolic, so just matching the "-symbolic" suffix on the filename might be enough.
Created attachment 291433 [details] [review] create-highcontrast: process only symbolic icons Since the switch from gnome-icon-theme-symbolic to adwaita-icon-theme, this tool has been inadvertently processing non-symbolic icons.
Review of attachment 291433 [details] [review]: Looks good, thanks.
pushed to master