-
Notifications
You must be signed in to change notification settings - Fork 27
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
Add support to register AppImage With Additional Actions to the IntegrationManager #138
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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:
|
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