[Bug 488174] Review Request: nimbus-theme-gnome - The Nimbus theme originally from Sun

bugzilla at redhat.com bugzilla at redhat.com
Wed Aug 5 07:23:18 UTC 2009


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=488174





--- Comment #24 from Matej Cepl <mcepl at redhat.com>  2009-08-05 03:23:16 EDT ---
(In reply to comment #21)
> You should also replace the OpenSolaris logo that replaces the GNOME foot with
> the Fedora Logo or fall back to the foot one.  

Added to %install

# removing OpenSolaris branding use start-here.png from Fedora
find $RPM_BUILD_ROOT%{_datadir}/icons/nimbus/ -name start-here.png \
    |while read FILENAME ; do
        NEWICON=$(echo $FILENAME \
            |sed -e
"s!$RPM_BUILD_ROOT.*nimbus\(.*\)\$!\.\./\.\./\.\./Fedora\1!")
        ln -sf -v $NEWICON $FILENAME
    done

(plus Requires: fedora-logos for nimbus-icon-theme)

Is that what you meant?

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the Fedora-package-review mailing list