[Sugar-devel] [PATCH gst-plugins-espeak] Pass autogen.sh args to configure

2012-08-18 Thread Daniel Narvaez
From: Daniel Narvaez This is customary in autogen.sh scripts and allows to build the plugin with jhbuild. --- autogen.sh |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index e85bfec..dacf40e 100755 --- a/autogen.sh +++ b/autogen.sh @@ -6,4 +6,4 @@

[Sugar-devel] [PATCH sugar] Port the gstreamer code to pygi

2012-08-18 Thread Daniel Narvaez
From: Daniel Narvaez --- bin/sugar-session |4 src/jarabe/model/speech.py | 20 ++-- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/bin/sugar-session b/bin/sugar-session index 0acbc0b..ec8250d 100755 --- a/bin/sugar-session +++ b/bin/sugar-se

[Sugar-devel] Gio.VolumeMonitor.get() crash

2012-08-18 Thread Daniel Narvaez
As mentioned on the wiki shell port page, calling Gio.VolumeMonitor.get() inside sugar was causing a segfault. I found this was due to the fact that we was mixing statinc and dynamic bindings by importing gst. Now I added the gstreamer 1.0 port of gst-plugins-espeak to sugar-build and posted a pa

Re: [Sugar-devel] [PATCH sugar] Port the gstreamer code to pygi

2012-08-18 Thread Daniel Narvaez
Feel free to ignore this, I pushed it on the manuqs-erikos-shell-port branch. I think the idea everything will be posted for review here as soon as the port is in good shape. On 18 August 2012 11:38, Daniel Narvaez wrote: > From: Daniel Narvaez > > --- > bin/sugar-session |4 >

[Sugar-devel] Key accelerators on the XO

2012-08-18 Thread S. Daniel Francis
Hi, I'm developing a Sugar Activity and it has ToolButtons "gtk-add" and "gtk-remove", those buttons append and remove elements at a GtkTreeView and at the time to choice a key accelerator for the remove button, I selected the "Delete" key; but that key isn't at the XO-1.75 keyboard. I already saw

Re: [Sugar-devel] Key accelerators on the XO

2012-08-18 Thread Walter Bender
On Sat, Aug 18, 2012 at 12:05 PM, S. Daniel Francis wrote: > Hi, > I'm developing a Sugar Activity and it has ToolButtons "gtk-add" and > "gtk-remove", those buttons append and remove elements at a > GtkTreeView and at the time to choice a key accelerator for the remove > button, I selected the "D

[Sugar-devel] Git Repo for "Software Update"

2012-08-18 Thread Ajay Garg
Hi all. Kindly let know the location of the git repo, for the code that is used in "Software Update" section. I will be grateful. Thanks and Regards, Ajay ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinf

[Sugar-devel] [HARMONIC] Harmonic Distribution 0.5 development release

2012-08-18 Thread Aleksey Lim
New development release of projects that conform Harmonic Distribution[1] effort, Sweets Distribution[2] (packages with base software) and Sugar Network[3] (content delivering/sharing system). == Sugar Network == * Improved Sugar Network integration in Sugar Shell. It is possible to remove ac

Re: [Sugar-devel] Key accelerators on the XO

2012-08-18 Thread Frederick Grose
On Sat, Aug 18, 2012 at 12:14 PM, Walter Bender wrote: > On Sat, Aug 18, 2012 at 12:05 PM, S. Daniel Francis > wrote: > > Hi, > > I'm developing a Sugar Activity and it has ToolButtons "gtk-add" and > > "gtk-remove", those buttons append and remove elements at a > > GtkTreeView and at the time to

Re: [Sugar-devel] Key accelerators on the XO

2012-08-18 Thread S. Daniel Francis
2012/8/18 Frederick Grose : > > On Sat, Aug 18, 2012 at 12:14 PM, Walter Bender > wrote: >> >> Delete doesn't typically have a F key associated with it (or any >> accelerator that I am aware of). >> > > fn Erase seems to be Delete. > http://wiki.laptop.org/go/Keyboard#Missing_Keys Thank you. I th

Re: [Sugar-devel] Git Repo for "Software Update"

2012-08-18 Thread Chris Leonard
On Sat, Aug 18, 2012 at 12:25 PM, Ajay Garg wrote: > Hi all. > > Kindly let know the location of the git repo, for the code that is used in > "Software Update" section. > > I will be grateful. Are you talking about: http://git.sugarlabs.org/sugar-update-control __