Re: [Sugar-devel] Issue in adding activities in Sugar

2021-03-28 Thread James Cameron
No worries. With the knowledge you won't be fixing any of the Sugar activities and only want to run them, the simplest would be to install Sugar Live Build as a virtual machine. Then try running each activity from a GitHub clone. However, you'll still see many activities not working. That's

Re: [Sugar-devel] Issue in adding activities in Sugar

2021-03-28 Thread Saurabh Gupta
Thanks James for your quick response. Actually, I am a developer in javascript so not much aware of how Sugar is built. Can you please help me with what do I have to do to run the Sugar activity so that I can use them and build them for Sugarizer. What is the best possible way to run Sugar

[Sugar-devel] Issue in adding activities in Sugar

2021-03-28 Thread Saurabh Gupta
Hi everyone, I have installed Sugar 0.117 on Ubuntu 20.10 (Groovy Gorilla). All pre-installed activities are working fine (i.e. Chat, Calculate, Browse, Write) but when I download other activities from  http://activities.sugarlabs.org/en-US/sugar/ and run .xo file it shows "Activity Name unable

Re: [Sugar-devel] Issue in adding activities in Sugar

2021-03-28 Thread James Cameron
Yes, that's expected. activities.sugarlabs.org is for Python 2 activities, and Ubuntu 20.10 does not have a Python 2 build of Sugar Toolkit. Sugar Live Build has Python 2 build of Sugar Toolkit included. Also does OLPC OS 20.04. On Sun, Mar 28, 2021 at 06:13:04AM +, Saurabh Gupta wrote: >