GNOME Bugzilla – Bug 435406
[Patch] Run gtk-update-icon-cache in install-hook and uninstall-hook
Last modified: 2007-10-13 17:22:03 UTC
Please describe the problem: In the theme-friendly-icons gnome goal: http://live.gnome.org/GnomeGoals/AppIcon We made all apps run gtk-update-icon-cache in install-hook. They also should call it in uninstall-hook. Refer to #362604. Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information:
Created attachment 87430 [details] [review] patch to run gtk-update-icon-cache install-hook and uninstall-hook
is it really kosher to be installing custom icons to the gnome icon theme dir?
The real issue here is that gnome-volume-manager should install a custom icon for properties dialog. This icon should be placed in "hicolor" icon theme (that's why you need to update icon cache on install and uninstall) and should be named as the related executable in $porefix/bin (i.e. "gnome-volume-properties"). I'll ask on theme list. Oh, the reason. We can't ship all needed icons in gnome-icon-theme, we like to put in it only icons from Icon Naming Spec, so application should install their own application icon and "stock" icons in the best way.
PS you non longer need to provide gvm-dev-tablet.png icon. "input-tablet" is currently available in gnome-icon-theme (see my patch on bug 413925).
this is no longer needed