this post was submitted on 27 Apr 2024
5 points (100.0% liked)

Fedora Linux

1651 readers
1 users here now

All about Fedora Linux

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 1 points 3 months ago (1 children)

Just installed Bluefin and I also like the way that the base OS, GUI apps and CLI programs are partitioned. I enable auto updates - does anyone know how I get informed that an update happened, and that I should reboot?

[โ€“] [email protected] 2 points 3 months ago

The main ublue variants (bluefin/aurora, bazzite) use ublue-update for updating.

This fixes many issues like not updating on metered connections or on low battery.

Have a look in there, maybe you can hook a notify-send -t 0 -a "Update" "Update finished" "reboot any time to apply them"

The -t 0 makes the message stay there forever until clicked. Otherwise you can enter a number in seconds.

You could also open a PR in their ublue upate. They dont want update messages as normies never update manually. So a config could enable this message opt-in.