Philip Withnall
Philip Withnall
It’s causing input sources to appear with the wrong icon in gnome-software. See https://gitlab.gnome.org/GNOME/gnome-software/-/issues/1483 There’s no need to add a default icon to input sources because [it’s not required by...
If I run the following two commands, I get different results, and `appstreamcli` seems to catch more problems: ``` $ appstream-util validate-relax /usr/share/metainfo/org.fedoraproject.material-icons-fonts.metainfo.xml /usr/share/metainfo/org.fedoraproject.material-icons-fonts.metainfo.xml: OK $ appstreamcli validate /usr/share/metainfo/org.fedoraproject.material-icons-fonts.metainfo.xml I:...
[`appstream-glib.map`](https://github.com/hughsie/appstream-glib/blob/master/libappstream-glib/appstream-glib.map) currently exports every symbol which starts with `as_`. However, [various `*-private.h` headers](https://github.com/hughsie/appstream-glib/blob/master/libappstream-glib/as-agreement-section-private.h) have symbols which start with `as_`, which means that those symbols are exported as public API from...
It would be good to have a mode or option to show the carbon cost of the infrastructure as well as / instead of the monetary cost. This isn’t necessarily...
### Preflight Checklist - [x] I have read the [Contributing Guidelines](../blob/trunk/CONTRIBUTING.md) for this project. - [x] I have searched the issue tracker for an issue that matches the one I...
See the commit messages. This adds a new `` kind to requires/recommends/supports, both in the spec and in libappstream. It includes unit tests. Fixes: #343
For [some functionality we want to implement in gnome-software](https://gitlab.gnome.org/GNOME/gnome-software/-/issues/1626) it would be useful to have an API like: ``` const gchar *as_license_get_name (const gchar *license_id); ``` It would return a...
It would be interesting to expose metadata about whether an application requires or recommends internet access to work, or whether it can work fully offline. For users who have limited...
As suggested in [an issue filed against gnome-software](https://gitlab.gnome.org/GNOME/gnome-software/-/issues/1697), it would be slightly useful if screenshots in a metainfo file could have an attribute which indicates whether they’re of the full-size...
A lot of projects use Markdown formatting for their NEWS file now, since it’s human-readable, but also well defined as machine readable, and is rendered automatically when viewed online in...