0.7.8 released but..
July 29, 2009 – 7:05 pm by Maximilien Cuony [The_glu]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…
8 Responses to “0.7.8 released but..”
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:
—-^
By bugsbunny on Jul 30, 2009
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(’http://getfiregpg.org/s/doc’);” value=”&doc2;” /(lt sign)
—-^
By bugsbunny on Jul 30, 2009
Hum okay, witch locate ?
(The final step is not very important, hopefully)
By Maximilien Cuony [The_glu] on Jul 30, 2009
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?
By Daniel Kahn Gillmor on Aug 4, 2009
I need the locate ! There is probably a missing translation and I need to find witch one
By Maximilien Cuony [The_glu] on Aug 5, 2009
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
By Daniel Kahn Gillmor on Aug 5, 2009
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.
By Daniel Kahn Gillmor on Aug 5, 2009
Ho, it’s just a security of the translator, I will fix this
By Maximilien Cuony [The_glu] on Aug 7, 2009