On 1/15/06, Craig Colton <[EMAIL PROTECTED]> wrote: > You should have a "default.xpm" icon in /usr/lib/firefox-1.5/icons. I think > this is what the KDE window manager uses. If you don't have one, you may have > to move one from your source folder, or your firefox-1.0 directory. > > No idea why it doesn't get installed properly.
Not true. This is the icon the kde manager uses, but the default one sent to any window manager is in /usr/lib/firefox-1.5/chrome/icons/default. This is a bug in the Firefox build system that it's not installed. One fix is in the blfs svn page: http://www.linuxfromscratch.org/blfs/view/svn/xsoft/firefox.html Particularly, install -v -m755 -d /usr/lib/firefox-1.5/chrome/icons/default && ln -v -s ../../../icons/default.xpm \ /usr/lib/firefox-1.5/chrome/icons/default Make sure there's something in this directory. -- Dan -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
