[Galago-devel] [BUG] In notification-daemon, body not displayed if it contains "&"
Abhijeet Rastogi
abhijeet.1989 at gmail.com
Mon Jan 30 10:15:10 PST 2012
Hi,
I just discovered a bug that I would like to discuss.
>>> import pynotify
>>> pynotify.init("Demo")
True>>> alert = pynotify.Notification("Hi", "Bye & Pye")
>>> alert.show()
True>>>
The corresponding notification: http://i.imgur.com/qzb8j.png
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. http://sprunge.us/NAgO
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.
--
Regards,
Abhijeet Rastogi (shadyabhi)
https://plus.google.com/107316377741966576356/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/galago-devel/attachments/20120130/92f5db4a/attachment.html>
More information about the galago-devel
mailing list