Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 630466 - net-im/psi-1.2: GTK+ icon cache not updated, desktop mimeinfo cache not updated
Summary: net-im/psi-1.2: GTK+ icon cache not updated, desktop mimeinfo 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: Sergey Ilinykh
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-09 11:10 UTC by Arfrever Frehtes Taifersar Arahesis
Modified: 2018-03-03 13:19 UTC (History)
1 user (show)

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:10:06 UTC
* QA Notice: new icons were found installed but GTK+ icon cache
 * has not been updated:
 *   /usr/share/icons/hicolor/32x32/apps/psi.png
 *   /usr/share/icons/hicolor/128x128/apps/psi.png
 *   /usr/share/icons/hicolor/16x16/apps/psi.png
 *   /usr/share/icons/hicolor/48x48/apps/psi.png
 *   /usr/share/icons/hicolor/64x64/apps/psi.png
 * Please make sure to call gnome2_icon_cache_update()
 * in pkg_postinst() and pkg_postrm() phases of appropriate pkgs.
 * QA Notice: .desktop files with MimeType= were found installed
 * but desktop mimeinfo cache has not been updated:
 *   /usr/share/applications/psi.desktop
 * Please make sure to call xdg_desktop_database_update()
 * in pkg_postinst() and pkg_postrm() phases of appropriate pkgs.
Comment 1 Arfrever Frehtes Taifersar Arahesis 2017-09-25 09:13:21 UTC
Partial fix:
https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=667a418874b6d0182913da37cbf97f07ef84cdfc

According to QA notice, you need to call gnome2_icon_cache_update and xdg_desktop_database_update, and xdg_mimeinfo_database_update is not needed for this package.
Comment 2 Sergey Ilinykh 2017-12-25 17:35:58 UTC
will be fixed with this pull request https://github.com/gentoo/gentoo/pull/6597
Comment 3 Larry the Git Cow gentoo-dev 2018-03-03 13:19:41 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15309264e4ec6211fc6471512e6c787f44653d86

commit 15309264e4ec6211fc6471512e6c787f44653d86
Author:     Sergey Ilinykh <rion4ik@gmail.com>
AuthorDate: 2017-12-22 07:47:05 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2018-03-03 13:19:36 +0000

    net-im/psi: qconf dependency raised to 2.4
    
    to fix compatibility with Qt-5.10
    
    Also changed desktop icons cache regeneration.
    
    Closes: https://bugs.gentoo.org/630466
    Closes: https://github.com/gentoo/gentoo/pull/6597
    Package-Manager: Portage-2.3.19, Repoman-2.3.6

 net-im/psi/psi-9999.ebuild | 20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)