<div style="margin-bottom:2em"><pre style="font-size:medium;width:50em"><span style>Hi,</span></pre>
<pre style="font-size:medium;width:50em">I just discovered a bug that I would like to discuss.</pre><pre style="font-size:medium;width:50em"><span style="color:rgb(101,55,156);white-space:pre-wrap">>>> import pynotify</span></pre>
<pre style="font-size:medium;white-space:pre-wrap;width:50em"><span style="color:rgb(101,55,156);white-space:pre-wrap">>>> pynotify.init("Demo")</span>
True
<span style="color:rgb(101,55,156);white-space:pre-wrap">>>> alert = pynotify.Notification("Hi", "Bye & Pye")
>>> alert.show()</span>
True
<span style="color:rgb(101,55,156);white-space:pre-wrap">>>> </span>
The corresponding notification: <a href="http://i.imgur.com/qzb8j.png" style="color:rgb(102,51,102)" target="_blank">http://i.imgur.com/qzb8j.png</a>
First, I thought that it's related to python module so I checked using the
libnotify library in c instead.
So, I executed this program. <a href="http://sprunge.us/NAgO" style="color:rgb(102,51,102)" target="_blank">http://sprunge.us/NAgO</a>
with command: ./a.out "Heading" "Body & notification"
Got the same result. No body if I have & in body.
notification-daemon 0.7.3
dbus-python 1.0.0
Please inform if you need something more.</pre></div>-- <br>Regards,<br>Abhijeet Rastogi (shadyabhi)<br>
<a href="https://plus.google.com/107316377741966576356/" target="_blank">https://plus.google.com/107316377741966576356/</a><br><br>