0.7.8 released but..
It’s seem some accounts dosen’t works with 0.7.8 too. I will wait a few days and check again, maybe not every gmail server has migrated. I’m sorry for issues but I can’t do a lot of things…
Comments
using firefox 3.0, i see the same message reported by bugsbunny. It suggests that the error is at line 69, column 5, which (confusingly) is the first open-angle-bracket on the doc2 line. I don’t see any problems with the XML just from reading it, but i could be missing something.
Does the wizard complete successfully for you?
Daniel Kahn Gillmor, 2009-08-04 23:51:18
Upgraded to 0.7.8 and somewhere along the line of the initial wizard I ran across this:
XML Parsing Error: not well-formed
Location: chrome://firegpg/content/Dialogs/Assistant/6-end.xul
Line Number 69, Column 5:
—-^
bugsbunny, 2009-07-30 21:29:41
Edit: seems to have stripped the actual code. Let’s change it up a bit (changes should be obvious):
XML Parsing Error: not well-formed Location: chrome://firegpg/content/Dialogs/Assistant/6-end.xul Line Number 69, Column 5: (gt sign)label class=“link” onclick=“window.open(‘https://getfiregpg.org/s/doc');" value=”&doc2;” /(lt sign) —-^
bugsbunny, 2009-07-30 21:33:26
I need the locate ! There is probably a missing translation and I need to find witch one ;)
Maximilien Cuony [The_glu] , 2009-08-05 07:06:29
here is a patch which fixes the problem:
diff –git a/locale/en-US/6-end.dtd b/locale/en-US/6-end.dtd index 447b02f..3138312 100644 — a/locale/en-US/6-end.dtd +++ b/locale/en-US/6-end.dtd @@ -2,7 +2,7 @@
<!ENTITY description “Assistant is now done. Now you should be able to use Fire
-<!ENTITY doc2 “You will find some links on this page”> +
<!ENTITY tr2 “Horrible mistake in your language for FireGPG? Here is the websit
Daniel Kahn Gillmor, 2009-08-05 07:37:44
ugh, this site garbled the patch. anyway, look at line 5 of locale/en-US/6-end.dtd – there is a stray “x” element in it.
Daniel Kahn Gillmor, 2009-08-05 07:39:01
Hum okay, witch locate ?
(The final step is not very important, hopefully)
Maximilien Cuony [The_glu] , 2009-07-30 21:34:49
Ho, it’s just a security of the translator, I will fix this ;)
Maximilien Cuony [The_glu] , 2009-08-07 15:37:08