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

Fedora Linux

292 readers
1 users here now

All about Fedora Linux

founded 5 years ago
MODERATORS
top 3 comments
sorted by: hot top controversial new old
[–] [email protected] 2 points 2 months ago

I rebased from the main Silverblue base image and am liking it quite a bit!

Still using nix home-manager instead of homebrew though. Was just working for me perfect already.

[–] [email protected] 1 points 1 month 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 1 month 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.