From: Joey Riches Date: Fri, 23 May 2025 22:26:19 +0000 (+0100) Subject: data: Add a valid registered category to Waydroid.desktop for appstream X-Git-Tag: 1.5.2~2 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/waydroid.git/commitdiff_plain/6bdc82479a70a1bdbf5b5850911b799df572e609?ds=inline;hp=6bdc82479a70a1bdbf5b5850911b799df572e609 data: Add a valid registered category to Waydroid.desktop for appstream ``` $ appstreamcli compose waydroid-install-prefix/ Automatically selected 'install/' as data output location. WARNING: Metadata origin not set, using 'example' Processing directory: install/ Composing metadata... Run failed, some data was ignored. Errors were raised during this compose run: id.waydro.waydroid E: no-valid-category Refer to the generated issue report data for details on the individual problems. ``` https://specifications.freedesktop.org/menu-spec/latest/category-registry.html This fixes composing waydroid into a catalog when using appstream. Without it waydroid will fail to be included in the catalog for distros that use `appstream-generator`. ---