Re: [Sugar-devel] setting up a development environment using packaged sugar

2020-01-05 Thread James Cameron
Hello Chandan,

Ubuntu 16.04 is too old.  Development environment guide require new
Ubuntu, such as 19.04 or 19.10.  And is for experts.

For failed login, you can find error messages in
.sugar/default/logs/shell.log

Sucrose version 0.106 is too old.  For development with Sugar now, you
need version 0.116.

On Mon, Jan 06, 2020 at 04:25:26PM +0530, b18050 b18050 wrote:
> Hello everyone ,
>  I am trying to set up the development environment using ubuntu following the
> guides given in
> [1]https://github.com/sugarlabs/sugar/blob/master/docs/
> development-environment.md#packaged-sugar 
> I installed sucrose as given in packaged sugar part. But when I tried to login
> with sugar desktop selected , it does not work i,e, I am unable to login .
> My Ubuntu version is 16.04.
> sucrose version (0.106.1-1).
> So, Please tell me how can I resolve this issue.
> 
> Thanks in advance.
> Regards
> Chandan
> 
> References:
> 
> [1] 
> https://github.com/sugarlabs/sugar/blob/master/docs/development-environment.md#packaged-sugar

> ___
> 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


[Sugar-devel] setting up a development environment using packaged sugar

2020-01-05 Thread b18050 b18050
Hello everyone ,
 I am trying to set up the development environment using ubuntu following
the guides given in
https://github.com/sugarlabs/sugar/blob/master/docs/development-environment.md#packaged-sugar

I installed sucrose as given in packaged sugar part. But when I tried to
login with sugar desktop selected , it does not work i,e, I am unable to
login .
My Ubuntu version is 16.04.
sucrose version (0.106.1-1).
So, Please tell me how can I resolve this issue.

Thanks in advance.
Regards
Chandan
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Feedback on python porting task

2020-01-05 Thread James Cameron
Thanks.  I think you've been doing very well.

Can you tell me how the coverage guide is outdated?  I had only just brought it 
up to date for Python 3.

I'm sorry you've spent too long on the task.  We had guessed about three days, 
but the activities are all different.  I've extended the deadline to help you.

Yes, there isn't much guidance on how to use macOS or how to test and debug.

A test plan is a plan of testing.  A procedure for a human to follow.  Like 
start the activity, click on this button, check this response, etc.

On Sun, Jan 05, 2020 at 09:47:03PM +0800, Abhay Malik wrote:
> Hey,
>   James suggested me to use a python 3 coverage. The coverage guide is 
> outdated and there are no clear instructions how i can do it. I have spent 
> quite some time on this task, first it was really difficult to run sugar and 
> use a mac to debug, then there is no proper guideline/feedback on how to 
> test. James, you have been really helpful but i think we should have proper 
> updated guides and i have never written a test plan and i don't understand 
> it. I'm just 13 i want to do all these task and give my 100% and learn but as 
> of now it's sort of disheartening to not be able to understand what is the 
> right way of doing it despite spending so much time. I checked other pr's but 
> i'm still not able to understand the coverage, test plan part  and how to 
> figure out errors of python3 because the activity works fine.
> 
> Thanks,
> Abhay

-- 
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] [IAEP] Announcing Candidates for the Upcoming SLOB Elections!

2020-01-05 Thread Sandra Thaxter
I support this slate.   Good group.

On Sun, Jan 5, 2020 at 11:34 AM Vipul Gupta 
wrote:

> Hello folks,
> I will be taking over the election of the open seats for the oversight
> board (SLOB) as an independent administrator. Ibiam being a candidate in
> the upcoming elections, will be stepping down as the administrator. Thanks
> to Walter and Ibiam's help and guidance, I will be looking over the
> election's proceedings, announcements and make sure everything runs
> smoothly and that the integrity of the election is maintained.
>
> The deadline for the call of candidates is now over. There are five(5)
> candidates for the three(3) seats on the oversight board (SLOB). The
> candidates are as follows:
> 1. Claudia Urrea
> 2. Ibiam Chihurumnaya
> 3. Peace Ojemeh
> 4. Rahul Bothra
> 5. Samson Goddy
>
> More details about the candidates and their vision is available here
> https://wiki.sugarlabs.org/go/Oversight_Board/2020-2022-candidates
> I will be announcing the dates of the election soon and will be happy to
> answer all queries and questions you have. Looking forward to a fair
> election and good luck to all the candidates.
>
> Best,
> Vipul Gupta
> Wiki  | Github
> 
> ___
> IAEP -- It's An Education Project (not a laptop project!)
> i...@lists.sugarlabs.org
> http://lists.sugarlabs.org/listinfo/iaep
>


-- 

*Sandra Thaxter*

*Executive DirectorSmall Solutions Big Ideas*
(617) 320-1098
san...@smallsolutionsbigideas.org
www.smallsolutionsbigideas.org .
http://smallsolutionsbigideas.facebook.com
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] About docById

2020-01-05 Thread Rahul kohli
Thank you for the clarification.

On Sun 5 Jan, 2020, 10:26 PM Bottersnike,  wrote:

> docById is a global helper function defined in MusicBlocks. It is just a
> shorthand for document.getElementById
>
> On Sun, 5 Jan 2020, 15:27 Rahul kohli,  wrote:
>
>> I am in toolbar.js and here is function docById() I am not understanding
>> what does it mean is this equivalent document.getElementById()
>> ___
>> 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


Re: [Sugar-devel] About docById

2020-01-05 Thread Bottersnike
docById is a global helper function defined in MusicBlocks. It is just a
shorthand for document.getElementById

On Sun, 5 Jan 2020, 15:27 Rahul kohli,  wrote:

> I am in toolbar.js and here is function docById() I am not understanding
> what does it mean is this equivalent document.getElementById()
> ___
> 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] Announcing Candidates for the Upcoming SLOB Elections!

2020-01-05 Thread Vipul Gupta
Hello folks,
I will be taking over the election of the open seats for the oversight
board (SLOB) as an independent administrator. Ibiam being a candidate in
the upcoming elections, will be stepping down as the administrator. Thanks
to Walter and Ibiam's help and guidance, I will be looking over the
election's proceedings, announcements and make sure everything runs
smoothly and that the integrity of the election is maintained.

The deadline for the call of candidates is now over. There are five(5)
candidates for the three(3) seats on the oversight board (SLOB). The
candidates are as follows:
1. Claudia Urrea
2. Ibiam Chihurumnaya
3. Peace Ojemeh
4. Rahul Bothra
5. Samson Goddy

More details about the candidates and their vision is available here
https://wiki.sugarlabs.org/go/Oversight_Board/2020-2022-candidates
I will be announcing the dates of the election soon and will be happy to
answer all queries and questions you have. Looking forward to a fair
election and good luck to all the candidates.

Best,
Vipul Gupta
Wiki  | Github

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


[Sugar-devel] About docById

2020-01-05 Thread Rahul kohli
I am in toolbar.js and here is function docById() I am not understanding
what does it mean is this equivalent document.getElementById()
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] Feedback on python porting task

2020-01-05 Thread Abhay Malik
Hey,
James suggested me to use a python 3 coverage. The coverage guide is 
outdated and there are no clear instructions how i can do it. I have spent 
quite some time on this task, first it was really difficult to run sugar and 
use a mac to debug, then there is no proper guideline/feedback on how to test. 
James, you have been really helpful but i think we should have proper updated 
guides and i have never written a test plan and i don't understand it. I'm just 
13 i want to do all these task and give my 100% and learn but as of now it's 
sort of disheartening to not be able to understand what is the right way of 
doing it despite spending so much time. I checked other pr's but i'm still not 
able to understand the coverage, test plan part  and how to figure out errors 
of python3 because the activity works fine.

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