On Wed, Dec 06, 2006 at 11:18:23PM +0100, Gianluigi Tiesi <[EMAIL PROTECTED]> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Mike Hommey wrote: > > On Wed, Dec 06, 2006 at 08:22:11PM +0100, Gianluigi Tiesi <[EMAIL > > PROTECTED]> wrote: > >> -----BEGIN PGP SIGNED MESSAGE----- > >> Hash: SHA1 > >> > >> hmm no, it uses binaries stuff only on windows (you can look into the xpi) > >> and also I was using it with firefox 1.5 on same debian amd64 system > >> without > >> problem, also upgrading the profile to iceweasel still works but with some > >> issues, > >> new installations are broken > > > > I don't know how you installed it in firefox 1.5, but the extension does > > say its target platform is windows: > > > > $ wget http://dl.google.com/firefox/google-toolbar.xpi > > $ unzip google-toolbar.xpi > > $ grep em:targetPlatform install.rdf > > <em:targetPlatform>WINNT</em:targetPlatform> > > > > The may have been a bug in firefox 1.5 that made it possible to install > > the extension, but the fact is, this extension tells firefox/iceweasel > > not to install it on something else than a windows build. > > > > Closing this non-bug. > > > > Mike > not correct, download firefox2 from mozilla.org > run it (firefox --no-remote or iceweasel will run) > > now google page doesn't bail to mozilla.org > and you can safely install the extension, > then run iceweasel and automagically you'll > have google toolbar. > > I also have same problem with icedove and __LINUX__ version > of enigmail. > > please don't close bugs without at least checking > (google reports linux compatibility in the page) > thx
I did check, as the wget/unzip/grep part shows. The fact is... they filter by user agent on the xpi file... so you can just get http://dl.google.com/firefox/google-toolbar-linux.xpi, it's much better. But this xpi contains components, which are linked against libstdc++5, and built with gcc 3, which is not compatible with iceweasel (linked against libstdc++6 and built with gcc 4). That it works with upstream tarballs is normal, it's built with gcc 3 and linked against libstdc++5... It's always been like this and won't change. What did change though, is that version 2.0 now refuses to install extensions when they are not compatible. What you're doing by installing the google toolbar with upstream firefox 2.0 and running the same profile (yep, profiles are shared) with iceweasel works around the check, since obviously it's only done at install time. Not at startup time. If that's the bug you care about, then I'll retitle and reopen it. Mike -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

