Yes, I am working on top of that, take a look at jarabe/model/notifications.py there is the service being implemented.<br><br><div class="gmail_quote">On Mon, Nov 8, 2010 at 2:56 PM, Gonzalo Odiard <span dir="ltr"><<a href="mailto:gonzalo@laptop.org">gonzalo@laptop.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Are you planing implement all from zero, or using the standard notification system?<br><br>If I run this code in Gnome, have a notification, but in Sugar appear a icon but without text.<br>
<br>import dbus<br>BUS_NAME = 'org.freedesktop.Notifications'<br>
OBJ_PATH = '/org/freedesktop/Notifications'<br>IFACE_NAME = 'org.freedesktop.Notifications'<br>bus = dbus.SessionBus()<br>notify_obj = bus.get_object(BUS_NAME,OBJ_PATH)<br>notifications = dbus.Interface(notify_obj,IFACE_NAME)<br>

notifications.Notify("HelloWorld",0,'',"Summary","Body",[],{},-1)<br><font color="#888888"><br>Gonzalo</font><div><div></div><div class="h5"><br><br><div class="gmail_quote">On Mon, Nov 8, 2010 at 1:26 PM, Martin Abente <span dir="ltr"><<a href="mailto:martin.abente.lahaye@gmail.com" target="_blank">martin.abente.lahaye@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><br><br><div class="gmail_quote"><div>On Mon, Nov 8, 2010 at 12:45 PM, Walter Bender <span dir="ltr"><<a href="mailto:walter.bender@gmail.com" target="_blank">walter.bender@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div>On Mon, Nov 8, 2010 at 10:22 AM, Martin Abente<br>
<<a href="mailto:martin.abente.lahaye@gmail.com" target="_blank">martin.abente.lahaye@gmail.com</a>> wrote:<br>
> Hey Eben :)<br>
><br>
> I am currently working on a messages notification extensions for dextrose<br>
> (guess it will be hard to make it land on sugar main stream) but I was<br>
> wondering if you could give me a hand with the UI design (mock-ups)?<br>
><br>
> What we basically aim for is a simple message bubble (gnome-like) to display<br>
> messages like:<br>
><br>
> * Your battery is running out.<br>
> * Could not connect to GSM network.<br>
> * Journal is almost full.<br>
> * Datastore crashed unexpectedly.<br>
> * Automatic backup is running.<br>
> * Etc...<br>
><br>
<br>
</div>Have you  considered modeling your messages on the message system used<br>
in Browse for downloads?<br>
<br></blockquote></div><div><br>I don't much about it, but I will take a look :). What i am currently thinking is just to extend the current frame notification system (the one being used for activities collaboration, clipboard, etc) to also support text message displaying. <br>


<br> </div><div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
-walter<br>
<div><br>
> As you see, there are basically 2 types of messages (more or less)<br>
> Informative messages and Error messages. Also I will have to implement a<br>
> messages manager so the users can simply browse through the last events<br>
> (messages), and maybe add more extensions like action buttons, i,e:<br>
> send-bug-report button, disable APM, stop-backup(?!, just random examples).<br>
><br>
> Would be great if you could help me with some UI design ideas :)<br>
><br>
> Thanks,<br>
> Martin (tch) Abente<br>
><br>
</div>> _______________________________________________<br>
> Dextrose mailing list<br>
> <a href="mailto:Dextrose@lists.sugarlabs.org" target="_blank">Dextrose@lists.sugarlabs.org</a><br>
> <a href="http://lists.sugarlabs.org/listinfo/dextrose" target="_blank">http://lists.sugarlabs.org/listinfo/dextrose</a><br>
><br>
><br>
<font color="#888888"><br>
<br>
<br>
--<br>
Walter Bender<br>
Sugar Labs<br>
<a href="http://www.sugarlabs.org" target="_blank">http://www.sugarlabs.org</a><br>
</font></blockquote></div></div><br>
<br>_______________________________________________<br>
Dextrose mailing list<br>
<a href="mailto:Dextrose@lists.sugarlabs.org" target="_blank">Dextrose@lists.sugarlabs.org</a><br>
<a href="http://lists.sugarlabs.org/listinfo/dextrose" target="_blank">http://lists.sugarlabs.org/listinfo/dextrose</a><br>
<br></blockquote></div><br>
</div></div></blockquote></div><br>