-
I got errors like this https://www.freedesktop.org/software/appstream/docs/chap-Validation.html#asv-cid-maybe-not-rdns But I can not find a good explanation how to build the rdns. The rdns from the generator is not good enough because it include names of code hosters (e.g. "github" for Microsoft GitHub) which makes absolute no sense to me because code hosters are not a persistent element. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Well, the rDNS is created from the website of your application. If that is on GitHub/GitLab/etc, then that's the ID you need. |
Beta Was this translation helpful? Give feedback.
It is required that it is an existing domain - otherwise the DNS can't ensure uniqueness.
You can use another domain, but it still has to reliably identify your project somehow (you can use GitLab for example, or any other open-source site... Or a blog at Wordpress, etc, whatever you like as long as the TLD exists and the parts after the TLD identify your project reliably).
For example, if AppStream wasn't a Freedesktop.org project (with an
org.freedesktop.appstream
ID) it could beio.github.ximion.appstream
.