enlightenment/src/modules/notification
Tom Hacohen ecdd149227 E notification: Added a way to allow e to send markup notifications.
SVN revision: 66236
2011-12-15 08:13:39 +00:00
..
images merge notification module into core e! 2011-10-28 02:49:24 +00:00
po updating greek translations 2011-11-27 19:48:35 +00:00
AUTHORS change of email address: this is going to be ugly 2011-11-23 08:40:50 +00:00
COPYING merge notification module into core e! 2011-10-28 02:49:24 +00:00
COPYING-PLAIN merge notification module into core e! 2011-10-28 02:49:24 +00:00
Makefile.am also building all the files probably helps 2011-10-28 03:01:21 +00:00
README merge notification module into core e! 2011-10-28 02:49:24 +00:00
e-module-notification.edj E notification: Add the <ps> tag to the notification style. 2011-12-01 09:51:18 +00:00
e_mod_box.c fix gettext usage after import from extras 2011-11-01 22:28:36 +00:00
e_mod_config.c BY YOUR POWERS COMBINED, I AM CAPTAIN FEATURES! 2011-11-03 16:03:23 +00:00
e_mod_config_item.c fix gettext usage after import from extras 2011-11-01 22:28:36 +00:00
e_mod_main.c E notification: Added a way to allow e to send markup notifications. 2011-12-15 08:13:39 +00:00
e_mod_main.h notifications now display on the correct screen 2011-11-09 04:41:27 +00:00
e_mod_popup.c E notification: Added a way to allow e to send markup notifications. 2011-12-15 08:13:39 +00:00
e_modules-notification.spec.in merge notification module into core e! 2011-10-28 02:49:24 +00:00
module.desktop.in updating french translations 2011-11-03 17:21:23 +00:00

README

Notification

This module provide a notification daemon for E.
It implements the galago specification :
http://www.galago-project.org/specs/notification/0.9/index.html

You can be notified in two ways, by popups or by icons. Popups are the usual way
of notifying, you can configure where they should appear and some other options
in E's configuration panel -> extensions -> notification. Notification box is a
gadget with the same style as ibox and go into a shelf. If an event occur the
image associated with the event (or this modules's logo if none) will appear
inside the box. A click on it will try to focus the source application of the
event, by matching the "application name" field with any windows class/name.
Configure a notification box is done by right clicking on it and selecting
"configuration".

By configuring which level of urgency popups and box should show, you can avoid
having both showing up everytime.

The icon displayed in the box may be ugly and aliased. It's due to the fact that
some apps use really small icons. An easy way to fix this is to make sure that
the application doesn't send a pixbuf but a path to the icon instead. And if this
icon is too small, replace it by a bigger one.

If you want to fire up a notification and make the module focus an application,
the easiest way is to use e-notify-send (in e_dbus if built with enotify) like
in this example:
e-notify-send -n classname_of_your_app -i "file:///path/to/an/icon" "foo" "bar"