[Dextrose] Send Notification at sugar start up
Esteban Bordon
ebordon at plan.ceibal.edu.uy
Thu Mar 3 08:24:44 EST 2011
Hi all,
I want to show a simple notification when sugar starts up.
I have a python script like this:
import dbus
BUS_NAME = 'org.freedesktop.Notifications'
OBJ_PATH = '/org/freedesktop/Notifications'
IFACE_NAME = 'org.freedesktop.Notifications'
bus = dbus.SessionBus()
notify_obj = bus.get_object(BUS_NAME,OBJ_PATH)
notifications = dbus.Interface(notify_obj,IFACE_NAME)
notifications.Notify("HelloWorld",0,'',"Summary","Body",[],{},-1)
The script works fine, but I couldn't run it at sugar start up. I
tried to call the script in .xsession and sugar-session but didn't
work.
Any idea?
Thanks,
Esteban.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sugarlabs.org/archive/dextrose/attachments/20110303/33e224a8/attachment.html>
More information about the Dextrose
mailing list