-
Notifications
You must be signed in to change notification settings - Fork 70
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
[Question] What to say to app dev when "is not a proper AppImage", "too short" ? #276
Comments
For the |
Hmm, I searched "zsync" in the app's whole repo and found no result. Could it be non-applicable ? The app is Stellarium. Thanks |
Specifically it's this block that's causing the error, but it's non critical and doesn't cause the image to not work. I'll check out the AppImage to see why it's saying it's not an AppImage when I get home. |
Thanks to #271, the message should now be more explicit. Please comment here if you think this is still not fully resolved. Thanks! |
How about a documentation explaining the author how to fix it ? Thanks |
But, the first link says can and the second uses may, so it's optional ? |
Yes, update information is optional (but highly recommended) to have. |
Then please remove this altogether, as it's not an error. |
Where are you seeing this? For an AppImage that contains no update information at all, or one that contains bad (too short) update information? |
As I mentioned, the app is Stellarium. Thanks |
The Stellarium AppImage contains the string "None" as update information. The string "None" is not valid update information. Hence, the AppImage is not a valid AppImage.
If the Stellarium developers would like to produce an AppImage that contains no update information, then they should not put the string "None" there but null bytes ( |
Opened an upstream issue: |
Thanks, I was looking into the origin of this as well and found the same value (you selected one wrong line below the actual one in the qt6 file though). So, what value should they be using instead ? They're building the AppImage with The documentation doesn't really say : https://appimage-builder.readthedocs.io/en/latest/reference/recipe.html#appimage Thanks |
That would be a question for the appimage-builder team. If I may have a wild guess, just leave away the entire line? |
Well, actually, have a look at this : So yes it's optional, but it would still use "none" by default 🤔 And there are many examples using it in there : https://github.com/AppImageCrafters/appimage-builder/tree/61c8ddde9ef44b85d7444bbe79d80b44a6a5576d/recipes |
In any case, then it needs to be fixed there. "None" is not a valid value for update information. |
Hello @KaKi87 Please check the fresh version (development snapshot) of Stellarium as mentioned by @alex-w here: |
Hi,
I'm using an app for which appimaged throws this error, but it doesn't explain much, and it doesn't prevent the app from working normally, so if I report it as is to a dev, I'm probably gonna get rejected like "it's the third party launcher's problem, not mine".
So, if it's truly the app's responsibility, then is there additional information supporting this statement that I could add, and if possible, suggestions ?
Actually, what would be even better is if you could write a special fixing documentation that I could link to (and add that link to the notification message).
Thanks
The text was updated successfully, but these errors were encountered: