Version: (using KDE KDE 3.4.2) Installed from: Compiled From Sources OS: Linux I get notified by knotify through a passive window at new incoming messages in Konversation. knotify expects HTML code as text so that applications can format the text there (bold/italic, for example). Well, Konversation gives unescaped text of the incoming message to knotify and does not encode “&” as “&” and so on. So, when somebody writes “<test>” in the chat, the passive window doesn’t show that. When someone writes “<b>test</b>”, it appears as bold “test” in the passive window. And when they send “–”, the passive window displays “–”. Konversation should escape “&” to “&”, “<” to “<”, “>” to “>”, and — optionally — “"” to “"”, when giving a received message to knotify.
Fixed in trunk, will be in 0.19