Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Libraries

    pynotify2 0.3

    Download button

    No screenshots available
    Downloads: 108  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Thomas Kluyver | More programs
    BSD License / FREE
    May 15th, 2012, 11:48 GMT
    ROOT / Programming / Libraries

     Read user reviews (0)  Refer to a friend  Subscribe

    pynotify2 description

    Python interface to DBus notifications

    pynotify2 is a pure-python replacement for notify-python, using python-dbus to communicate with the notifications server directly. It's compatible with Python 2 and 3, and its callbacks can work with Gtk 3 or Qt 4 applications.

    To use it, first call notify2.init('app name'), then create and show notifications:

    n = notify2.Notification("Summary",
     "Some body text",
     "notification-message-im" # Icon name
     )
    n.show()


    To see more of what's possible, refer to docstrings of methods and objects.

    Based on the notifications spec at: http://developer.gnome.org/notification-spec/

    Porting applications from pynotify

    There are a few differences from pynotify you should be aware of:

    - If you need callbacks from notifications, notify2 must know about your event loop. The simplest way is to pass 'glib' or 'qt' as the mainloop parameter to init.
    - The methods attach_to_widget and attach_to_status_icon are not implemented. You can calculate the location you want the notification to appear and call set_location.
    - set_property and get_property are not implemented. The summary, body and icon are accessible as attributes of a Notification instance.
    - Various methods that pynotify Notification instances got from gobject do not exist, or only implement part of the functionality.

    Several pynotify functions, especially getters and setters, are only supported for compatibility. You are encouraged to use more direct, Pythonic alternatives.


    Product's homepage

    Requirements:

    · Python

      


    TAGS:

    DBus notifications | Python library | Python interface | Python | DBus | notifications

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM