Re: [Sugar-devel] Error on running sugar-activity

2019-08-01 Thread Swarup N
Yes James, Now that I go through the commits for sugar-datastore, I had built datastore for Python2 instead of Python3. I shall repeat the sudo make install step once again, however this time building for python3 and post the result here Thanks. On Fri, Aug 2, 2019 at 8:10 AM James Cameron

Re: [Sugar-devel] lack of XO security updates, was Unable to "git clone" on Fedora 18

2019-08-01 Thread James Cameron
No worries. I've known for years. And don't have the resources to fix it. On Thu, Aug 01, 2019 at 02:51:57PM +, D. Joe wrote: > > I knew this is the sort of thing that would befall Fedora 18-based systems as > soon as Fedora 18 reached the end of its supported lifetime. > > In that light

Re: [Sugar-devel] Error on running sugar-activity

2019-08-01 Thread James Cameron
Yes, it is possible that your issue of running sugar activities was introduced at the commit where the warning got updated, so you should test the possibility by checking out the immediately prior commit. You could also review the commit for functional change. First, find the commit. The

Re: [Sugar-devel] Error on running sugar-activity

2019-08-01 Thread Swarup N
Hi I noticed something strange. Earlier while i was trying run *sugar-activity* through Ubuntu Terminal, the warning that is thrown "Activity written for Python 2, consider porting to Python 3", was being shown as "Activity written for Python 2, consider porting

Re: [Sugar-devel] Error on running sugar-activity

2019-08-01 Thread Swarup N
Hi, I was able get Sugar running as expected, thanks to James's earlier suggestion. I entering each of the core sugar directories, apart from sugar-toolkit, i checked out via "git checkout v0.114" to the v0.114 tag, and repeated the process of sudo make install for each of these directories, and

Re: [Sugar-devel] Problem in setting the sugar desktop

2019-08-01 Thread Chihurumnaya Ibiam
Are you trying to install on ubuntu?. On Thu, Aug 1, 2019, 8:13 PM Apoorva Singh wrote: > Sir, > I am following the steps of packaged sugar.after logging out it is not > showing sugar desktop.What to do? > > On Thu, Aug 1, 2019, 11:45 PM Chihurumnaya Ibiam < > ibiamchihurumn...@gmail.com>

Re: [Sugar-devel] Problem in setting the sugar desktop

2019-08-01 Thread Chihurumnaya Ibiam
Hi Apoorva, Can you paste the error you get and what steps you followed to setup sugar desktop?. On Thu, Aug 1, 2019, 5:00 PM Apoorva Singh wrote: > Hello team, > I want to contribute to the community but getting problem while setting > sugar desktop. > Looking forward for help. > > Apoorva

[Sugar-devel] Problem in setting the sugar desktop

2019-08-01 Thread Apoorva Singh
Hello team, I want to contribute to the community but getting problem while setting sugar desktop. Looking forward for help. Apoorva Singh, Developer ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org

[Sugar-devel] lack of XO security updates, was Unable to "git clone" on Fedora 18

2019-08-01 Thread D. Joe
I knew this is the sort of thing that would befall Fedora 18-based systems as soon as Fedora 18 reached the end of its supported lifetime. In that light I decided we needed to stop using XOs in the classroom. I couldn't in good conscience promote an environment in which, for instance,

[Sugar-devel] freenode has moved to Kiwi IRC, was Re: Unable to connect to IRC

2019-08-01 Thread D. Joe
In visiting the Freenode webchat link yesterday, I noticed they had changed their webchat software stack to Kiwi IRC a little more than a month ago. Seeing this thread on review, I thought it might be relevant to mention. The change is briefly discussed in this blog post:

Re: [Sugar-devel] Error on running sugar-activity

2019-08-01 Thread James Cameron
Again, this only tells you the datastore has failed on start. On Thu, Aug 01, 2019 at 11:25:09AM +0530, Swarup N wrote: >   File "/usr/local/lib/python2.7/dist-packages/sugar3/datastore/datastore.py", > line 51, in _get_data_store > [...] > dbus.exceptions.DBusException:

Re: [Sugar-devel] Error on running sugar-activity

2019-08-01 Thread James Cameron
You say this is v0.114? I really doubt that. v0.114 didn't do this when I tested it. How are you ensuring you are using v0.114? You would have had to either; (a) git clone with the "-b v0.114" option, or; (b) git checkout v0.114 for each module repository. On Thu, Aug 01, 2019 at