if anyone else loves bluefin but not its dinosaurs, here’s a mod you can put in your buildfile. I call it “Extinction”
dnf5 -y remove bluefin-plymouth
dnf5 -y reinstall plymouth-system-theme
dnf5 -y swap bluefin-logos fedora-logos
sed -i '/picture-uri/ s/^/#/' /usr/share/glib-2.0/schemas/zz0-bluefin-modifications.gschema.override
glib-compile-schemas /usr/share/glib-2.0/schemas
QUALIFIED_KERNEL="$(rpm -qa | grep -P '^kernel-\d+\.\d+\.\d+' | sed -E 's/^kernel-//')"
/usr/bin/dracut --no-hostonly --kver "$QUALIFIED_KERNEL" --reproducible -v --add ostree -f "/lib/modules/$QUALIFIED_KERNEL/initramfs.img"
chmod 0600 "/lib/modules/$QUALIFIED_KERNEL/initramfs.img"
Sorry, Jorge.
klmcw
October 9, 2025, 5:30pm
3
In all seriousness though - most of us love the dinosaurs. There is no rational reason for my great anticipation for the next image to show up.
Except that your art work is really enjoyable.
Thanks for your contribution @Chandeleer .
Updated for the common image changes
dnf5 -y reinstall plymouth generic-logos
dnf5 -y swap generic-logos fedora-logos
sed -i '/picture-uri/ s/^/#/' /usr/share/glib-2.0/schemas/zz0-bluefin-modifications.gschema.override
glib-compile-schemas /usr/share/glib-2.0/schemas
QUALIFIED_KERNEL="$(rpm -qa | grep -P '^kernel-\d+\.\d+\.\d+' | sed -E 's/^kernel-//')"
/usr/bin/dracut --no-hostonly --kver "$QUALIFIED_KERNEL" --reproducible -v --add ostree -f "/lib/modules/$QUALIFIED_KERNEL/initramfs.img"
chmod 0600 "/lib/modules/$QUALIFIED_KERNEL/initramfs.img"
zilexa
May 22, 2026, 10:44pm
6
Will this survive updates?
I love the dino designs. Just like I love a Rembrandt. Doesn’t mean I want to see either as my wallpaper
I prefer the nature wallpapers that for example Bing Wallpaper shows me (it’s a very neat Gnome extension. Much better than the official app on other platforms).
yes unless something else in the pipeline changes and it breaks again.