Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 630464 - net-im/kadu-4.3-r1: GTK+ icon cache not updated
Summary: net-im/kadu-4.3-r1: GTK+ icon cache not updated
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Maciej Mrozowski
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-09 11:07 UTC by Arfrever Frehtes Taifersar Arahesis
Modified: 2017-11-04 03:27 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Arfrever Frehtes Taifersar Arahesis 2017-09-09 11:07:47 UTC
* QA Notice: new icons were found installed but GTK+ icon cache
 * has not been updated:
 *   /usr/share/icons/hicolor/32x32/apps/kadu.png
 *   /usr/share/icons/hicolor/24x24/apps/kadu.png
 *   /usr/share/icons/hicolor/128x128/apps/kadu.png
 *   /usr/share/icons/hicolor/16x16/apps/kadu.png
 *   /usr/share/icons/hicolor/22x22/apps/kadu.png
 *   /usr/share/icons/hicolor/48x48/apps/kadu.png
 *   /usr/share/icons/hicolor/64x64/apps/kadu.png
 *   /usr/share/icons/hicolor/256x256/apps/kadu.png
 * Please make sure to call gnome2_icon_cache_update()
 * in pkg_postinst() and pkg_postrm() phases of appropriate pkgs.
Comment 1 Arfrever Frehtes Taifersar Arahesis 2017-11-03 21:04:29 UTC
You have added call to gnome2_icon_cache_update() in pkg_postinst(), but not in pkg_postrm().
Comment 2 Maciej Mrozowski gentoo-dev 2017-11-04 03:27:11 UTC
Thanks for head up.