New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
glibc, README.md and launchable tag #242
Comments
|
FWIW, GLib != glibc, those are different things - so if you find a newer version as a backport, you may try to update anyway. |
|
On a second, closer look: Isn't Mint 18.x based on Ubuntu Bionic (18.04)? That one has AppStream 0.12.0-3 in its repositories by default, and also contains GLib 2.56, so it should easily be able to build even the most recent version of AppStream. EDIT: Apparently Mint versioning is odd, looks like 18.x is based on the old Xenial release. So upgrading to the next LTS version is maybe also something to consider. You can also build in a chroot with the newer OS, or on the older OS with bundled libraries. There's a lot of options here. |
|
0.12.0 needs a higher glibc. AppStream 0.11.7 has warnings from meson and ninja fails early. 0.12.0 has gobject-introspection version problems (wants 1.54). 0.11.1 has cmake issues. This is not a hole I want to dig deeper. upgrading Mint or building in a VM, chroot, docker or vagrant is possible. and I'll consider it and using appImage metadata when I have nothing better to do. I really want to like AppImage because it seemed less intrusive and easier than flatpack or snap. It's not easier, for me. |
Hi, I'm using Mint 18.1 and trying to parse the metadata with appstreamcli. It doesn't like the 'launchable' tag in the xml. Research suggest this is because my repo's appstream is too old (0.10.6). I cloned the appstream repo to build and
The README needs to be updated with this value. I'm not going to update my system to match - I like to use an older system to build my project with. It looks like a dead-end for metadata in my appimages.
The text was updated successfully, but these errors were encountered: