mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Small docs about ede-notify-daemon. Also small update for README
This commit is contained in:
@ -16,3 +16,5 @@ EdeProgram ede-notify-daemon : $(SOURCE) ;
|
||||
LinkAgainst ede-notify-daemon : $(EDELIB_DBUS_LIB) ;
|
||||
|
||||
TranslationStrings locale : $(SOURCE) ;
|
||||
|
||||
EdeManual ede-notify-daemon.txt ;
|
||||
|
16
ede-notify-daemon/ede-notify-daemon.txt
Normal file
16
ede-notify-daemon/ede-notify-daemon.txt
Normal file
@ -0,0 +1,16 @@
|
||||
ede-notify-daemon documentation
|
||||
===============================
|
||||
|
||||
ede-notify-daemon is EDE service responsible for accepting and displaying notifications.
|
||||
|
||||
It supports link:http://people.gnome.org/~mccann/docs/notification-spec/notification-spec-latest.html[Desktop Notifications Specification]
|
||||
so all conforming applications will use it (e.g. Firefox will happily report download status with it).
|
||||
|
||||
Options
|
||||
-------
|
||||
|
||||
--no-daemon::
|
||||
Do not run in background. ede-notify-daemon will by default run in background.
|
||||
|
||||
--help::
|
||||
Show help.
|
Reference in New Issue
Block a user