Bug 498319 - Gobby %post and %postun scripts need to update icon cache
Summary: Gobby %post and %postun scripts need to update icon cache
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: gobby
Version: 11
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Luke Macken
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-04-29 20:31 UTC by Paul W. Frields
Modified: 2016-09-20 02:39 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-07-13 19:10:21 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Patch for gobby/F-11 specfile (807 bytes, patch)
2009-04-29 20:34 UTC, Paul W. Frields
no flags Details | Diff

Description Paul W. Frields 2009-04-29 20:31:00 UTC
When installed, Gobby does not have an icon in the menus.  It might need something like this:

touch --no-create /usr/share/icons/hicolor || :
if [ -x /usr/bin/gtk-update-icon-cache ]; then
   /usr/bin/gtk-update-icon-cache --quiet /usr/share/icons/hicolor || :
fi

...in %post and %postun.

Comment 1 Paul W. Frields 2009-04-29 20:34:29 UTC
Created attachment 341831 [details]
Patch for gobby/F-11 specfile

Comment 2 Bug Zapper 2009-06-09 14:49:23 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 11 development cycle.
Changing version to '11'.

More information and reason for this action is here:
http://fedoraproject.org/wiki/BugZappers/HouseKeeping

Comment 3 Paul W. Frields 2009-07-13 19:10:21 UTC
Luke did this in 0.4.10-3.


Note You need to log in before you can comment on or make changes to this bug.