Thread: Ubuntu Notifictions
hey guys notifications in ubuntu appear in top right hand corner of ur screen , fade away after sometime ..... wanted know how r produced .... can produce such notifications in python using libraries pygtk etc... ??![]()
you need pynotify ... simple do.
code:import pynotify ... title = ??? message = ??? icon = ??? notification = pynotify.notification(title, message, icon) notification.show()
Forum The Ubuntu Forum Community Ubuntu Specialised Support Development & Programming Programming Talk [SOLVED] Ubuntu Notifictions
Ubuntu
Comments
Post a Comment