Bluefin will now be a community supported image for Framework laptops, thanks to our collaboration with them! My friend Chris Short bought a Framework laptop...
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?
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.
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?
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.