


The official Mozilla builds use PGO (profile guided optimizations) while the Gentoo ebuilds do not, because Mozilla has a dedicated build farm and Gentoo is typically compiled on a user's system. Furthermore, the Linux version of Firefox does not get as much dev love as the Windows version for obvious reasons, which means it runs slower and might be buggier.chaseguard wrote:Sadly, for my Windoze boxes (which I must use for my "paying job") I see a crispier 3.5 FF. The 3.5 FF in Gentoo/Linux does not seem to get the same kick, but, that's just my unproven opinion. I will leave the topic open until the bug resolves just in case others miss the bug. Thanks a lot.

Code: Select all
cd /opt/firefox
rm -rf plugins
ln -s /opt/netscape/plugins .
Code: Select all
ls -l ~/.mozilla/pluginsCode: Select all
about:pluginsCode: Select all
Shockwave Flash
You may be interested in comment# 4 here: http://bugs.gentoo.org/show_bug.cgi?id=280846chaseguard wrote:Using flash (You Tube) works fine until I click the "full screen mode" on the flash player. At this point, firefox completely disappears and closes. When restarted firefox show the "embarrassing" screen stating that it lost some windows. This is consistent (happens everytime). Anyone else have this flash problem?
Code: Select all
LD_PRELOAD="/usr/lib/libGL.so" firefoxUmm ... I tried this. And it didn't work for me.ppurka wrote:You don't need to downgrade or uninstall flash. Just call firefox like this:You can create a new .desktop file in ~/.local/share/applications to make it take effect. For the terminal, you can create an alias in ~/.<your shell>rcCode: Select all
LD_PRELOAD="/usr/lib/libGL.so" firefox
Or, you can modify /usr/bin/firefox to contain that environment variable.
