Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 631840 - app-text/mupdf-1.11-r2: desktop mimeinfo cache not updated
Summary: app-text/mupdf-1.11-r2: 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
Assignee: Virgil Dupras (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-23 14:36 UTC by Arfrever Frehtes Taifersar Arahesis
Modified: 2018-11-25 21:21 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-23 14:36:42 UTC
* QA Notice: .desktop files with MimeType= were found installed
 * but desktop mimeinfo cache has not been updated:
 *   /usr/share/applications/mupdf.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 2018-11-25 21:21:08 UTC
Based on contents of ebuilds, problem was probably fixed in app-text/mupdf-1.12.0 which started to use xdg.eclass:
https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4a4dfe71cde92b2eaa38c774d19eeb002d00236

xdg_pkg_preinst() sets XDG_ECLASS_DESKTOPFILES array and xdg_pkg_postinst() calls xdg_desktop_database_update() if this array is non-empty.