Two difficulties found:

One is not relevant for the book:

1.

I used to install the language pack in:

/usr/lib/firefox-$version/extensions

Did not work.

Now, it works in:

/usr/lib/firefox-$version/browser/extensions

Following might be relevant for the book:

2.

mozicon128.png is now in:

/usr/lib/firefox-$version/browser/icons/mozicon128.png

In the book:

ln -sfv /usr/lib/firefox-21.0/icons/mozicon128.png \
        /usr/share/pixmaps/firefox.png

is broken. I have to use:

ln -sfv /usr/lib/firefox-21.0/browser/icons/mozicon128.png \
        /usr/share/pixmaps/firefox.png



-- 
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