<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Dec 5, 2014 at 1:35 PM, Gustavo Duarte <span dir="ltr"><<a href="mailto:gus.duarte@gmail.com" target="_blank">gus.duarte@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Gonzalo,<br>
<br>
Do you remember, if is there a thread where it addition  was discussed ?<br></blockquote><div><br></div><div>I didn't found it.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Or do you suggest me a start point to achieve that ?<br>
<br></blockquote><div><br></div><div>You can look at:</div><div>jarabe/model/notifications.py</div><div>jarabe/frame/notification.py</div><div><br></div><div>Gonzalo</div><div><br></div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Thanks<br>
<span class="HOEnZb"><font color="#888888">Gustavo.<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
On Fri, Dec 5, 2014 at 1:27 PM, Gonzalo Odiard <<a href="mailto:godiard@sugarlabs.org">godiard@sugarlabs.org</a>> wrote:<br>
> I think the firs option is the best. That addition was discussed a few times<br>
> but never implemented in Sugar.<br>
> Please share your code then can be added in the next version of Sugar.<br>
><br>
> Gonzalo<br>
><br>
> On Fri, Dec 5, 2014 at 11:54 AM, Gustavo Duarte <<a href="mailto:gus.duarte@gmail.com">gus.duarte@gmail.com</a>><br>
> wrote:<br>
>><br>
>> Hi Guys,<br>
>><br>
>><br>
>> I need build an app, which shows a message to kids with some text and<br>
>> one link which could be opened by Browser activity, like a<br>
>> notification.<br>
>><br>
>> I know that already exist a way, to show notifications which will be<br>
>> placed on the top bar,  by dbus, "org.freedesktop.Notifications",<br>
>> however it doesn't work for because, when I did a click on the link<br>
>> the Browser activity isn't opened.<br>
>><br>
>>         DBUS_NAME="org.freedesktop.Notifications"<br>
>>         OBJ_PATH="/org/freedesktop/Notifications"<br>
>>         icon = None<br>
>>         IFACE_NAME="org.freedesktop.Notifications"<br>
>>         bus = dbus.SessionBus()<br>
>>         notify_obj = bus.get_object(DBUS_NAME,OBJ_PATH)<br>
>>         notifications=dbus.Interface(notify_obj,IFACE_NAME)<br>
>>         notifications.Notify("",0,icon,'Title',"<a href="http://www.google.com" target="_blank">www.google.com</a>",[], hints<br>
>> ,-1)<br>
>><br>
>><br>
>><br>
>> I think, may be, I have  tow options,<br>
>><br>
>> 1) Add a kind of event, on the notification widget, to recognise the<br>
>> click and open the Browser activity.<br>
>><br>
>> 2) Make another type of widget, like a Dialog, where ca be easier add<br>
>> an event click to open the Browser.<br>
>><br>
>> What is your opinion ? Are there other obvious options, that I'm can't<br>
>> seeing ?<br>
>><br>
>><br>
>> Thanks in advance.<br>
>><br>
>> Gustavo.<br>
>> _______________________________________________<br>
>> Sugar-devel mailing list<br>
>> <a href="mailto:Sugar-devel@lists.sugarlabs.org">Sugar-devel@lists.sugarlabs.org</a><br>
>> <a href="http://lists.sugarlabs.org/listinfo/sugar-devel" target="_blank">http://lists.sugarlabs.org/listinfo/sugar-devel</a><br>
><br>
><br>
><br>
><br>
> --<br>
> Gonzalo Odiard<br>
><br>
> SugarLabs - Software for children learning<br>
_______________________________________________<br>
Sugar-devel mailing list<br>
<a href="mailto:Sugar-devel@lists.sugarlabs.org">Sugar-devel@lists.sugarlabs.org</a><br>
<a href="http://lists.sugarlabs.org/listinfo/sugar-devel" target="_blank">http://lists.sugarlabs.org/listinfo/sugar-devel</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr">Gonzalo Odiard<br><br><div>SugarLabs - Software for children learning <br></div></div></div>
</div></div>