-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
False Positive on Unused Flatpak Packages for Pinned Runtimes #285
Comments
Hi, Thanks for the bug report! I'll investigate and try to come up with a fix soon. |
Yea, I've been there. I hope some day we get flatpak/flatpak#5499, that would make things easier ^^' |
Oh wow, I wasn't aware of this feature request, thanks for sharing! |
Turns out this can be fixed with the same mechanism I used in #104 to fix the similar issue there was with In practice, that means modifying the following line in the orphan_packages.sh lib script like so (addition of the
Would you be interested in contributing that fix via a pull request? |
Sure, I'll get on that real quick :) Thanks for the info! |
@RayJW Thanks a lot, that's really appreciated! While you're at it, do you mind replacing
|
Whoops, jumped the gun there. Sure, I'll add a commit for that real quick :) |
There is still another opened issue I'd like to be dealt with before tagging a new release. Another person was interested in opening a PR for it soon-ish. I will patch the Arch-Update AUR package to include this fix right now though, so you don't have to wait for the next release to enjoy the fix (assuming you use the AUR package) :) |
AUR package patched ;) |
Environment
Description of the bug
When running
arch-update
and Flatpak has pinned runtimes, it reports that there are unused runtimes, even if there are none.Screenshots / Logs
Additional context
I suspect that this is merely due to the way the output of
flatpak uninstall --unused
output is parsed.The text was updated successfully, but these errors were encountered: