On Sun, 29 Jun 2008 18:21:44 +0200, Nico Golde <[EMAIL PROTECTED]> wrote:

Hi,
* Ji??í Pale??ek <[EMAIL PROTECTED]> [2008-06-29 16:59]:
I've come across a syntax error in openbox configuration file, probably made while saving the session (see screenshot). Translation of the blue box: "One or more syntax errors was found while reading the configuration files. ... The last error is in the file /home/jirka/.local/share/openbox/sessions/1211..., line 46, error message: Opening and ending tag mismatch: unknown line 34 and
window"

When you look at the configuration file in question, you'll find <window
command="<unknown>">, which is not valid XML. In XML, every < that is not a tag
start must be written using entities, even in attribute values.

If you use some libraray for writing XML, this bug should be probably
reassigned there.

Can you be a bit more specific about the problem, we don't
ship this configuration file in the Debian package

Well, it would be rather strange to see my session data shipped in a package.

and I see
no description from you on how to reproduce your problem.

I don't know either. I don't know which window that element belongs to ... could be MuPAD. But you shouldn't need to reproduce the bug. Every XML that contains "<" in attribute value is invalid, so if openbox wirtes XML on its own, it should escape them, and if openbox uses an external library for that, then this bugreport should be forwarded to that external library.

Regards
    Jiri Palecek



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to