<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">&gt;&gt;&gt; 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">&gt;&gt;&gt; pynotify.init(&quot;Demo&quot;)</span>
True
<span style="color:rgb(101,55,156);white-space:pre-wrap">&gt;&gt;&gt; alert = pynotify.Notification(&quot;Hi&quot;, &quot;Bye &amp; Pye&quot;)
&gt;&gt;&gt; alert.show()</span>
True
<span style="color:rgb(101,55,156);white-space:pre-wrap">&gt;&gt;&gt; </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&#39;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 &quot;Heading&quot; &quot;Body &amp; notification&quot;

Got the same result. No body if I have &amp; 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>