-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
Define creation metadata of the AppImage instance #24
Comments
Should this describe the AppImage itself (the self-mounting compressed filesystem - e.g., ISO9660 files have metadata embedded about what software was used to create the ISO file), or should this describes whatever happens to be inside the AppImage? From your description above, I can see aspects of both. E.g., what features are enabled in the payload application is a function of the payload, not the AppImage itself. Whereas the creation date is a property of the AppImage itself. Who created the AppImage should ideally always be the same entity as the application developer (as we would like to promote "upstream packaging"), and can be verified by checking the signature that is optionally embedded inside the AppImage. |
To separate concerns, I am happy to restrict this very issue to the metadata about the container instance itself. Though I am also a bit unsure where to make the cut when it comes to the description on the container what is inside the container ;)
While upstream packaging surely would be ideal, reality though might be that things will be distributed and there might be competing (for the good) instances of people doing AppImages for given application sources. After all, CopyLeft software encourgages that also a bit, there might be a scene of people remastering software and enriching things e.g. with custom plugins (ideally with good ones ;) ). |
When you run the AppImage with
True, but for "normal users" it's safest to only run AppImages that are coming from the application project's official download page. |
I fear you lost me here, I mean as in metadata/description. Not the actual bits and bytes and how they might be arranged by file blobs. But like you write content listing on a box, so it's obvious what is inside. Including production date, best-before date, perhaps production cycle. Or the color, if color is an option for the content. So anything which keeps this instance separate from others or might be otherwise interesting for the consumer.
I might not make friends with application projects, but for normal users it's securest to only run AppImages coming from qualified AppImage creators ;) |
As there can be not only one, but multiple people creating AppImage bundles for a given application software of the same application version (e.g. with certain features added/removed, using different AppImage creation systems or a different base system), it would be helpful to have some more specified metadata entries about the entity which created the given AppImage instance.
Fields which might be handy here (looking also losely at Dublin Core metadata terms):
All such fields might be optional.
As consumer of AppImage instances such information would be handy if I am to manage multiple AppImage instance variants of some software, e.g. when testing which one works best for me.
The text was updated successfully, but these errors were encountered: