Re: [Sugar-devel] [Sur] Oversight Board Elections 2019-21 has begun!

2020-01-16 Thread Sean DALY
Unfortunately, the voting system failed in my case, apparently due to a bug
in the CIVS automatic browser language detection system. I have asked Vipul
and CIVS to find a solution so I may vote.

Sean

On Wednesday, January 15, 2020, Vipul Gupta 
wrote:

> Hello folks,
> The Oversight Board election 2019-21 is upon us. In your inboxes, you
> would have received a unique email from CIVS or c...@cs.cornell.edu with
> the options to poll for the candidates.
>
> The poll is open from 15th January 2020 to 31st January 2020. You can find
> more information on the candidates here https://wiki.sugarlabs.
> org/go/Oversight_Board/2019-2021-candidates.
>
> Please check your spam folders or promotions if you can't find it. Add the
> email address to your contact list and mark as not spam when you find it.
> As always, looking forward to hearing any questions you all would have. Do
> cast your vote!
>
> Best,
> Vipul Gupta
> Mixster  | Github
> 
>
>
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Mentors needed

2020-01-16 Thread Martin Abente
I just reviewed the port task with the longest wait time.

On Wed, Jan 15, 2020 at 6:48 PM James Cameron  wrote:

> Please help now.
>
> While I'm at linux.conf.au there is unmet need for mentors to respond to
> students on the Sugar tasks.
>
> Please check the task list for new tasks you are not mentors for, (turn
> off the "my tasks" slider button in the task list), and add yourself as
> mentor.
>
> Please check for pull requests on GitHub owned by the students you know
> of.  Some pull requests are not in the sugarlabs organisation; this is
> normal.
>
> Please check the GCI timeline; there's only a few days left.
>
> On the other hand, if your circumstances have changed and you can't
> provide the mentoring, let Walter and Ibiam know so you can be removed from
> the list.  Otherwise I'm sure Google's analysis after the event will
> classify you as inactive.
>
> --
>
>  @Quozl, sorry for this private message. I have a quite number of
> tasks for your review, but unfortunately, none of other mentors have been
> looking into my tasks, I have *-activity, *-activity, *-activity, and some
> other minor tasks left to be reviewed. As you are away right now, what
> would be your suggestion regarding this. Thanks :)
>
>  Urgently contact the other mentors; they are responsible for
> answering.  Do it by assigning to the task instance and writing a comment,
> once per six hours, until there is an answer.  I was afraid this would
> happen.  I had done too much work, set myself in front of everyone, and so
> everyone else has drawn back.  Sugar Labs is not very good at collective
> action.  You have to push them.  Ok?
>
>  Thanks for the reply @Quozl, Yes, In most of the task instances,
> you and chimosky are assigned as mentors, and other mentors keep telling
> there is too little time for them. I have started asssigning reviewers as
> Rahul Bothra, Martin, Walter and others. Idk if they would reply.  Ok, i
> will try doing as what you have said. thanks for your suggestion :)
>
> --
> James Cameron
> http://quozl.netrek.org/
> ___
> Sugar-devel mailing list
> Sugar-devel@lists.sugarlabs.org
> http://lists.sugarlabs.org/listinfo/sugar-devel
>
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] creating activities in sugar live build bootable pen drive

2020-01-16 Thread ayushman khurana
hello,
i have created a bootable pen drive using sugar debian live build
https://github.com/sugarlabs/sugar/blob/master/docs/development-environment.md#sugar-live-build

now i can boot from pen drive successfully and use sugar-dekstop.
sugar i want to know how to create activities with the bootable pendrive.
thanks.
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] facing difficulties in setting up sugar development environment

2020-01-16 Thread James Cameron
Hello Ayushman,

Yes, Ubuntu 18.04 does not have sugar-activity3, that's why we provided Sugar 
Live Build.

No, it is not necessary to rebuild Sugar Live Build.  Better is to install it 
in a VM.

Sugar will read activities in the Activities directory when Sugar starts.

A native build requires additional dependencies, and you will have to resolve 
them yourself if you choose that method.  Decorator is provided by 
python3-decorator package, Requests by python3-requests package, but there will 
likely be other dependencies.

On Wed, Jan 15, 2020 at 08:40:13PM +0530, ayushman khurana wrote:
> hello,
> I am Ayushman, from India.
> i am acing difficulties  in setting up sugar development environment.
> 
>  - i have installed sucrose in my ubuntu 18.04. here sugar-activity .
> command is working while sugar-activity3 . command is not working.
> her my activities are in usr/share/sugar/activities
> 
> - i have created a bootable flash drive using sugar debian live build 
> [1]https:
> //github.com/sugarlabs/sugar/blob/master/docs/development-environment.md#
> sugar-live-build 
> now i can boot from pen drive successfully and use sugar-dekstop.
> but the i am not understanding how to test the activities i will write.
> do i have to create a Activities folder in my ubuntu and create new activity 
> in
> it computer and when i boot from debian sugar build pen drive would it
> automatically detect that new activity or Activities folder ( or ) i have to
> create a Activites folder by terminal activity in sugar desktop live build?
> the first option didn't work i tried.
> 
>  - now i tried sugar native build
> here i am getting No module named 'decorator' in sugar-activity3 .
> and No module named request in sugar-activity . command
> 
> I am so much confused.
> please help me and also tell me how to remove sugar installed via native build
> so that i can try again.
> 
> References:
> 
> [1] 
> https://github.com/sugarlabs/sugar/blob/master/docs/development-environment.md#sugar-live-build

> ___
> Sugar-devel mailing list
> Sugar-devel@lists.sugarlabs.org
> http://lists.sugarlabs.org/listinfo/sugar-devel


-- 
James Cameron
http://quozl.netrek.org/
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] creating activities in sugar live build bootable pen drive

2020-01-16 Thread James Cameron
I don't know how to do this with a pen drive, but I have done it by installing 
to a virtual machine.

On Fri, Jan 17, 2020 at 12:18:41AM +0530, ayushman khurana wrote:
> hello,
> i have created a bootable pen drive using sugar debian live build [1]https://
> github.com/sugarlabs/sugar/blob/master/docs/development-environment.md#
> sugar-live-build 
> now i can boot from pen drive successfully and use sugar-dekstop.
> sugar i want to know how to create activities with the bootable pendrive.
> thanks.
> 
> References:
> 
> [1] 
> https://github.com/sugarlabs/sugar/blob/master/docs/development-environment.md#sugar-live-build

> ___
> Sugar-devel mailing list
> Sugar-devel@lists.sugarlabs.org
> http://lists.sugarlabs.org/listinfo/sugar-devel


-- 
James Cameron
http://quozl.netrek.org/
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel