You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the AppImage build can finish because of this warning:
WARNING: appstreamcli command is missing, please install it if you want to use AppStream metadata
After apt-get install appstream on Ubuntu 22.04, or switch to Ubuntu 24.04:
……
AppStream upstream metadata found in usr/share/metainfo/aegisub.appdata.xml
/home/runner/work/Aegisub/Aegisub/appimage/appdir should be packaged as Aegisub-x86_64.AppImage
Trying to validate AppStream information with the appstreamcli tool
In case of issues, please refer to https://github.com/ximion/appstream
aegisub.appdata.xml
W: aegisub.desktop:3: cid-desktopapp-is-not-rdns aegisub.desktop
I: aegisub.desktop:65: nonstandard-gnome-extension kudos
I: aegisub.desktop:87: developer-name-tag-deprecated
I: aegisub.desktop:~: developer-info-missing
✘ Validation failed: warnings: 1, infos: 3
Failed to validate AppStream information with appstreamcli
run_external: subprocess exited with status 3
The text was updated successfully, but these errors were encountered:
0tkl
linked a pull request
May 22, 2024
that will
close
this issue
Essentially, the org.archit3cht.aegisub.appdata.desktop ought to be placed in the folder something.AppDir/usr/share/applications.
Then symlink this file into the something.AppDir folder as described in AppImage documentation.
Currently the AppImage build can finish because of this warning:
After
apt-get install appstream
on Ubuntu 22.04, or switch to Ubuntu 24.04:The text was updated successfully, but these errors were encountered: