appimagetool - AppStreamData - launchable? Help!! #1244
Unanswered
kuiperzone
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Yes, the whole AppStream format can be a bit overwhelming, is complex, and is a moving target, making it hard to produce a correct one. Can you generate a working AppStream file using https://docs.appimage.org/packaging-guide/optional/appstream.html#using-the-appstream-generator? (What happens if you use |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm having difficulty with an AppStream metadata file. (I'll include my complete appdata.xml file below -- does it look right?)
If I DON'T put in the following line in appdata.xml:
I get the following error:
E: net.example.helloworld:~: desktop-app-launchable-missing
OK, so I put the above line into the file. But now I get the warning:
W: net.example.helloworld:~: desktop-file-not-found
Now, I've discovered I can make this warning go away by putting a copy of the
.desktop
file intousr/share/applications
. But this feels wrong, as the project already has a copy of the desktop file in the AppDir root. Moreover, I'm not sure the relative paths in the.desktop
file underusr/share/applications
would be correct anyway?How can I solve this error and warning?
net.example.AppId MIT MIT
Beta Was this translation helpful? Give feedback.
All reactions