Richard Hughes
Richard Hughes
We've got a legacy list of https://github.com/hughsie/appstream-glib/blob/master/libappstream-glib/as-stock-icons.txt -- I think the idea nowadays is that applications should be shipped with their own app icon rather than relying on one from...
Yes, that list is deliberately conservative. The logic is that if we don't ship an icon then we need to be 100% sure the users icon theme (or fallback) has...
What's the build error? Does appstream-glibb use anything from stdint? I'd expect it to be one of its deps really.
How much does this affect the size of something like the Fedora metadata? Certainly `en_GB` is 99.9% the same as `C` although I do concede that gzip should dedupe this...
> and they are the ones using this heuristic to fallback missing translations Old versions of gnome-software use appstream-glib to get the "best" translation, so it should be enough to...
I'm guessing this wasn't tested :) The XML file is the same size, even post decompression. I think this patch needs to drop `AS_NODE_INSERT_FLAG_DEDUPE_LANG` -- I'm just running the generator...
> Hey there, is there anything blocking this PR? Well, there's CI failure and the fact that the patch doesn't work, but other than that...
Hmm, that installed test is just calling the same executable a user would call -- but if you really want TAP output I guess we can add it as an...
I'm mad busy with RHEL 8 at the moment, but I'd gladly merge a PR if you can see the bug :)
> Probably its good idea to switch to the Pkgconfig-module.md module A PR for this would be most welcome. I did the Meson port before this module existed.