Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 629388 - media-video/vlc-2.2.6-r2: GTK+ icon cache not updated, desktop mimeinfo cache not updated
Summary: media-video/vlc-2.2.6-r2: GTK+ icon cache not updated, desktop mimeinfo cache...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-30 17:10 UTC by Arfrever Frehtes Taifersar Arahesis
Modified: 2017-12-09 14:07 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-08-30 17:10:17 UTC
* QA Notice: new icons were found installed but GTK+ icon cache
 * has not been updated:
 *   /usr/share/icons/hicolor/32x32/apps/vlc.xpm
 *   /usr/share/icons/hicolor/32x32/apps/vlc.png
 *   /usr/share/icons/hicolor/32x32/apps/vlc-xmas.xpm
 *   /usr/share/icons/hicolor/128x128/apps/vlc-xmas.png
 *   /usr/share/icons/hicolor/128x128/apps/vlc.png
 *   /usr/share/icons/hicolor/16x16/apps/vlc.xpm
 *   /usr/share/icons/hicolor/16x16/apps/vlc.png
 *   /usr/share/icons/hicolor/48x48/apps/vlc-xmas.png
 *   /usr/share/icons/hicolor/48x48/apps/vlc.png
 *   /usr/share/icons/hicolor/256x256/apps/vlc.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/vlc.desktop
 * Please make sure to call xdg_desktop_database_update()
 * in pkg_postinst() and pkg_postrm() phases of appropriate pkgs.
Comment 1 Larry the Git Cow gentoo-dev 2017-12-07 00:13:30 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=569c8108457eecb7ec522e163eae5386053d1085

commit 569c8108457eecb7ec522e163eae5386053d1085
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2017-12-07 00:08:40 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2017-12-07 00:13:21 +0000

    media-video/vlc: Needs gnome2-utils, xdg-utils
    
    Bug: https://bugs.gentoo.org/629388
    Package-Manager: Portage-2.3.16, Repoman-2.3.6

 media-video/vlc/vlc-2.2.9999.ebuild | 16 +++++++++++++++-
 media-video/vlc/vlc-3.0.9999.ebuild | 16 +++++++++++++++-
 media-video/vlc/vlc-9999.ebuild     | 16 +++++++++++++++-
 3 files changed, 45 insertions(+), 3 deletions(-)}
Comment 2 Andreas Sturmlechner gentoo-dev 2017-12-09 14:07:15 UTC
Fixed in 2.2.8, thanks.