[Fedora Silverblue] Why are these updates still shown to me?
from KISSmyOSFeddit@lemmy.world to linux@lemmy.ml on 13 Jun 06:30
https://lemmy.world/post/16475168

I’ve activated automatic updates in Gnome Software Center. Now more and more updates are shown to me here. Even after a reboot, the update notifications are still there.
If I manually click on “update all” and reboot, the update notifications disappear, but I actually thought, after reading the documentation, that updates would require no action from me at all, and that’s what I want.

The weird thing is, the installed programs themselves claim to already be on the new, updated version.
So why are the updates still shown in the Software Center?

#linux

threaded - newest

sirico@feddit.uk on 13 Jun 06:40 next collapse

flatpaks would be my first goto

edinbruh@feddit.it on 13 Jun 07:23 next collapse

Distributing software is not instantaneous. Assuming that Mozilla has already sent the update to flathub, it will take some time before it’s validated and available for download.

If instead of flatpak you had used native packages, you would be in the same situation, as fedora’s update system keeps updates in testing until enough people say it’s fine.

If you wanted to get the update as soon as possible, you would have to download the prebuilt binary from Mozilla, but then you would have to update manually and everything.

Just be patient for a few days.

Max_P@lemmy.max-p.me on 13 Jun 07:41 next collapse

But it’s already up to date. It shows updates to the version they’re already using.

muhyb@programming.dev on 13 Jun 07:42 next collapse

I think they are asking, why it shows it needs to update even though they already have the updated versions.

TrickDacy@lemmy.world on 13 Jun 12:23 collapse

Maybe look at the post before responding haughtily?

kenkenken@sh.itjust.works on 13 Jun 08:14 next collapse

You are using Firefox installed through flatpak, but the base image also contains Firefox. Even if you remove it with rpm-ostree override remove it will continue be showed in the list of updates. I’m not sure for GNOME Software because I don’t use it. And what is for Signal, maybe it’s a GNOME Software issue.

Sentau@discuss.tchncs.de on 13 Jun 08:34 next collapse

Well for Firefox, the one getting updated is the native rpm version which is part of the standard Silverblue install while the one already updated is the flatpak version. The native version is just called ‘Firefox’ while the one from flatpak is called ‘Firefox Web Browser’ if I remember correctly. I have no idea why signal is showing up there. Maybe it is a bug.

Also next time a system update is shown in GNOME software, check using rpm-ostree status to see if any updated image is staged. If yes, then you don’t have to bother with gnome software - when you shutdown or reboot, the update will automatically be applied.

BakedCatboy@lemmy.ml on 13 Jun 11:47 collapse

Those might be flatpak “refreshes”, which show up as “updating to the same version”. As described by a flatpak maintainer, sometimes an app or runtime gets updated without changing the user-facing version number. I assume that’s what you’re seeing here.

KISSmyOSFeddit@lemmy.world on 13 Jun 19:49 collapse

the version change is right there in the screenshot.

BakedCatboy@lemmy.ml on 13 Jun 21:05 collapse

The screenshot doesn’t show any version change to signal - the version number is the same, so I was just answering why you might see an update like that since I thought that was part of your question.