-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
AppStream metadata needs to be updated #59220
Comments
Thanks @sebastic do you directly want to open a pull request? |
No, because my patch is incomplete. Someone familiar with the translation infrastructure needs to make the changes for the AppStream description. |
I sat down to also fix the description translations: Due to changes on master it doesn't apply. |
Can you please provide a Pull Request? |
That patch only applies to 3.34, will someone else forward port it to 3.40 after I submit a PR for the 3.34 branch? |
PRs available for 3.34/3.40/master since I don't expect anyone to adapt my patch for the other branches. |
What is the bug or the crash?
The lintian QA tool reported an issue validating the AppStream metadata using
appstreamcli validate-tree
.Issues in question:
This patch resolves some of the issues:
The screenshot is removed because the new website doesn't seem to offer an alternative.
The paragraphs in the description tag must be translated to resolve metainfo-localized-description-tag error.
https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-description
scripts/ts2appinfo.py
will need to be updated to insert<p xml:lang="eo">
elements after the existing untranslated<p>
element within the description element. This also requires changing all the translations to not include<p>
and</p>
in the source and translation messages.This patch can be used in the mean time to not included the erroneous
<description xml:lang="eo">
elements:Steps to reproduce the issue
Versions
<style type="text/css"> p, li { white-space: pre-wrap; } </style>Active Python plugins
quick_map_services
0.19.34
grassprovider
2.12.99
processing
2.12.99
db_manager
0.1.20
MetaSearch
0.3.6
Supported QGIS version
New profile
Additional context
No response
The text was updated successfully, but these errors were encountered: