Python Desktop Notifier For Linux

2013/03/23 Python

# 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.

Search

    Table of Contents