From f3ea54c793797a11a772ff072cc853918495d0a5 Mon Sep 17 00:00:00 2001 From: Alex Laurie Date: Fri, 6 Dec 2024 16:23:49 +1000 Subject: [PATCH] Almalinux change: Add in the symlink for fedora-gdm-logo.png to watermark.png in the spinner theme directory to ensure the AlmaLinux watermark is displayed in plymouth. --- plymouth.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plymouth.spec b/plymouth.spec index df2e742..957eb3c 100644 --- a/plymouth.spec +++ b/plymouth.spec @@ -270,6 +270,8 @@ cp $RPM_BUILD_ROOT%{_datadir}/plymouth/themes/glow/{box,bullet,entry,lock}.png $ # Drop glow, it's not very Fedora-y rm -rf $RPM_BUILD_ROOT%{_datadir}/plymouth/themes/glow +# add in the watermark to spinner and bgrt +(cd $RPM_BUILD_ROOT%{_datadir}/plymouth/themes/spinner; ln -sf ../../../pixmaps/fedora-gdm-logo.png watermark.png) %ldconfig_scriptlets core-libs