# License: (CC 3.0) BY-NC-SA
Reference
Example
import pynotify
pynotify.init("example")
n = pynotify.Notification("title","content")
n.show()
Gnome problem
Even i fill the content with very long string, the notifier will just show a very short text and disappear for a few seconds, but i can view the full content via notifier status bar.