[Dextrose] Notify System on boot

Ajay Garg ajay at activitycentral.com
Wed Dec 21 03:26:46 EST 2011


Thanks Estaban, and stupid of me that I did not notice this
(
  I kept on looking at the icon beneath the "X" of the home-view :-(
).

The fix has been sent to the dextrose-lists, and you. :-)

Once again, I apologize for being stupid.

Regards,
Ajay

On Tue, Dec 20, 2011 at 10:31 PM, Esteban Bordón
<ebordon at plan.ceibal.edu.uy> wrote:
> Hi,
>
> I'm trying to show notifications on Sugar boot by adding a code in
> /usr/bin/sugar-session
> the code is someting like:
>
> from jarabe.frame import get_view
> frame = get_view()
> for message in _get_messages():
>    frame.add_message(body=message["text"], summary=message["title"])
>
> This code works well, but when sugar starts the icon of journal dissapear
> from the frame. I attach an example.
>
> Thanks in advance,
> Esteban.


More information about the Dextrose mailing list