[Sugar-devel] Fwd: Sugarizer Rpi Image

2018-07-22 Thread Aman Sharma
Hey Everyone!

As a outcome of the GSoC 18 Sugarizer School Box project we have Rpi Image
Gen scripts ready and tested by me and mentors.

The generated rpi image make a WiFi AP named "SugarizerSchoolBox" with
password "sugarizer" on which the Sugarizer is accessbile at
"http://server.sugarizer.org"; and
"http://try.sugarizer.org";.

The initial image which the script generates is a 3.4GB image which
requires almost 20-25 mins after first boot to setup docker images and
sugarizer , so to make the testing easy I have already firstbooted the
generated image on my pi , made a backup image of that and providing the
link to the same. Now you just need to unzip it , flash it on a 16GB sdcard
, boot pi and sugarizer server will be up and running within seconds.

Link: http://people.sugarlabs.org/asharma/Sugarizer.img.gz
Repo: https://github.com/amanharitsh123/sugarizer-school-box

Any feedback and suggestions are welcome.

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


[Sugar-devel] Fwd: Sugar-devel Digest, Vol 117, Issue 19

2018-07-22 Thread Anmol Mishra
I tried installing toolkit-gtk3
Logs at https://bit.do/esceV-

On Fri, Jul 20, 2018 at 9:30 PM, 
wrote:

> Send Sugar-devel mailing list submissions to
> sugar-devel@lists.sugarlabs.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.sugarlabs.org/listinfo/sugar-devel
> or, via email, send a message with subject or body 'help' to
> sugar-devel-requ...@lists.sugarlabs.org
>
> You can reach the person managing the list at
> sugar-devel-ow...@lists.sugarlabs.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Sugar-devel digest..."
>
>
> Today's Topics:
>
>1. Re: New images for netbooks - Scratch-25.xo and
>   gcompris-18.xo issues (James Cameron)
>2. sugar-toolkit-gtk3 [port-in-progress] (Anmol Mishra)
>3. Re: sugar-toolkit-gtk3 [port-in-progress] (James Cameron)
>
>
> --
>
> Message: 1
> Date: Fri, 20 Jul 2018 15:15:52 +1000
> From: James Cameron 
> To: Raul Benitez 
> Cc: sugar-devel@lists.sugarlabs.org
> Subject: Re: [Sugar-devel] New images for netbooks - Scratch-25.xo and
> gcompris-18.xo issues
> Message-ID: <20180720051552.gi17...@us.netrek.org>
> Content-Type: text/plain; charset="iso-8859-1"
>
> G'day Raul,
>
> For GCompris, remove version 18, then add version 0.31 wrapper program
> by Nathan Riddle, attached.
>
> Downloaded from
>
> http://download.unleashkids.org/HaitiOS/bundles/xo-rpms+wrappers-2018/nathan-riddle-main-6-wrappers/
>
> This works for me on Ubuntu 17.10.  Briefly, the wrapper program
> window shows on display, but this can be ignored.
>
> On Thu, Jul 19, 2018 at 04:36:27PM -0400, Raul Benitez wrote:
> > Good afternoon, James!
> >
> > Thank you very much for your help, I will be waiting for the advances.
> >
> > Best regards!
> > Raúl
> >
> > 2018-07-18 17:37 GMT-04:00 James Cameron <[1]qu...@laptop.org>:
> >
> > G'day Raul,
> >
> > For Scratch, instead of comment, please delete the line and try
> again.
> > In my test, the comment stops processing of all options after that
> > line, such as -swapBtn.
> >
> > For GCompris, the bundle contains binary programs that will not run
> on
> > Ubuntu 17.10 because of other changes.  I was able to "sudo apt
> > install gcompris" and then run gcompris from terminal without using
> > the activity.  So edit gcompris-activity to use command with very few
> > args.
> >
> > Both problems will require an iterative approach to solve.  I have
> not
> > yet solved the problems fully.
> >
> > On Wed, Jul 18, 2018 at 01:24:48PM -0400, Raul Benitez wrote:
> > > Hello!
> > >
> > > I need to ask you urgently, since I have time until this Friday to
> > resolve the
> > > problems.
> > >
> > > I explain, we are in the process of creating new images for the
> 4,445
> > netbooks
> > > that will be delivered in public schools.
> > >
> > > The configuration is as follows:
> > >
> > > * Netbooks Houston Computer, 4GB DDR3L RAM, 32GB EMMc disk, Intel®
> > Celeron
> > > N3060 processor.
> > > * Sugar 0.110 on Ubuntu 17.10 Artful x86_64 GNU / Linux
> > > [1][2]
> https://github.com/sugarlabs/sugar/blob/master/docs/ubuntu.md
> > >
> > > We will include 31 Sugar activities, of which 11 are with errors
> and can
> > not
> > > start.
> > >
> > > Scratch-25.xo ([2][3]http://wiki.laptop.org/go/Scratch) and
> > gcompris-18.xo ([3]
> > > [4]https://activities.sugarlabs.org/es-ES/sugar/addon/4313) are
> two
> > activities
> > > important ones that have error. I describe below:
> > >
> > > * Scratch-25.x only starts from the Home list view if you comment
> on line
> > 34
> > > "-vm-display-x11" of the "scratch-activity" script. In this way, it
> > starts
> > > correctly but when it exits it hangs up, I attach the error of the
> log
> > > "edu.mit.media.ScratchActivity-4.log".
> > > What to do to close correctly? Is it okay to comment on that line
> of
> > code?
> > >
> > > exec squeak \
> > > # -vm-display-x11 \
> > > -swapbtn \
> > > -encoding UTF-8 -vm-sound-ALSA \
> > > -sugarBundleId $ bundle_id \
> > > -sugarActivityId $ activity_id \
> > > ScratchXO.image $ resume
> > >
> > > * GCompris-18.xo has a similar problem, it only starts from the
> Home list
> > view
> > > if in the last line 40 "exec $EXEC $args "$@"" from the script
> > > "gcompris-activity" the arguments "$args "$@"" are deleted. In
> this way,
> > it
> > > starts correctly but when it exits it hangs up, I attach the error
> of the
> > log
> > > "net.gcompris-8.log".
> > > What to do to close correctly? Is any argument causing the error?
> > >
> > > echo $ args $ @
> > > #exec $ EXEC $ args "$ @"
> > > exec $ EXEC
> > >
> > > Best 

[Sugar-devel] Issue solved

2018-07-22 Thread Anmol Mishra
Regarding last message
It has been solved
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel