Add support to register AppImage With Additional Actions to the IntegrationManager #138
Conversation
|
There should be more comments. What would be useful as well: I'd like to be able to add more regular keys to the main section. That's not supported as of now, is it? |
tests/libappimage/desktop_integration/integrator/TestDesktopEntryEditor.cpp
Outdated
Show resolved
Hide resolved
No, it's not supported right now. Would you mind to present an use case where such additional keys will not be the ones added by the libappimage |
…cation actions on the registerAppImage method
For example when writing the version of AppImageLauncher into a desktop file, which can be useful for debugging, or some hashes that have a meaning to AppImageLauncher (in the future I plan to add some features that require this kind of stuff). |
|
Those are very AIL specific things but seems reasonable to be able to add the capability of adding custom keys. what about:
|

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

Custom applications actions are added by AppImageLauncher and AppImageServices after the desktop file is created. This allows to add such actions when the desktop file is created.
Implements #137