Main Page NotifySharp

From NDesk

(Difference between revisions)
Jump to: navigation, search
Revision as of 03:08, 28 September 2006 (edit)
Alp (Talk | contribs)

← Previous diff
Revision as of 15:28, 1 October 2006 (edit) (undo)
Slomo (Talk | contribs)

Next diff →
Line 16: Line 16:
== Download == == Download ==
-svn co [http://svn.slomosnail.de/slomo/trunk/notify-sharp http://svn.slomosnail.de/slomo/trunk/notify-sharp]+hg clone [http://hg.circular-chaos.org/notify-sharp http://hg.circular-chaos.org/notify-sharp]

Revision as of 15:28, 1 October 2006

notify-sharp is a C# client implementation for Desktop Notifications, i.e. notification-daemon. It's API is inspired by the libnotify API.

Desktop Notifications provide a standard way of doing passive pop-up notifications on the Linux desktop. These are designed to notify the user of something without interrupting their work with a dialog box that they must close. Passive popups can automatically disappear after a short period of time.

Status

Finished implementing version 0.9 of the specification. notify-sharp will be released once DBusSharp is released.

There are currently some differences between the specification and notification-daemon that need to be fixed but as notify-sharp follows notification-daemon's behaviour instead of the specification's there should be no problems in the future.

In the future, properties for new, standardized hints will be added.


Download

hg clone http://hg.circular-chaos.org/notify-sharp