The Firebug 1.0 public beta doesn't render the graphical parts of the
tabs. Nor does it render the icons used for "Open in new window" or
"Close".
Regards,
Richard
For right now, I'm going to do that, but it's not my favorite long-term
fix.
They changed the build system which makes Firefox not to look in the
platform/Linux directory for the platform specific chrome manifest, but
in platform/linux-gnu instead.
There's an open bug report about that:
https://launchpad.net/distros/ubuntu/+source/firefox/+bug/68663
(The technical details is that they changed the way OS_TARGET should be
computed).
The hack to get around this would be to copy the platform/Linux
directory into platform/linux-gnu in the extension.
Regards,
Sylvain
On Dec 4, 4:33 pm, "sylvain.pas...@gmail.com"
cd into platform folder
ln -s Linux linux-gnu
It works for me
On Dec 4, 7:33 pm, "sylvain.pas...@gmail.com"
Sylvain