-
-
Notifications
You must be signed in to change notification settings - Fork 67
Fix deprecated top-level developer_name in AppData XML #387
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
Fix deprecated top-level developer_name in AppData XML #387
Conversation
Let me clarify that |
Thanks for the contribution. |
The release of
I found that the result of this PR still validates with I assume that the developer information might not be properly displayed in app stores / software centers that don’t use |
As of
Per https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-developer, “The element should have a I’m modifying this PR to propose using |
Use the name element in a developer block instead, as recommended by appstreamcli 1.0.0.
4ea9b15
to
b7d70ba
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AppStream 1.0.x is now available both on our Flatpak platform and OS 8, which is based on Ubuntu 24.04 LTS, so it's good time to this migration.
Use the
name
element in adeveloper
block instead, as recommended byappstreamcli
1.0.0.This fixes all warnings when validating the AppData XML file, although there are still informational messages: