https://bugs.kde.org/show_bug.cgi?id=369063
--- Comment #6 from Shlomi Fish <shlo...@shlomifish.org> --- (In reply to David Edmundson from comment #5) > Remove the first letter of that file. > > It's something that I broke and immediately fixed, but did so about the time > the beta was made. > > Thanks Thanks for the tip - doing that seems to correct the problem here. That put aside, the original main.xml does not even validate as valid XML: <<< shlomif@telaviv1:~$ xmllint main.xml main.xml:1: parser error : Start tag expected, '<' not found c<?xml version="1.0" encoding="UTF-8"?> ^ shlomif@telaviv1:~$ >>> So why did the applet, the build system, automated tests, version control hooks, etc. did not report it as such and instead let the applet's functionality completely break? Seems like there should be some preventative measures for that in the future. -- You are receiving this mail because: You are watching all bug changes.