Sridhar Dhanapalan | 1 Feb 2012 04:37
Picon
Gravatar

Re: [IAEP] [x-post] GNU Project renews focus on free software in education

Brilliant!

What can we do to have Sugar more formally recognised by the FSF? I
think it should be their desktop of choice for primary school
education.

Sridhar

Sridhar Dhanapalan
Engineering Manager
One Laptop per Child Australia

On 31 January 2012 23:28, Anish Mangal <anish <at> activitycentral.com> wrote:
> Hi,
>
> Just received a message on the fsf-info list about FSF relaunching the
> GNU education project:
>
> Links:
> [1] http://www.fsf.org/blogs/community/gnu-education-website-relaunch
> [blog post]
> [2] http://www.gnu.org/education/ [GNU Education website]
>
> --
> Anish
>
>
> * * *
>
>
(Continue reading)

Sean DALY | 1 Feb 2012 12:27
Picon

Re: [IAEP] [x-post] GNU Project renews focus on free software in education

http://www.sugarlabs.org/index.php?template=press&article=20090918&language=english#20090918

This followed uninformed misstatements in the media at the time by
some FSF members.

FSF influence on K-8 education departments is minimal, but I agree
more can always be done. We need to be in touch with Dora.

Most FSF people I know think high school or university when the topic
is educational software; e.g. FSFE edu-eu mailing list
(https://lists.gnu.org/mailman/listinfo/edu-eu)

Sean

On Wed, Feb 1, 2012 at 4:37 AM, Sridhar Dhanapalan
<sridhar <at> laptop.org.au> wrote:
> Brilliant!
>
> What can we do to have Sugar more formally recognised by the FSF? I
> think it should be their desktop of choice for primary school
> education.
>
> Sridhar
>
>
> Sridhar Dhanapalan
> Engineering Manager
> One Laptop per Child Australia
>
>
(Continue reading)

Sridhar Dhanapalan | 1 Feb 2012 13:57
Picon
Gravatar

Re: [FEATURES][DESIGN] Network proxy configuration

On 25 January 2012 04:33, Jerry Vonau <jvonau <at> shaw.ca> wrote:
> On Tue, 2012-01-24 at 13:02 +0100, Simon Schampijer wrote:
>> Hi Sridhar and Jarry,
>>
>> can you give a bit of inside on the usage of that Feature in the field?
>> So far I am clear that you did use the gnome-network section to set the
>> proxy. To make it easier the option should now be as well available in
>> the CP in Sugar.
>>
>
> Yes, both tools can set the same gconf settings.
>
>> - who does set the proxy for each XO, the learner or an administrator?
>>
> That depends on the exact school deployment. I can see both occurring,
> ("OK class open my settings then click on proxy, enter these
> settings...."), pre-populate the gconf settings at image creation
> time(we can create an image for a large user base), or alter these
> settings via a customization key routine that we have developed.
>
>> - what is the scope of the proxy? does each school has another one, is
>> it per district, deployment...

Each state in Australia has its own schools system, and hence its own networks.

>> - what type of proxy do you set, per url or manually?
>>
>
> Here again, depends on the school location. All this is really
> meaningless unless the proxy info is exported as an environment variable
(Continue reading)

Simon Schampijer | 1 Feb 2012 14:22
Picon

[PATCH sugar-toolkit-gtk3] Add DescriptionEntry to the activity sub-toolbar (v2)

This is the implementation of the 'Write to Journal anytime'
feature. This patch is based on Walter's sugar-toolkit-gtk2
patch.

The patch itself adds a DescriptionEntry to the activity
sub-toolbar to make editing a Journal entry description
from within the activity possible. The code has the same
error handling as the TitleEntry.

Signed-off-by: Simon Schampijer <simon <at> laptop.org>
Signed-off-by: Walter Bender <walter.bender <at> gmail.com>
---
 src/sugar3/activity/widgets.py |   73 ++++++++++++++++++++++++++++++++++++++++
 1 files changed, 73 insertions(+), 0 deletions(-)

diff --git a/src/sugar3/activity/widgets.py b/src/sugar3/activity/widgets.py
index 3f67300..2ce9484 100644
--- a/src/sugar3/activity/widgets.py
+++ b/src/sugar3/activity/widgets.py
 <at>  <at>  -1,4 +1,6  <at>  <at> 
 # Copyright (C) 2009, Aleksey Lim, Simon Schampijer
+# Copyright (C) 2012, Walter Bender
+# Copyright (C) 2012, One Laptop Per Child
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 <at>  <at>  -29,6 +31,7  <at>  <at>  from sugar3.graphics.toolbox import Toolbox
 from sugar3.graphics.xocolor import XoColor
 from sugar3.graphics.icon import Icon
 from sugar3.bundle.activitybundle import ActivityBundle
(Continue reading)

Chris Leonard | 1 Feb 2012 15:35
Picon

Re: [PATCH] sl#2815: Localization fixes.

On Tue, Jan 31, 2012 at 7:38 AM, Sascha Silbe <silbe <at> activitycentral.com> wrote:
> Excerpts from David Mason's message of 2012-01-31 03:16:14 +0100:
>
>
> David, I'm assuming you replied in private accidentally, so I'm bringing
> the thread back on-list.
>
>> > Similar to your previous patch [1], gettext already flags this as a
>> > format string. As this particular example is a bit more complicated,
>> > I'm less averse to accepting the patch, but I'd still prefer a solution
>> > that tells translators how to properly handle them without requiring us to
>> > mention that for each and every format string in the code.
>>
>> We've just implemented a validator in zanata's translation editor that will warn translators when
there is any change in printf style variables. I based it on the validator in translation toolkit, and I
believe a similar validator is also available in pootle. Having translators performing translations
through Zanata (www.zanata.org) or Pootle, or use translation toolkit or running msgmerge with
appropriate options, could make handling of variables in translations a lot cleaner.
>
> Sugar Labs already uses a Pootle instance [1], which Chris (who
> requested the changes discussed in this thread) maintains.
>
> Chris, what are the exact cases where format strings are troublesome? Is
> it with translators using translation tools outside of Pootle (which
> tools exactly?) or when translating inside Pootle?

The particular string in question was

"%(hour)d:%(min).2d remaining"

(Continue reading)

Gonzalo Odiard | 1 Feb 2012 15:39
Favicon

Re: [PATCH sugar-toolkit-gtk3] Add DescriptionEntry to the activity sub-toolbar (v2)

Hi Simon,
I have found the following problems:

Doing "git am":

/home/gonzalo/sugar-jhbuild/source/sugar-toolkit-gtk3/.git/rebase-apply/patch:72: trailing whitespace.
        if 'description' not in jobject:
warning: 1 line adds whitespace errors.

Testing:
As you can see in http://dev.laptop.org/~gonzalo/write-anytime.png

1) The icon is not visible, my system does not have a write-journal.svg file.
2) The text inside the description box is white over grey.

Another question:

* Is DescriptionEntry a good name? may be is better DescriptionButton?

Gonzalo

_______________________________________________
Sugar-devel mailing list
Sugar-devel <at> lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel
Gonzalo Odiard | 1 Feb 2012 16:16
Favicon

Re: [PATCH sugar-toolkit-gtk3] Remove the Naming Alert

Reviewed-by: Gonzalo Odiard <gonzalo <at> laptop.org>
Tested-by: Gonzalo Odiard <gonzalo <at> laptop.org>

Gonzalo


_______________________________________________
Sugar-devel mailing list
Sugar-devel <at> lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel
Manuel Quiñones | 1 Feb 2012 17:25
Favicon

Re: [PATCH sugar-toolkit-gtk3] Remove the Naming Alert

El día 1 de febrero de 2012 12:16, Gonzalo Odiard <gonzalo <at> laptop.org> escribió:
> Reviewed-by: Gonzalo Odiard <gonzalo <at> laptop.org>
> Tested-by: Gonzalo Odiard <gonzalo <at> laptop.org>

Reviewed-by: Manuel Quiñones <manuq <at> laptop.org>
Tested-by: Manuel Quiñones <manuq <at> laptop.org>

--

-- 
.. manuq ..
Manuel Quiñones | 1 Feb 2012 17:37
Favicon

Re: [PATCH sugar-toolkit-gtk3] Add DescriptionEntry to the activity sub-toolbar (v2)

El día 1 de febrero de 2012 11:39, Gonzalo Odiard <gonzalo <at> laptop.org> escribió:
> Hi Simon,
> I have found the following problems:
>
> Doing "git am":
>
> /home/gonzalo/sugar-jhbuild/source/sugar-toolkit-gtk3/.git/rebase-apply/patch:72:
> trailing whitespace.
>
>         if 'description' not in jobject:
> warning: 1 line adds whitespace errors.

Same here.

> Testing:
> As you can see in http://dev.laptop.org/~gonzalo/write-anytime.png
>
> 1) The icon is not visible, my system does not have a write-journal.svg
> file.

Same here.

> 2) The text inside the description box is white over grey.

This should be done in the theme, sugar-artwork-gtk3 CSS.  Added to
the list here [1], thanks!

[1] http://wiki.sugarlabs.org/go/Features/GTK3/Theme

--

-- 
.. manuq ..
Simon Schampijer | 1 Feb 2012 20:19
Picon

Re: [PATCH Sugar] Implementation of Text to Speech in Sugar Feature - v5

On 01/31/2012 08:08 PM, godiard <at> sugarlabs.org wrote:
> From: Gonzalo Odiard<godiard <at> gmail.com>
>
> This patch implement the text to speech feature using the
> gstremer espeak plugin and using a device icon in the frame
> to enable the user to configure parameters and play/pause/stop
> the spoken text. The configuration is saved in gconf.
> gstreamer-plugins-espeak is in use in many activities,
> but is added now as a dependency to Sugar.
>
> Signed-off-by: Gonzalo Odiard<gonzalo <at> laptop.org>

Hi Sascha,

Gonzalo adjusted the description. I think we can really push this one 
now. Any other comments?

I would like to release now...
    Simon

Gmane