Skip to content
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

Number of Updates Found Not Matching Discover #2

Closed
jurassicplayer opened this issue Dec 17, 2022 · 2 comments
Closed

Number of Updates Found Not Matching Discover #2

jurassicplayer opened this issue Dec 17, 2022 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@jurassicplayer
Copy link
Owner

Kash @ Discord

it just tells me there are 3 updates available on the press of the middle, looking, these are Firefox, firefox translations (the locale flatpak for it), and the third one actually doesn't show up, and discover also shows only just 2 also. These don't seem to be masked and even with check on boot with unattended enabled, it will say updating 3 packages but nothing is actually started looking at the logger.

autoflatpaks.log

@jurassicplayer jurassicplayer self-assigned this Dec 17, 2022
@jurassicplayer jurassicplayer added the bug Something isn't working label Dec 17, 2022
@jurassicplayer
Copy link
Owner Author

Log shows that the three packages from flatpak updates are:

  • org.mozilla.firefox / stable
  • org.mozilla.firefox.Locale / stable
  • org.kde.KStyle.Adwaita / 6.4

org.kde.KStyle.Adwaita / 6.4 isn't installed on the console and flatpak updates wants to install it.

  • This one fails to get added to queue due to me filtering updates to only packages that are already installed
  • Maybe changing getLocalPackageList -> getRemotePackageList(updateOnly) could resolve this (?)
    • May cause issues with pinning older runtimes if I'm not careful.

@jurassicplayer
Copy link
Owner Author

Partially (if not fully) fixed by: 54ea164

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant