Added flatpak support#37
Merged
savely-krasovsky merged 6 commits intosavely-krasovsky:masterfrom Apr 23, 2025
Merged
Conversation
Owner
|
Looks good! I could merge it after SpellCheck lint fixes. |
Owner
|
Thank you! Will release it soon in AUR. |
Owner
|
@gauner666 sorry for the delay! I forgot to prepare a release. Now it should be available! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi, this commit adds flatpak notification support, if there are any updates on your installed flatpak apps.
I've added the flag -p --flatpak to enable the check. By default it's not used.
It happens quiet often, that flatpak updates do not receive a new version number as the software underlying the flatpak is not updated by itself. To not confuse people by showing an update from the installed version by the same version (ex. version 1.01 -> 1.01), in case the flatpak does not have a version or the update does not increment the version, the commit id of the flatpak is shown.
Info: As the flatpak update command does check for updates online, although the flag --cached is used, this can be energy consuming for devices not attached to the grid, and bandwith consuming, during the "offline" checks.