appstream-generator icon indicating copy to clipboard operation
appstream-generator copied to clipboard

A fast AppStream metadata generator

Results 17 appstream-generator issues
Sort by recently updated
recently updated
newest added

Hi, Version `0.9.1+git18.g5aae3d9` (current `latest/stable`) of the appstream-generator snap package from 25 February 2024 fails to run with the following error: ``` /snap/appstream-generator/165/usr/bin/appstream-generator: symbol lookup error: /snap/appstream-generator/165/usr/lib/x86_64-linux-gnu/libappstream.so.5: undefined symbol: g_string_free_and_steal...

Some Linux distributions as well as FreeBSD OS install 3rd party software into a prefix that differs from "/usr". This change makes asgen work in such cases.

Due to recent appstream generation infrastructure issue (https://forums.debian.net/viewtopic.php?p=783933), metadata was not updated for apps. AS went live again yesterday, but I'm not yet seeing the updated metadata. It's quite difficult...

Currently, there is no contact email in https://appstream.debian.org/. Debian Appstream was not updated for close to a month ( https://forums.debian.net/viewtopic.php?p=783933 ), and there was no contact email in the webpage...

From https://appstream.debian.org/logs/2023/10/02_0810.log ``` 2023-10-02 08:10:02 - INFO: AppStream Generator 0.9.1, AS: 0.16.2 [Debian] 2023-10-02 08:10:02 - INFO: Scanning new packages for experimental/main [amd64] ``` It appears that Debian runs an...

From https://gitlab.gnome.org/GNOME/gnome-software/-/issues/2288 GStreamer Multimedia Codes should not have same names. This is confusing in `gnome-software`. ### GNOME Software update page showing duplicate entries ( entries with same label ): ![gstreamer-same-names-not-duplicates](https://github.com/ximion/appstream-generator/assets/128038884/d10355cf-fc9b-4a60-9618-e8dfd7679fb6)...

bug

There is no version information to see which version has the issues mentioned there. https://appstream.debian.org/sid/main/issues/firefox.html https://appstream.debian.org/sid/main/issues/firefox-esr.html In above links, as there is an error there is no equivalent metainfo page...

While testing my own asgen backend I tried processing a package for the [Stellarium](https://stellarium.org) project. It took more than 2 hours to process it. A little debugging revealed that the...

enhancement

When running `asgen` on FreeBSD I get the following crash on extremely rare occasions: ``` (process:83731): GLib-CRITICAL **: 14:00:59.457: g_atomic_ref_count_inc: assertion 'old_value > 0' failed Thread 1 received signal SIGBUS,...

bug

As I am experimenting with appstream-generator, I found the path structure inconvinient. appstream-generator concat `section` and `architecture`. Which enforces the path `section/architecture/os` - and I found no way to customize...

enhancement