Re: [Sugar-devel] Managing github forks

2013-05-27 Thread Manuel Quiñones
Hey William, 2013/5/28 Will Orr : > Hello, > > When doing work on my feature branch, usually I do a git pull --rebase origin > master to update, that way my patches will cleanly apply to the master branch > of the project when I file my pull request. I avoid merge commits this way as > well. >

Re: [Sugar-devel] Managing github forks

2013-05-27 Thread Will Orr
Hello, When doing work on my feature branch, usually I do a git pull --rebase origin master to update, that way my patches will cleanly apply to the master branch of the project when I file my pull request. I avoid merge commits this way as well. The downside is that I might be messing with

Re: [Sugar-devel] Error doing ./osbuild build

2013-05-27 Thread Alan Jhonn Aguiar Schwyn
>>I have the following proposals:>>* Review the dependencies. Have more and >>more dependencies is a recipe to a nightmare. Yes.. And some are "superflous" >>* Split the compilation, one part to compile sugar and another to compile >>sugar-web, >>sugar-web is more unstable, and have a lot of issu

[Sugar-devel] Error doing ./osbuild build

2013-05-27 Thread Gonzalo Odiard
After doing a new clone, in F18 I get the following error: * Building gwebsockets dist = best[req.key] = env.best_match(req, self, installer) File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 825, in best_match return self.obtain(req, installer) # try and download/install

[Sugar-devel] Google Summer of Code 2013

2013-05-27 Thread Walter Bender
Congratulations to Casey, Erik, Rahul, Suraj, Kalpa, Marian, Anna, and Akshit who are participating in Google Summer of Code this summer working with mentors from Sugar Labs. Details of their projects can be found on the Google website [1]. I'll be sending out an email regarding getting organized

Re: [Sugar-devel] Datastore API for html activities

2013-05-27 Thread Manuel Quiñones
2013/5/27 Manuel Quiñones : > 2013/5/27 Daniel Narvaez : >> On 27 May 2013 22:16, Daniel Narvaez wrote: >>> >>> Save an object >>> >>> textObject = datastore.TextObject(); >>> textObject.setText("Hello"); >>> textObject.setMetadata({"title": "hello"}); >>> textObject.save(onWrote); >>> >>> Load an

Re: [Sugar-devel] Datastore API for html activities

2013-05-27 Thread Manuel Quiñones
2013/5/27 Daniel Narvaez : > On 27 May 2013 22:16, Daniel Narvaez wrote: >> >> Save an object >> >> textObject = datastore.TextObject(); >> textObject.setText("Hello"); >> textObject.setMetadata({"title": "hello"}); >> textObject.save(onWrote); >> >> Load an object >> >> textObject = datastore.Tex

Re: [Sugar-devel] Managing github forks

2013-05-27 Thread Manuel Quiñones
2013/5/26 Daniel Narvaez : > Hello, > > I've been playing with a slightly different workflow with github > repositories and it seems to work well for me. > > I keep origin to be g...@github.com/sugarlabs/module and I add a fork remote > pointing to g...@github.com/dnarvaez/module. > > To send pull

[Sugar-devel] Adding a library to sugar-devel

2013-05-27 Thread Gonzalo Odiard
I need do changes in vte library to test some changes, but is not included right now in sugar-build. What is the procedure today to add a new library, and to compile and install, manually or with the sugar-build scripts? Gonzalo ___ Sugar-devel mailing l

Re: [Sugar-devel] Datastore API for html activities

2013-05-27 Thread Daniel Narvaez
On 27 May 2013 22:16, Daniel Narvaez wrote: > Save an object > > textObject = datastore.TextObject(); > textObject.setText("Hello"); > textObject.setMetadata({"title": "hello"}); > textObject.save(onWrote); > > Load an object > > textObject = datastore.TextObject(); > textObject.load(onGotText);

[Sugar-devel] Datastore API for html activities

2013-05-27 Thread Daniel Narvaez
Hello, I'm landing bits of the datastore API, a couple of patches still outstanding. You create an object like this. function onStream(outputStream) { outputStream.write(arrayBuffer); outputStream.close(); } datastore.create(metadata, onStream, onCreated); Then you can load the data fo

Re: [Sugar-devel] Testing HTML5 template in latest sugar-build

2013-05-27 Thread Daniel Narvaez
On 27 May 2013 21:32, wrote: > ** ** > > Hmmm. > > You’re right, the network connection from the VM seems chaotic. Not the > same output from time to time (see below). > > It’s probably the cause of my issue. I’m going to do more expertise on > that. > > ** ** > > Lion

Re: [Sugar-devel] [GSoC 2013] Interested in "Implement help mechanism for activities using Mallard"

2013-05-27 Thread Gonzalo Odiard
Great Kalpa. I am interested in work with you to integrate this proposal with the work I am doing on the Help activity. Gonzalo On Mon, May 27, 2013 at 4:28 PM, Kalpa Welivitigoda wrote: > > > > On Fri, May 3, 2013 at 11:24 PM, Kalpa Welivitigoda > wrote: > >> >> >> >> On Mon, Apr 15, 2013 at

Re: [Sugar-devel] Testing HTML5 template in latest sugar-build

2013-05-27 Thread lionel
Hmmm. You’re right, the network connection from the VM seems chaotic. Not the same output from time to time (see below). It’s probably the cause of my issue. I’m going to do more expertise on that. Lionel. [fedora@localhost sugar-build]$ ./osbuild build = Setup the bui

Re: [Sugar-devel] [sugar-build] remove webkit in saucy

2013-05-27 Thread Alan Jhonn Aguiar Schwyn
I have: alan@alan-pc:~$ apt-cache search libwebkitgtklibwebkitgtk-1.0-0 - Web content engine library for GTK+libwebkitgtk-1.0-0-dbg - Web content engine library for GTK+ - Debugging symbolslibwebkitgtk-3.0-0 - Web content engine library for GTK+libwebkitgtk-3.0-0-dbg - Web content engine library

Re: [Sugar-devel] [GSoC 2013] Interested in "Implement help mechanism for activities using Mallard"

2013-05-27 Thread Kalpa Welivitigoda
On Fri, May 3, 2013 at 11:24 PM, Kalpa Welivitigoda wrote: > > > > On Mon, Apr 15, 2013 at 8:36 PM, Bastien wrote: > >> Gonzalo Odiard writes: >> >> > FYI, I will convert the update of the sugar manual in the olpc wiki >> > [1] to rst to generate new content for the Help activity. >> > >> > I wi

Re: [Sugar-devel] [sugar-build] remove webkit in saucy

2013-05-27 Thread Daniel Narvaez
It should be libwebkitgtk-3.0-0 On 27 May 2013 21:21, Alan Jhonn Aguiar Schwyn wrote: > I'm not sure, which is the package? > > libwebkit? > > In packages there are: > gir1.2-webkit-3.0 ? > > -- > Date: Mon, 27 May 2013 20:09:47 +0200 > From: dwnarv...@gmail.com > To

Re: [Sugar-devel] Testing HTML5 template in latest sugar-build

2013-05-27 Thread Gonzalo Odiard
urllib2.URLError: That message means urllib can't access a server or have a connectivity problem. Gonzalo On Mon, May 27, 2013 at 4:14 PM, wrote: > ** ** > > ** ** > > Hi Daniel, > > ** ** > > Thanks for your help. Following is the full trace. Seems that it can’t > create the Python vir

Re: [Sugar-devel] [sugar-build] remove webkit in saucy

2013-05-27 Thread Alan Jhonn Aguiar Schwyn
I'm not sure, which is the package? libwebkit? In packages there are:gir1.2-webkit-3.0 ? Date: Mon, 27 May 2013 20:09:47 +0200 From: dwnarv...@gmail.com To: alan...@hotmail.com CC: sugar-devel@lists.sugarlabs.org Subject: Re: [Sugar-devel] [sugar-build] remove webkit in saucy We need 2.0.x. Is th

Re: [Sugar-devel] Testing HTML5 template in latest sugar-build

2013-05-27 Thread lionel
Hi Daniel, Thanks for your help. Following is the full trace. Seems that it can’t create the Python virtual environment. Strange is’nt it ? Lionel. [fedora@localhost sugar-build]$ ./osbuild = Setup the build system = * Create the python virtualenv Traceback

Re: [Sugar-devel] [sugar-build] remove webkit in saucy

2013-05-27 Thread Daniel Narvaez
We need 2.0.x. Is that available? On 27 May 2013 20:06, Alan Jhonn Aguiar Schwyn wrote: > Hi, > > In Ubuntu 13.10 (saucy) there are webkit available. > Would be good disable the compilation and use the package like > in fedora 19. > This it's possible? > > Regards! > > Alan > >

[Sugar-devel] [sugar-build] remove webkit in saucy

2013-05-27 Thread Alan Jhonn Aguiar Schwyn
Hi, In Ubuntu 13.10 (saucy) there are webkit available.Would be good disable the compilation and use the package likein fedora 19.This it's possible? Regards! Alan ___ Sugar-devel mailing list Sugar-devel@lists.sugarl

[Sugar-devel] [ASLO] Release Jukebox-31

2013-05-27 Thread Sugar Labs Activities
Activity Homepage: http://activities.sugarlabs.org/addon/4045 Sugar Platform: 0.98 - 0.100 Download Now: http://activities.sugarlabs.org/downloads/file/28632/jukebox-31.xo Release notes: Fix callback from big "No media files" button - SL #4510 Sugar Labs Activities http://activities.sugarlabs

[Sugar-devel] [ASLO] Release FotoToon-15

2013-05-27 Thread Sugar Labs Activities
Activity Homepage: http://activities.sugarlabs.org/addon/4253 Sugar Platform: 0.96 - 0.100 Download Now: http://activities.sugarlabs.org/downloads/file/28631/fototoon-15.xo Release notes: Replace MenuItem by PaletteMenuItem - SL #4500 Sugar Labs Activities http://activities.sugarlabs.org ___

[Sugar-devel] [ASLO] Release Paint-59

2013-05-27 Thread Sugar Labs Activities
Activity Homepage: http://activities.sugarlabs.org/addon/4082 Sugar Platform: 0.96 - 0.100 Download Now: http://activities.sugarlabs.org/downloads/file/28630/paint-59.xo Release notes: Replace MenuItem by PaletteMenuItem - SL #4500 Updated translation Sugar Labs Activities http://activities.su

[Sugar-devel] [ASLO] Release Read-109

2013-05-27 Thread Sugar Labs Activities
Activity Homepage: http://activities.sugarlabs.org/addon/4028 Sugar Platform: 0.98 - 0.100 Download Now: http://activities.sugarlabs.org/downloads/file/28629/read-109.xo Release notes: Fix open text files - SL #4512 Updated translations Sugar Labs Activities http://activities.sugarlabs.org __

[Sugar-devel] [ASLO] Release Write-90

2013-05-27 Thread Sugar Labs Activities
Activity Homepage: http://activities.sugarlabs.org/addon/4201 Sugar Platform: 0.98 - 0.100 Download Now: http://activities.sugarlabs.org/downloads/file/28628/write-90.xo Release notes: Fix collaboration - SL #4482 Replace MenuItem by PaletteMenuItem - SL #4500 Fix typo on string - SL #4504 Updat

Re: [Sugar-devel] Request to get maintainer + release rights on an inactive activity

2013-05-27 Thread Walter Bender
I think I can add you to the activity on ASLO, which means you should be able to upload new versions. -walter On Mon, May 27, 2013 at 10:46 AM, Aneesh Dogra wrote: > Ping again! Sorry, I almost lost track of this thread. I should have > reminded you guys much earlier. > > > On Sat, Feb 2, 2013 a

Re: [Sugar-devel] Request to get maintainer + release rights on an inactive activity

2013-05-27 Thread Walter Bender
On Mon, May 27, 2013 at 11:14 AM, Walter Bender wrote: > I think I can add you to the activity on ASLO, which means you should > be able to upload new versions. done. > > -walter > > On Mon, May 27, 2013 at 10:46 AM, Aneesh Dogra wrote: >> Ping again! Sorry, I almost lost track of this thread. I

Re: [Sugar-devel] Request to get maintainer + release rights on an inactive activity

2013-05-27 Thread Aneesh Dogra
Ping again! Sorry, I almost lost track of this thread. I should have reminded you guys much earlier. On Sat, Feb 2, 2013 at 9:00 PM, Aneesh Dogra wrote: > Patches applied. Should work now! > > > On Sat, Feb 2, 2013 at 11:26 AM, Alan Jhonn Aguiar Schwyn < > alan...@hotmail.com> wrote: > >> Apply

Re: [Sugar-devel] Testing HTML5 template in latest sugar-build

2013-05-27 Thread Daniel Narvaez
On 27 May 2013 12:10, Daniel Narvaez wrote: > git clean -ffdx > ./osbuild > Oh and git pull before anything else, to ensure you have latest code. ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-dev

Re: [Sugar-devel] Testing HTML5 template in latest sugar-build

2013-05-27 Thread Daniel Narvaez
Made various other improvements. Man, auto updating is annoyingly hard to get right :( It should now also handle github rate limiting better, in case that was your problem. I would be really grateful if you could try git clean -ffdx ./osbuild And post the *full* output. I'm not sure what is goin

[Sugar-devel] ask about mills rollers

2013-05-27 Thread icul tampan
Dear, Can anybody tell me which one is better if we have 3 options for selecting the mills set1. 4 mills with 5 rollers each2. 6 mills with 4 rollers each3. 5 mills with 3-6 rollers and 2-4 rollersthose were designed for 12000 TCD sugar factorythanks regards, Fakhrur