>> List is getting long, figure I'd better post for others to
>> review...though
>> I plan to attack some of them.  Also, Xorg-7.5-3 items coming likely
>> tomorrow.
>>
>
> Oops..forgot one:

And more....

libunique-0.16 fails to build with new gtk, update to 0.22.

Gnome Icons Problem...
Rather than butcher makefiles, when completed with Gnome, to fix all the
missing icons in an alternate installation, do something like the following:

for file in \
    `find /opt/gnome-2.28.2/share/icons/hicolor/ -type f | \
     sed /icon-theme\.cache/d`
do
    ln -svf $file `echo $file | sed "s...@${gnome_prefix}@/usr@"`
done

May still be other issues here, and I'm not done yet...

/opt/gnome-2.28.2/share/nautilus/icons/hicolor/48x48/emblems/emblem-note.png
/opt/gnome-2.28.2/share/nautilus/icons/hicolor/16x16/emblems/emblem-note.png
/opt/gnome-2.28.2/share/nautilus/icons/hicolor/24x24/emblems/emblem-note.png
/opt/gnome-2.28.2/share/gnome-doc-utils/icons/hicolor/48x48/admon-bug.png
/opt/gnome-2.28.2/share/gnome-doc-utils/icons/hicolor/48x48/admon-note.png
/opt/gnome-2.28.2/share/gnome-doc-utils/icons/hicolor/48x48/admon-important.png
/opt/gnome-2.28.2/share/gnome-doc-utils/icons/hicolor/48x48/admon-caution.png
/opt/gnome-2.28.2/share/gnome-doc-utils/icons/hicolor/48x48/admon-warning.png
/opt/gnome-2.28.2/share/gnome-doc-utils/icons/hicolor/48x48/admon-tip.png



-- 
This message has been scanned for viruses and
dangerous content, and is believed to be clean.

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to