]> code.ossystems Code Review - openembedded-core.git/commit
mime-xdg.bbclass: initial add
authorAndreas Müller <schnitzeltony@gmail.com>
Fri, 17 Jan 2020 21:29:06 +0000 (22:29 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 19 Jan 2020 13:24:31 +0000 (13:24 +0000)
commit20208d6763e725cea211f933ec1c8e32733a10af
tree726b7b15d08d3d6291f020afd6c993fffb1745dc
parentf1af99f3424ae3f66fa34f00756c397b35a6a7e2
mime-xdg.bbclass: initial add

When opening files by file-browsers on fresh images, user has to choose the
application to open from the pool af ALL known applications even those not
designed to open the file selected. By inheriting this classs in recipes the
assosiations in /usr/share/applications/mimeinfo.cache are build by calling
update-desktop-database.

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/mime-xdg.bbclass [new file with mode: 0644]
scripts/postinst-intercepts/update_desktop_database [new file with mode: 0644]