]> glassweightruler.freedombox.rocks Git - waydroid.git/commit
data: Add a valid registered category to Waydroid.desktop for appstream
authorJoey Riches <josephriches@gmail.com>
Fri, 23 May 2025 22:26:19 +0000 (23:26 +0100)
committerAlessandro Astone <ales.astone@gmail.com>
Fri, 23 May 2025 22:37:29 +0000 (00:37 +0200)
commit6bdc82479a70a1bdbf5b5850911b799df572e609
tree7c55e277066cbbe26f10991af7a799ada448735f
parent60e96fa95d9aedd4dc2bdb80b17b4cc46565c210
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`.
data/Waydroid.desktop
tools/services/user_manager.py