[Bug 42965] Re: Can't add a printer in KDE: parser error?
Kjetil Kjernsmo
kjetil at kjernsmo.net
Sat Sep 16 19:23:46 UTC 2006
I had the same problem a little while ago. I solved my problem by
reinstalling the driver manually, and it turned out that there was a new
driver that was recommended.
Also, I ended up validating all the XML files on my system by running
for file in `locate foomatic | grep '\.xml'`; do xmllint --noout $file ;
done
as it seemed to me that the file was well-formed, and none of these
files had errors. Which is kinda weird, since both xmllint and foomatic
uses the same parser. The parse error didn't seem to matter, though,
which leads me to think that the parse error and the driver problem are
two unrelated problems.
--
Can't add a printer in KDE: parser error?
https://launchpad.net/bugs/42965
More information about the kubuntu-bugs
mailing list