How is update checking and notification done on kinoite?
Silverblue is doing a daily rpm-ostree run in the background (as you can see with journalctl -f -u rpm-ostreed), but on kinoite nothing like this happens.
Maybe there are some additional conditions on kinoite to check for updates, like laptop on battery vs ac power or maybe just checking every N days?
HI, here on my Kinoite I see the update icon appear almost every day. It’s an icon related to the Discover program, when clicking it Discover is opened and I see which updates there are.
If you want to know if there are updates then manually open Discover and in the top left corner choose Updates (or Fetching Updates when there are any).
It is strange you don’t receive update notifications. Did you set the system up with automatic updates enabled?
Can you type the following code in the terminal:
rpm-ostree status
and copy-paste the result here using the button so text will be readable here.
Hm. Here’s what I did: I got silverblue installed with all settings default. Silverblue was performing these daily update checks (and notifications in case there have been updates available), as I could confirm by watching journalctl -f -u rpm-ostreed.
But then I rebased my installation to kinoite.
Again, I was watching output of journalctl -f -u rpm-ostreed, but nothing is happening anymore, which means that Discover or whatever SW is invoking rpm-ostree does not do its job.
…and we are talking atomic and immutable, so, I am expecting that the rebase to kinoite gave me a ‘real’ kinoite (besides the flatpack apps). Rebasing back to silverblue results in those daily updates.