#1 RHEL-72900 Add soft link for fedora-gdm-logo.png to watermark.png in default plymouth theme spinner.
Opened a day ago by alaurie. Modified a day ago
rpms/ alaurie/plymouth c9  into  c9

file modified
+1
@@ -259,6 +259,7 @@ 

  # Drop glow, it's not very Fedora-y

  rm -rf $RPM_BUILD_ROOT%{_datadir}/plymouth/themes/glow

  

+ (cd $RPM_BUILD_ROOT%{_datadir}/plymouth/themes/spinner; ln -sf ../../../pixmaps/fedora-gdm-logo.png watermark.png)

  

  %ldconfig_scriptlets core-libs

  

Add in soft link to watermark.png in the plymouth spinner theme directory from the fedora-gdm-logo.png. This then enables the CentOS logo on boot with plymouth on default installation.

In Fedora /usr/share/plymouth/themes/spinner/watermark.png is installed by fedora-logos rather then being a symlink:

[hans@shalem ~]$ rpm -qf /usr/share/plymouth/themes/spinner/watermark.png  
fedora-logos-38.1.0-6.fc41.noarch

IMHO the proper fix for CentOS would be to add this file to the CentOS equivalent of fedora-logos.

Metadata