Comment 34 for bug 162993

Revision history for this message
Reed Loden (reed) wrote :

For Firefox 3, we're going to use GTK stock icons for many of the icons used in the browser. Unfortunately, it seems that 64-bit users are missing the needed 32-bit gnome libraries to use the GTK stock icons. See https://bugzilla.mozilla.org/show_bug.cgi?id=402742 for more information.

Comment #25 in the Mozilla bug states the following:
******
here's the issue:

ldd components/libimgicon.so |grep "not found"
        libgnomeui-2.so.0 => not found
        libbonoboui-2.so.0 => not found
        libgnome-keyring.so.0 => not found
        libgnome-2.so.0 => not found
        libgnomevfs-2.so.0 => not found

The ia32-libs Ubuntu package does not contains all of the needed 32bit gnome
libraries for accessing the stock icons. I can also confirm that I see no icons
in the toolbar with the latest nightly.
******

It would be great if these missing libraries were added to the ia32-libs Ubuntu package so that users could use the GTK stock icons again. Thanks!