05.30.08

MIA: Firefox titlebar icon

Posted in Linux at 14:42 by Arkham

I just installed firefox3 beta and I realized that the little icon in upper right corner of the application (the titlebar) had just disappeared leaving a pretty sad spot in my eyesight.
After symlinking a hundred of different images in $FIREFOX_DIR and /usr/share/pixmaps I finally discovered the right one:

cd /opt/mozilla/lib/firefox-3.0/
mkdir -p chrome/icons/default/
cp icons/default.xpm  chrome/icons/default/default.xpm

If the same problem happens while you’re using the normal Firefox just change /opt/mozilla/lib/firefox-3.0 into /usr/lib/firefox ;)

Leave a Comment