> 1. Install the Fedora-logos-1.1.29 source rpm file. > > rpm -ivh fedora-logos.src.rpm (note the src.rpm extension) > > 2. Rebuild the original fedora-logos source > cd /usr/src/redhat/SPECS > rpmbuild -bp fedora-logos.spec > > then i modified the source *.png in > /usr/src/redhat/BUILD/fedora-logos-1.1.29/pixmaps > Dear abayomi onibudo, I think you went wrong here. Follow the steps given below for changing the PNG. # rpm -ivh fedora-logos.src.rpm change to the SOURCE tree # cd /usr/src/redhat/SOURCES # tar -zxvf fedora-logos.tar.gz This tarball contains all the images that are being displayed in anaconda and desktop. Browse thru the directory and make necessary changes (I don't whether this is an infringement of GPL) Now compress the newly built package # tar -zcvf fedora-logos.tar.gz fedora-logos Change to the RPM_ROOT # cd /usr/src/redhat # rpmbuild -ba SPEC/fedora-logos.spec. Now that your RPM is ready and can check it by using #rpm -Uvh --force fedora-logos.rpm All the other steps that you followed are OK. I think your problem is due to the rebuilding the rpm. However check out these and let me know the result regards Manilal