|
Revision 2998
(checked in by slomo, 2 years ago)
|
Add managed notify-sharp implementation
|
| Line | |
|---|
| 1 |
notify-sharp is a C# client implementation for Desktop Notifications, |
|---|
| 2 |
i.e. notification-daemon. It is inspired by the libnotify API. |
|---|
| 3 |
|
|---|
| 4 |
Desktop Notifications provide a standard way of doing passive pop-up |
|---|
| 5 |
notifications on the Linux desktop. These are designed to notify the |
|---|
| 6 |
user of something without interrupting their work with a dialog box |
|---|
| 7 |
that they must close. Passive popups can automatically disappear after |
|---|
| 8 |
a short period of time. |
|---|
| 9 |
|
|---|
| 10 |
http://trac.galago-project.org/wiki/DesktopNotifications |
|---|
| 11 |
|
|---|