<div dir="ltr">Hi Ishan,<div><br></div><div>Would love to collaborate with you. Please let me know what and how you are proceeding. Also, at present i am thinking of using Python for the ANN part , and three.js for the image processing part. But like i said, i am at the initial stage of it and would like to know your views on it. </div><div><br></div><div>Regards,</div><div>Sneha </div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Sep 2, 2015 at 5:16 PM,  <span dir="ltr"><<a href="mailto:sugar-devel-request@lists.sugarlabs.org" target="_blank">sugar-devel-request@lists.sugarlabs.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Send Sugar-devel mailing list submissions to<br>
        <a href="mailto:sugar-devel@lists.sugarlabs.org">sugar-devel@lists.sugarlabs.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://lists.sugarlabs.org/listinfo/sugar-devel" rel="noreferrer" target="_blank">http://lists.sugarlabs.org/listinfo/sugar-devel</a><br>
or, via email, send a message with subject or body 'help' to<br>
        <a href="mailto:sugar-devel-request@lists.sugarlabs.org">sugar-devel-request@lists.sugarlabs.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:sugar-devel-owner@lists.sugarlabs.org">sugar-devel-owner@lists.sugarlabs.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of Sugar-devel digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
   1. Re : Image Processing using three.js and ANNs (Ishan Sharma)<br>
   2. Re: [Announcing] sugar and sugar-toolkit-gtk3 v0.106.1 (bug<br>
      fixes release) (Jerry Vonau)<br>
   3. dbus exception (Tony Anderson)<br>
   4. Re: dbus exception (Gonzalo Odiard)<br>
   5. Re: Bug 1240354 - SoaS live x86_64 20150706 does not login<br>
      from live system user (Jerry Vonau)<br>
   6. Re: dbus exception (Tony Anderson)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Wed, 2 Sep 2015 09:47:11 +0530<br>
From: Ishan Sharma <<a href="mailto:ishan28mkip@gmail.com">ishan28mkip@gmail.com</a>><br>
To: <a href="mailto:sugar-devel@lists.sugarlabs.org">sugar-devel@lists.sugarlabs.org</a><br>
Subject: [Sugar-devel] Re : Image Processing using three.js and ANNs<br>
Message-ID:<br>
        <CAP0iWrDX04ovSd3UGA=NK8B-EwP6axh3=UUGZNFhq5=<a href="mailto:4CMF%2BWw@mail.gmail.com">4CMF+Ww@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
Hi Sneha,<br>
<br>
Could you elaborate on how three.js is used along with image recognition.<br>
<br>
I am working on the 3D version of turtle blocks<br>
<a href="https://github.com/ishan28mkip/turtle3D" rel="noreferrer" target="_blank">https://github.com/ishan28mkip/turtle3D</a>. I will be adding many more 3D<br>
features over the month. Maybe we can integrate?<br>
<br>
Regards,<br>
Ishan<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://lists.sugarlabs.org/archive/sugar-devel/attachments/20150902/d487f340/attachment-0001.html" rel="noreferrer" target="_blank">http://lists.sugarlabs.org/archive/sugar-devel/attachments/20150902/d487f340/attachment-0001.html</a>><br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Wed, 2 Sep 2015 00:08:23 -0500 (CDT)<br>
From: Jerry Vonau <<a href="mailto:me@jvonau.ca">me@jvonau.ca</a>><br>
To: James Cameron <<a href="mailto:quozl@laptop.org">quozl@laptop.org</a>><br>
Cc: Martin Abente <<a href="mailto:martin.abente.lahaye@gmail.com">martin.abente.lahaye@gmail.com</a>>,     Sugar-dev Devel<br>
        <<a href="mailto:sugar-devel@lists.sugarlabs.org">sugar-devel@lists.sugarlabs.org</a>>,      German Ruiz - FundacionZT<br>
        <<a href="mailto:gruiz@fundacionzt.org">gruiz@fundacionzt.org</a>><br>
Subject: Re: [Sugar-devel] [Announcing] sugar and sugar-toolkit-gtk3<br>
        v0.106.1 (bug fixes release)<br>
Message-ID:<br>
        <<a href="mailto:2076705078.47266.1441170503789.JavaMail.open-xchange@bosoxweb04.eigbox.net">2076705078.47266.1441170503789.JavaMail.open-xchange@bosoxweb04.eigbox.net</a>><br>
<br>
Content-Type: text/plain; charset=UTF-8<br>
<br>
<br>
<br>
> On September 1, 2015 at 9:31 PM James Cameron <<a href="mailto:quozl@laptop.org">quozl@laptop.org</a>> wrote:<br>
><br>
><br>
> On Tue, Sep 01, 2015 at 06:35:43AM -0500, Jerry Vonau wrote:<br>
> > Why make the end users deal with broken repos. The issue could be<br>
> > avoided at the olpc-os-builder level by changing the repo<br>
> > definitions away from using mirrorlist to url, ...<br>
><br>
> Great idea.  Spent some time looking into it, changing code and doing<br>
> builds, but it does not seem to be easy;<br>
><br>
> 1.  changing FEDORA_URLS in modules/repos/<a href="http://ksmain.50.repos.py" rel="noreferrer" target="_blank">ksmain.50.repos.py</a> is<br>
> ineffective,<br>
><br>
> 2.  adding url_fedora or url_fedora_updates to [repos] in<br>
> examples/olpc-os-13.2.5-xo1.5.ini is ineffective,<br>
><br>
> My guess is that using sed on the /etc/yum.repos.d files after image<br>
> build will be the solution.  What do you think?<br>
><br>
> git diff ...<br>
> <a href="http://dev.laptop.org/~quozl/z/1ZWxmI.txt" rel="noreferrer" target="_blank">http://dev.laptop.org/~quozl/z/1ZWxmI.txt</a><br>
><br>
<br>
Maybe just an overall approach of having url_fedora*= directly used if set<br>
in the ini file, could be used by a deployment to set a local mirror to use<br>
in the field.<br>
<br>
Jerry<br>
<br>
<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Wed, 02 Sep 2015 10:27:01 +0200<br>
From: Tony Anderson <<a href="mailto:tony_anderson@usa.net">tony_anderson@usa.net</a>><br>
To: Sugar-dev Devel <<a href="mailto:sugar-devel@lists.sugarlabs.org">sugar-devel@lists.sugarlabs.org</a>>,  Gonzalo Odiard<br>
        <<a href="mailto:godiard@sugarlabs.org">godiard@sugarlabs.org</a>><br>
Subject: [Sugar-devel] dbus exception<br>
Message-ID: <<a href="mailto:55E6B2D5.50607@usa.net">55E6B2D5.50607@usa.net</a>><br>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br>
<br>
Another problem. The Quiz activity crashes in various ways. On some<br>
occasions, it completes normally.<br>
The log shows no error messages. However, it reports in some cases<br>
terminated with  signal 6 or signal 11.<br>
<br>
Using try, I was able to narrow it down to a datastore.get. The<br>
exception is 'dbus.exceptions.DBusException'>,<br>
DBusException('Did not receive a reply, ...).<br>
<br>
I assume the lack of error messages relates to the same<br>
problem, the error occurs in a different process.<br>
<br>
I have also seen an isolated (preceded and followed by unrelated<br>
messages from the activity) message in the log:<br>
<br>
Fatal Python error: (pygame parachute) Segmentation fault<br>
<br>
In this case, the log reported a signal 6.<br>
<br>
Tony<br>
<br>
<br>
------------------------------<br>
<br>
Message: 4<br>
Date: Wed, 2 Sep 2015 07:26:43 -0300<br>
From: Gonzalo Odiard <<a href="mailto:godiard@sugarlabs.org">godiard@sugarlabs.org</a>><br>
To: Tony Anderson <<a href="mailto:tony_anderson@usa.net">tony_anderson@usa.net</a>><br>
Cc: Sugar-dev Devel <<a href="mailto:sugar-devel@lists.sugarlabs.org">sugar-devel@lists.sugarlabs.org</a>><br>
Subject: Re: [Sugar-devel] dbus exception<br>
Message-ID:<br>
        <CAJ+iPVR9JmYxxeripgw+4jponW=<a href="mailto:TDnU-q8GKn46_VJpWXw9Hjg@mail.gmail.com">TDnU-q8GKn46_VJpWXw9Hjg@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
Hi Tony,<br>
Could you attach log files and link to the activity version you are using?<br>
The information provided is not enough to guess what is happening<br>
"DBusException('Did not receive a reply, ...)." means the datastore is not<br>
replying,<br>
(or is taking a too log time) but why that is happening is not clear.<br>
<br>
Gonzalo<br>
<br>
On Wed, Sep 2, 2015 at 5:27 AM, Tony Anderson <<a href="mailto:tony_anderson@usa.net">tony_anderson@usa.net</a>> wrote:<br>
<br>
> Another problem. The Quiz activity crashes in various ways. On some<br>
> occasions, it completes normally.<br>
> The log shows no error messages. However, it reports in some cases<br>
> terminated with  signal 6 or signal 11.<br>
><br>
> Using try, I was able to narrow it down to a datastore.get. The exception<br>
> is 'dbus.exceptions.DBusException'>,<br>
> DBusException('Did not receive a reply, ...).<br>
><br>
> I assume the lack of error messages relates to the same<br>
> problem, the error occurs in a different process.<br>
><br>
> I have also seen an isolated (preceded and followed by unrelated messages<br>
> from the activity) message in the log:<br>
><br>
> Fatal Python error: (pygame parachute) Segmentation fault<br>
><br>
> In this case, the log reported a signal 6.<br>
><br>
> Tony<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" rel="noreferrer" target="_blank">http://lists.sugarlabs.org/listinfo/sugar-devel</a><br>
><br>
<br>
<br>
<br>
--<br>
Gonzalo Odiard<br>
<br>
SugarLabs - Software [for | by] children learning<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://lists.sugarlabs.org/archive/sugar-devel/attachments/20150902/1f54558a/attachment-0001.html" rel="noreferrer" target="_blank">http://lists.sugarlabs.org/archive/sugar-devel/attachments/20150902/1f54558a/attachment-0001.html</a>><br>
<br>
------------------------------<br>
<br>
Message: 5<br>
Date: Wed, 2 Sep 2015 05:59:06 -0500 (CDT)<br>
From: Jerry Vonau <<a href="mailto:me@jvonau.ca">me@jvonau.ca</a>><br>
To: James Cameron <<a href="mailto:quozl@laptop.org">quozl@laptop.org</a>>, <a href="mailto:sugar-devel@lists.sugarlabs.org">sugar-devel@lists.sugarlabs.org</a><br>
Subject: Re: [Sugar-devel] Bug 1240354 - SoaS live x86_64 20150706<br>
        does not login from live system user<br>
Message-ID:<br>
        <<a href="mailto:560760579.63939.1441191546306.JavaMail.open-xchange@bosoxweb04.eigbox.net">560760579.63939.1441191546306.JavaMail.open-xchange@bosoxweb04.eigbox.net</a>><br>
<br>
Content-Type: text/plain; charset=UTF-8<br>
<br>
<br>
<br>
> On September 1, 2015 at 9:16 PM James Cameron <<a href="mailto:quozl@laptop.org">quozl@laptop.org</a>> wrote:<br>
><br>
><br>
> On Tue, Sep 01, 2015 at 09:03:28PM -0500, Jerry Vonau wrote:<br>
> > That leads me to think if sugar is building against a library that<br>
> > is only available in sugar's toolkit should the toolkit be declared<br>
> > as a BuildRequires and be pulled into the BuildRoot for sugar?<br>
><br>
> Possibly because nothing in the build of package "sugar" uses the<br>
> library.<br>
><br>
> I've looked through the Makefile.am files in "sugar" and none of them<br>
> do linking, and the ones that execute Python code don't need that<br>
> library.<br>
><br>
<br>
Ok got it, ldconfig keeps it all straight, so it's contained to the call in<br>
the toolkit, bringing the login manager back in a loop, so I see when<br>
booting the F23 iso in a vm.<br>
<br>
The only change I see from F22 with 104 to F23 with 106 around SugarExt is<br>
the commit to "Add capture device support" in the toolkit.<br>
<br>
<br>
------------------------------<br>
<br>
Message: 6<br>
Date: Wed, 02 Sep 2015 13:45:55 +0200<br>
From: Tony Anderson <<a href="mailto:tony_anderson@usa.net">tony_anderson@usa.net</a>><br>
To: Gonzalo Odiard <<a href="mailto:godiard@sugarlabs.org">godiard@sugarlabs.org</a>><br>
Cc: Sugar-dev Devel <<a href="mailto:sugar-devel@lists.sugarlabs.org">sugar-devel@lists.sugarlabs.org</a>><br>
Subject: Re: [Sugar-devel] dbus exception<br>
Message-ID: <<a href="mailto:55E6E173.6090700@usa.net">55E6E173.6090700@usa.net</a>><br>
Content-Type: text/plain; charset="utf-8"; Format="flowed"<br>
<br>
Hi, Gonzalo<br>
<br>
Sadly, the log shows nothing. I get the exception on a<br>
     try:<br>
         datastore.get(obj) (where obj = olpcgames.ACTIVITY.game_handle)<br>
<br>
where the activity uses the standard olpcgames activity.py,<br>
<br>
the activity.py in olpcgames has:<br>
<br>
def __init__(self, handle):<br>
<br>
if handle.object_Id:<br>
     self.game_handle = handle.object_id<br>
<br>
along with some magic code (def make_global)  to make olpcgames.ACTIVITY<br>
refer to 'self'.<br>
<br>
The activity is derived from the one in ASLO, but I added the ability to<br>
start a quiz by resume from the Journal so this datastore usage is not<br>
in that<br>
version. However, this code worked in 13.2.2.<br>
<br>
Tony<br>
<br>
On 09/02/2015 12:26 PM, Gonzalo Odiard wrote:<br>
> Hi Tony,<br>
> Could you attach log files and link to the activity version you are using?<br>
> The information provided is not enough to guess what is happening<br>
> "DBusException('Did not receive a reply, ...)." means the datastore is<br>
> not replying,<br>
> (or is taking a too log time) but why that is happening is not clear.<br>
><br>
> Gonzalo<br>
><br>
> On Wed, Sep 2, 2015 at 5:27 AM, Tony Anderson <<a href="mailto:tony_anderson@usa.net">tony_anderson@usa.net</a><br>
> <mailto:<a href="mailto:tony_anderson@usa.net">tony_anderson@usa.net</a>>> wrote:<br>
><br>
>     Another problem. The Quiz activity crashes in various ways. On<br>
>     some occasions, it completes normally.<br>
>     The log shows no error messages. However, it reports in some cases<br>
>     terminated with  signal 6 or signal 11.<br>
><br>
>     Using try, I was able to narrow it down to a datastore.get. The<br>
>     exception is 'dbus.exceptions.DBusException'>,<br>
>     DBusException('Did not receive a reply, ...).<br>
><br>
>     I assume the lack of error messages relates to the same<br>
>     problem, the error occurs in a different process.<br>
><br>
>     I have also seen an isolated (preceded and followed by unrelated<br>
>     messages from the activity) message in the log:<br>
><br>
>     Fatal Python error: (pygame parachute) Segmentation fault<br>
><br>
>     In this case, the log reported a signal 6.<br>
><br>
>     Tony<br>
>     _______________________________________________<br>
>     Sugar-devel mailing list<br>
>     <a href="mailto:Sugar-devel@lists.sugarlabs.org">Sugar-devel@lists.sugarlabs.org</a><br>
>     <mailto:<a href="mailto:Sugar-devel@lists.sugarlabs.org">Sugar-devel@lists.sugarlabs.org</a>><br>
>     <a href="http://lists.sugarlabs.org/listinfo/sugar-devel" rel="noreferrer" target="_blank">http://lists.sugarlabs.org/listinfo/sugar-devel</a><br>
><br>
><br>
><br>
><br>
> --<br>
> Gonzalo Odiard<br>
><br>
> SugarLabs - Software [for | by] children learning<br>
<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://lists.sugarlabs.org/archive/sugar-devel/attachments/20150902/85e8b2b6/attachment.html" rel="noreferrer" target="_blank">http://lists.sugarlabs.org/archive/sugar-devel/attachments/20150902/85e8b2b6/attachment.html</a>><br>
<br>
------------------------------<br>
<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" rel="noreferrer" target="_blank">http://lists.sugarlabs.org/listinfo/sugar-devel</a><br>
<br>
<br>
End of Sugar-devel Digest, Vol 83, Issue 5<br>
******************************************<br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature">SM<br></div>
</div>