.
Please file a separate bug for the stabilization request.
*** Bug 485700 has been marked as a duplicate of this bug. ***
both fx/tb-24.0 are now in the mozilla overlay for testing, soon as I have some feedback I will land them in the tree.
Source builds are landed, you can expect them to show on mirrors shortly. If -bin maintainer is unable to handle tb-bin-24.0 in next few days I will work on getting it done.
I think, something isn't right (at least with firefox-24). There's no flash anymore - actually no plugins at all are listed.
(In reply to Sven from comment #5) > I think, something isn't right (at least with firefox-24). There's no flash > anymore - actually no plugins at all are listed. I can confirm this. Following commands were removed from ebuild: # Ensure that are plugins dir is enabled as default sed -i -e "s:/usr/lib/mozilla/plugins:/usr/lib/nsbrowser/plugins:" \ "${S}"/xpcom/io/nsAppFileLocationProvider.cpp || die "sed failed to replace plugin path for 32bit!" sed -i -e "s:/usr/lib64/mozilla/plugins:/usr/lib64/nsbrowser/plugins:" \ "${S}"/xpcom/io/nsAppFileLocationProvider.cpp || die "sed failed to replace plugin path for 32bit!"
Temporary workaround that works on my system: $ sudo ln -s /usr/lib64/nsbrowser/plugins /usr/lib64/firefox/browser/plugins
(In reply to Alexander Tsoy from comment #7) > Temporary workaround that works on my system: > > $ sudo ln -s /usr/lib64/nsbrowser/plugins /usr/lib64/firefox/browser/plugins Alexander this is wrong bug, we are fixing it right now.
thunderbird-bin-24.0 now avaliable in tree.