GNOME Bugzilla – Bug 435355
[Patch] Run gtk-update-icon-cache in install-hook and uninstall-hook
Last modified: 2007-05-07 21:20:05 UTC
Please describe the problem: 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 87421 [details] [review] patch to run gtk-update-icon-cache in install-hook and uninstall-hook
Thanks David. Can you commit?
(In reply to comment #2) > Thanks David. Can you commit? > David NO, not yet. I just started working on gnome. I though that I would start working on a few of these cleanup issues to get a feel for the project. Thanks David
your ChangeLog entry was somewhat bogus +2007-05-02 David Farning <dfarning@gmail.com> + +�-------* Makefile.am (update-icon-cache): fix +�-------gtk-update-icon-cache for install and +�-------uninstall-hook. +�-------* gok/main.c: set default icon from cache I revised it. Commited to trunk on behalf of David. Thanks for the patch.
Thanks very much David, and thanks for committing Christian. (Closing as fixed, please reopen if necessary)
Reassigning bug to the patch contributor for bookkeeping.
2007-05-07 Christian Kirbach <Christian.Kirbach@googlemail.com> * gok/main.c: Replacing "Gok" by "GOK" string to revert string freeze break committed by previous change. Hint from Claude Paroz.
Created attachment 87750 [details] [review] revert string freeze break