Re: [Sugar-devel] Free Terminal?

2012-01-04 Thread Sean DALY
The first time I found opened Terminal, I did an ls and saw that there were comands prefaced with sugar. I ran one out of curiosity, and wiped out the Journal, which taught me the valuable lesson that tinkering with the command line could destroy the environment... Sean On Tue, Jan 3, 2012 at

Re: [Sugar-devel] [PATCH browse] Improve session store and restore

2012-01-04 Thread Simon Schampijer
On 04/01/12 03:57, Manuel Quiñones wrote: This is the review from Simon Schampijer of commit 14102bcd65f015dcbf12d1406df8ef7ffb64d13d . * the sessionstore code is moved into Browser, we do have set_history_index/get_history_index already there, the TabbedView does use that path for their

[Sugar-devel] [DESIGN] Browse: [+] for adding a new tab always at the far right?

2012-01-04 Thread Simon Schampijer
Hi, due to API changes in the GTK Notebook [1] we can add now an action widget to it (e.g. a button to add a new tab). So far our 'add-new-tab'-button in Browse was another special tab. We could simplify the Browse code a lot by using the action widget instead. Yay! There will be a visual

Re: [Sugar-devel] [RELEASE] Abacus V31

2012-01-04 Thread Peter Robinson
Hey Walter, It looks like the setup.py needs to be updated for the gtk3 bits. I'm getting the following error when building a rpm. + unset DISPLAY + python ./setup.py build Traceback (most recent call last): File ./setup.py, line 2, in module from sugar.activity import bundlebuilder

[Sugar-devel] [PATCH sugar] SugarAdhoc networks: make 'connect' option in Palette available

2012-01-04 Thread Simon Schampijer
The palette got only updated on device state changes so far, but is not initialised on startup. The device state is now signaled as well on bringup from the manager to the widget. --- src/jarabe/desktop/meshbox.py |2 +- src/jarabe/model/adhoc.py |1 + 2 files changed, 2

Re: [Sugar-devel] SugarLabs server - web page

2012-01-04 Thread Walter Bender
On Tue, Jan 3, 2012 at 11:20 PM, Alan Jhonn Aguiar Schwyn alan...@hotmail.com wrote: Hi, Many times, I wondered, what activities had to Sugar page SL (SugarLabs). But when you are looking for, not is easily to find the activities that are not public. Furthermore, when adding a new activity,

[Sugar-devel] [PATCH browse] Adopt to WebKit API for title of the browser widget

2012-01-04 Thread Simon Schampijer
The webkitgtk API [1] does return None if the title is not set. Adopt to that change. [1] http://webkitgtk.org/reference/webkitgtk-webkitwebview.html#WebKitWebView--title --- webactivity.py |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/webactivity.py b/webactivity.py

Re: [Sugar-devel] SugarLabs server - web page

2012-01-04 Thread Alan Jhonn Aguiar Schwyn
I am confused. VisualMatch is red in your spreadsheet, but it has a page. What am I not understanding? I check again and find the error.. Was fixed... Another problem to fix? ___ Sugar-devel mailing list

Re: [Sugar-devel] [ASLO] SugarLabs server - web page

2012-01-04 Thread Walter Bender
On Wed, Jan 4, 2012 at 8:35 AM, Alan Jhonn Aguiar Schwyn alan...@hotmail.com wrote: I am confused. VisualMatch is red in your spreadsheet, but it has a page. What am I not understanding? I check again and find the error.. Was fixed... Another problem to fix? I don't know. I just noticed

Re: [Sugar-devel] [ASLO] SugarLabs server - web page

2012-01-04 Thread Alan Jhonn Aguiar Schwyn
I don't know. I just noticed that one, which made me doubt the accuracy of the data. Was it automatically compiled? Automatically? No.. I make it, manually... Without permissions.. I only can read... ___

Re: [Sugar-devel] [ASLO] SugarLabs server - web page

2012-01-04 Thread Walter Bender
On Wed, Jan 4, 2012 at 8:51 AM, Alan Jhonn Aguiar Schwyn alan...@hotmail.com wrote: I don't know. I just noticed that one, which made me doubt the accuracy of the data. Was it automatically compiled? Automatically? No.. I make it, manually... Wow. A lot of work. Thank you for the effort.

Re: [Sugar-devel] [DESIGN] Browse: [+] for adding a new tab always at the far right?

2012-01-04 Thread Alan Jhonn Aguiar Schwyn
Btw, Safari uses the same style, with a button at the far right for adding a new tabSafari.. yes..But: Internet Explorer, Mozilla Firefox, Google Chrome.. no..Have the button at right of the last tab..Personally, I like in this place.. :-)

Re: [Sugar-devel] [ASLO] SugarLabs server - web page

2012-01-04 Thread Chris Leonard
On Wed, Jan 4, 2012 at 8:56 AM, Walter Bender walter.ben...@gmail.com wrote: Automatically? No.. I make it, manually... Wow. A lot of work. Thank you for the effort. Yes, thank you for the work. We need to do this sort of quality control checking on the consistency of our resources more

Re: [Sugar-devel] [RELEASE] Abacus V31

2012-01-04 Thread Walter Bender
On Wed, Jan 4, 2012 at 5:56 AM, Peter Robinson pbrobin...@gmail.com wrote: Hey Walter, It looks like the setup.py needs to be updated for the gtk3 bits. I'm getting the following error when building a rpm. + unset DISPLAY + python ./setup.py build Traceback (most recent call last):  File

Re: [Sugar-devel] [ASLO] SugarLabs server - web page

2012-01-04 Thread Hernan Pachas
Sería muy positivo, agregar: IDIOMAS, de esa manera es más productivo saber que actividad se encuentra disponible para determinado país. Desarrollado para: indicar sobre que sugar se ejecuta la actividad. Saludos, ---hernán 2012/1/4 Chris Leonard cjlhomeaddr...@gmail.com On Wed, Jan 4,

Re: [Sugar-devel] [ASLO] SugarLabs server - web page

2012-01-04 Thread Chris Leonard
On Wed, Jan 4, 2012 at 9:46 AM, Hernan Pachas hernan.pac...@gmail.com wrote: Sería muy positivo, agregar: IDIOMAS, de esa manera es más productivo saber que actividad se encuentra disponible para determinado país. Desarrollado para: indicar sobre que sugar se ejecuta la actividad. Saludos,

Re: [Sugar-devel] [ASLO] SugarLabs server - web page

2012-01-04 Thread Hernan Pachas
Hola Chris: totalmente de acuerdo. Alan : Será posible agregar el link hacia los lugares donde se encuentra cada actividad, dentro de la lista? He navegado por :http://download.sugarlabs.org/activities/ y solo se encuentran las actividades listas para descargar. Para nosotros en Perú, será

Re: [Sugar-devel] SugarLabs server - web page

2012-01-04 Thread Thomas C Gilliard
I did a preliminary cut on this topic last year: http://wiki.sugarlabs.org/go/Features/Soas_V4/ASLOxo_Activity_Test_Table#Activity_Test_Results It has not been updated This page was last modified on 1 November 2010, at 12:14. Tom Gilliard On 01/03/2012 08:20 PM, Alan Jhonn Aguiar Schwyn

Re: [Sugar-devel] [PATCH browse] Adopt to WebKit API for title of the browser widget

2012-01-04 Thread Manuel Quiñones
2012/1/4 Simon Schampijer si...@schampijer.de: The webkitgtk API [1] does return None if the title is not set. Adopt to that change. [1] http://webkitgtk.org/reference/webkitgtk-webkitwebview.html#WebKitWebView--title ---  webactivity.py |    2 +-  1 files changed, 1 insertions(+), 1

Re: [Sugar-devel] [RELEASE] Abacus V31

2012-01-04 Thread Walter Bender
On Wed, Jan 4, 2012 at 5:56 AM, Peter Robinson pbrobin...@gmail.com wrote: Hey Walter, It looks like the setup.py needs to be updated for the gtk3 bits. I'm getting the following error when building a rpm. + unset DISPLAY + python ./setup.py build Traceback (most recent call last):  File

Re: [Sugar-devel] SugarLabs server - web page

2012-01-04 Thread Alan Jhonn Aguiar Schwyn
Maybe.. cross information? The spreadsheet now have: number of the latest version and in which Sugar runs.. https://docs.google.com/spreadsheet/ccc?key=0AntaXnq4oy2_dFJjNE9TemZUUGtzLVNEQnF4UlIwQkE We should check whether each activity works in the sugar it says, and if possible, try on a XO...