GNOME Bugzilla – Bug 450777
PATCH: Use theme-friendly app icons everywhere
Last modified: 2007-06-26 23:31:23 UTC
Part of the AppIcon GnomeGoal (http://live.gnome.org/GnomeGoals/AppIcon). Looking at gnome-control-center's use of application icons, most of its programs already installed icons in the right place and loaded them appropriately. The only active program I could see that didn't was the display capplet. I also went ahead and converted the file-type and localization capplets. I left alone the rollback, url-properties, and mime-type capplets even though they could use a bit of work in this regard since they seemed unused anyway(?). As part of this, I drastically simplified capplet_set_icon(), since all calls to it now only want icon theme icons and its backup methods won't work for a non-suffixed lookup string anyway.
Created attachment 90595 [details] [review] Proposed patch
Looks good, thanks. file-type and localization are obsolete as well, but I guess it can't hurt... Can you commit?
I would commit, but I just realized this patch and (I think) parts of the rest of gnome-control-center are missing something. The update-icon-cache part of the Makefile.am should be triggered on uninstall as well as install. I'll submit a new patch. (Or assuming that's all I do, could I just commit directly?)
Sure, go ahead. Thanks again.
Fixed as I mentioned and committed as revision 7784.