On Aug 29, 8:26 am, colin <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I just upgraded Fb to 1.2.0 and when I first installed the icon didn't
> appear. After breaking out the console [*], I started getting the
> error message:
>
> *** Failed to get string Suspend_Firebug in bundle:
> chrome://firebug/locale/firebug.properties
>
> It wasn't a problem to simply add "Suspend_Firebug=Suspend Firebug" to
> the properties file of course, but it seems strange that it was
> missing, so I thought I would pass it on.
This string was added to Firebug 1.2 after the localization. All
locales will get "Suspend Firebug" for the value. You can suppress
the error message in en-US by the strategy you describe.
>
> What I find strange though is that I can't seem to find Suspend_
> anywhere in the extension (via grep, ack, and including searching via
> the Googlecode search). I even grepped for Suspend through the
> minefield files but didn't see anything.
And you won't find it because we take the string out of the UI
"Suspend Firebug", turn it in to a valid key by replacing spaces with
underscores, then look it up in the locale table. If we hit, we use
the result. If we don't, we move on, with the result that the UI has
"Suspend Firebug" for all locales.
This strategy will be used for all strings in 1.3. We will replace the
entities table as well, so locales will only have firebug.properties.
>
> Anyway. It works with that, thought it seemed to have some issues
> running alongside Greasemonkey which prevented the FBconsole window
> opening. Eventually I disabled greasemonkey, restarted, and re-enabled
> greasemonkey and restarted to clear it. It only just occurred to me,
> but this may well have been a problem with XUL.mfl getting corrupted.
Still need to get around to looking ag Greasemonkey issues....
>
> Anyway, I hope this helps anyone else getting this problem.
>
> This is running under Minefield 3.1a2pre 20080818113442 Win32 (which
> does require fixing the em:MaxVersion in the install.rdf for most
> extensions)
1.3 will target Firefox 3.1 (unless we beat them to the door ;-)
>
> Btw, is Fb 1.3 intended for use/testing?
Not until 1.3a1, in a few days.
>
> Regards,
> Colin.
>
> [*] A tip for windows users; you can use the console and JS consoles
> on windows just as you can on unix. Run the program with -console and -
> jsconsole. E.g.
>
> "C:\Program Files\Minefield\firefox.exe" -P minefield -jsconsole -
> console
>
> change "minefield" to "mozilla" or "firefox" or whatever dir firefox
> is installed in, and the -P flag uses a different profile, which can
> be handy in testing to see if a new version of an extension works.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Firebug" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/firebug?hl=en
-~----------~----~----~----~------~----~------~--~---