GNOME Bugzilla – Bug 654167
alacarte crashed with ExpatError in parseFile(): not well-formed (invalid token): line 3, column 2
Last modified: 2012-06-01 06:10:06 UTC
this report has been filed here: https://bugs.launchpad.net/ubuntu/+source/alacarte/+bug/806987 "while right clicking on "Applications" to edit the menu of course i cant edit the menu (as it crash)" "Traceback (most recent call last):
+ Trace 227693
main()
app = MainWindow(datadir, version, sys.argv)
self.editor = MenuEditor()
self.__loadMenus()
self.settings.dom = xml.dom.minidom.parse(self.settings.path)
return expatbuilder.parse(file)
result = builder.parseFile(fp)
parser.Parse(buffer, 0)
Somehow an invalid XML file was written to that location. I'm now guarding against ExpatError.