Re: [Sugar-devel] [ANNOUNCE] New Sugar Web chat

2010-11-23 Thread Aleksey Lim
Hi all, New web chat[1] (qwebirc[2]) client is in production mode on: https://chat.sugarlabs.org The difference with previous chat.sugarlabs.org are: * https for secure chatting * SL sites bar * Nickname login field supports keeping history in browsers * list of sugar related channels *

Re: [Sugar-devel] [ANNOUNCE] New Sugar Web chat

2010-11-23 Thread Aleksey Lim
On Tue, Nov 23, 2010 at 07:34:23PM +0100, Bert Freudenberg wrote: On 23.11.2010, at 18:52, Aleksey Lim wrote: Hi all, New web chat[1] (qwebirc[2]) client is in production mode on: https://chat.sugarlabs.org The difference with previous chat.sugarlabs.org are: * https

Re: [Sugar-devel] [ANNOUNCE] New Sugar Web chat

2010-11-24 Thread Aleksey Lim
On Wed, Nov 24, 2010 at 12:08:38PM +1100, James Cameron wrote: On Tue, Nov 23, 2010 at 05:52:48PM +, Aleksey Lim wrote: New web chat[1] (qwebirc[2]) client is in production mode on: https://chat.sugarlabs.org The difference with previous chat.sugarlabs.org are: * https for secure

Re: [Sugar-devel] [Sugar-news] Sugar Digest 2010-11-25

2010-11-25 Thread Aleksey Lim
On Thu, Nov 25, 2010 at 08:46:32AM -0500, Walter Bender wrote: ===Tech Talk=== 7. Aleksey Lim, who has recently gotten translation bots running in our most frequented channels on irc.freenode.net has been revamping the web interface (See either https://chat.sugarlabs.org or http

Re: [Sugar-devel] [ANNOUNCE] New Sugar Web chat

2010-11-25 Thread Aleksey Lim
On Tue, Nov 23, 2010 at 07:34:23PM +0100, Bert Freudenberg wrote: On 23.11.2010, at 18:52, Aleksey Lim wrote: Hi all, New web chat[1] (qwebirc[2]) client is in production mode on: https://chat.sugarlabs.org The difference with previous chat.sugarlabs.org are: * https

Re: [Sugar-devel] [ANNOUNCE] Multi-lingual IRC chat

2010-11-28 Thread Aleksey Lim
Hi all, There are a couple of new features in multi-lingual support that might be useful to chat with different language speaking people [1]. * Keep some parts of IRC post untranslated, i.e., verbatim passing some phrases to translation channels (or in opposite direction): * wrap verbatim

Re: [Sugar-devel] automatically naming incremental sugar activity instances

2010-11-29 Thread Aleksey Lim
On Sun, Nov 28, 2010 at 06:38:58PM -0500, Erik Blankinship wrote: If you wanted to [attempt to] automatically name new sugar activity instances incrementally, what is the best technique to do this? The solution I've come up with (not implemented, and not sure it can be implemented): scan the

Re: [Sugar-devel] Problem with gstreamer espeak plugin

2010-11-29 Thread Aleksey Lim
On Sat, Nov 27, 2010 at 10:25:23PM +, James Simmons wrote: Aleksey, I recently tried to use text to speech on a French file with Read Etexts and it behave really strangely. When speaking a page the highlight jumps ahead of the word being spoken. Speech works fine, it's just the

Re: [Sugar-devel] getting datastoreObject from read_file call?

2010-12-01 Thread Aleksey Lim
On Wed, Dec 01, 2010 at 01:19:40PM -0500, Erik Blankinship wrote: When read_file is called by my activity, I get a file path to something that is probably in my journal. How can I get the datastoreObject affiliated with that file_path? Activity class has metadata property, which is a dict

Re: [Sugar-devel] Joke Machine question

2010-12-08 Thread Aleksey Lim
On Tue, Dec 07, 2010 at 08:29:12PM +1100, David Leeming wrote: I'm using Joke Machine 11 on an XO-1 os852 v/ 10.1.2 I want to share joke books via the server by uploading and downloading, and also via a flashdrive. Should this be possible? In the first case when I

Re: [Sugar-devel] how to use custom gstreamer elements bundled in activities?

2010-12-10 Thread Aleksey Lim
On Sat, Dec 11, 2010 at 01:30:22AM -0500, Erik Blankinship wrote: Some more research suggests I need to specify a GST_PLUGIN_PATH for my activity. http://stackoverflow.com/questions/2120444/gstreamer-plugin-search-path I am having a hard time figuring out how to do this in pygst. The

Re: [Sugar-devel] Fwd: Problem developing app

2010-12-14 Thread Aleksey Lim
On Mon, Dec 13, 2010 at 11:33:54AM -0200, Rodrigo Pérez Fulloni wrote: Hi, this is my first activity and I made it following your manual (it's excellent), and I can't find something different in my activity. I've tried changing the location as you said, but nothing. Now I tried eliminating

Re: [Sugar-devel] get list of titles in the datastore?

2010-12-14 Thread Aleksey Lim
On Mon, Dec 13, 2010 at 05:29:04PM -0500, Erik Blankinship wrote: As a note.. the function find with a { query:my_search_string } tokenizes both my_search_string and the datastore entries on white space. The function returns true on any combination. Journal Entries Goo Bar Goo Bee

Re: [Sugar-devel] get list of titles in the datastore?

2010-12-14 Thread Aleksey Lim
On Tue, Dec 14, 2010 at 11:04:33AM +, Aleksey Lim wrote: On Mon, Dec 13, 2010 at 05:29:04PM -0500, Erik Blankinship wrote: As a note.. the function find with a { query:my_search_string } tokenizes both my_search_string and the datastore entries on white space. The function returns

Re: [Sugar-devel] Fwd: Problem developing app

2010-12-14 Thread Aleksey Lim
On Tue, Dec 14, 2010 at 01:59:43PM -0200, Rodrigo Pérez Fulloni wrote: I'm trying my project in a XO-1. I've uploaded a file with a bad import, now it's fixed, excuses. It should work now (only from command line, sugar-launch hMouse). I tried fresh git clone on XO-1 on sugar-0.84 and it worked

[Sugar-devel] Copying files multiple times results in bogus names #2060

2010-12-15 Thread Aleksey Lim
Patch is intended to sucrose-0.88 branch but might be easy ported to the master. ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

[Sugar-devel] [PATCH] Copying files multiple times results in bogus names #2060

2010-12-15 Thread Aleksey Lim
--- .gitignore |1 + src/jarabe/journal/model.py | 33 - tests/__main__.py |6 tests/jarabe|1 + tests/journal_model.py | 67 +++ 5 files changed, 100 insertions(+), 8

Re: [Sugar-devel] object chooser title?

2010-12-15 Thread Aleksey Lim
On Wed, Dec 15, 2010 at 04:15:38PM -0500, Erik Blankinship wrote: Can I set the text at the top of the sugar object chooser from the default choose an object? Thanks! For now, it is hard coded, see sugar soureces: sugar/src/jarabe/journal/objectchooser.py

[Sugar-devel] Clipboard menu off screen #2201

2010-12-17 Thread Aleksey Lim
Patches do the same as Mukul Gupta's one but moves the code to sugar-toolkit. ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

[Sugar-devel] [PATCH sugar-toolkit] Clipboard menu off screen #2201

2010-12-17 Thread Aleksey Lim
By default, set palette title width to a half of screen widht. --- src/sugar/graphics/palette.py |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/src/sugar/graphics/palette.py b/src/sugar/graphics/palette.py index 46f167b..8d5794d 100644 ---

[Sugar-devel] [PATCH sugar] Clipboard menu off screen #2201

2010-12-17 Thread Aleksey Lim
Rely on sugar-toolkit in setting most appropriate text_maxlen --- src/jarabe/frame/clipboardmenu.py |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/jarabe/frame/clipboardmenu.py b/src/jarabe/frame/clipboardmenu.py index d11538d..5ce78b2 100644 ---

[Sugar-devel] [PATCH sugar-toolkit] Clipboard menu off screen #2201

2010-12-17 Thread Aleksey Lim
New font.char_width property to return approximate char width. Set Palette's text_maxlen to a half of the screen by defualt. --- src/sugar/graphics/palette.py | 21 + src/sugar/graphics/style.py | 40 2 files changed, 53

Re: [Sugar-devel] tracking CTRL and ALT keys in a sugar activity

2010-12-17 Thread Aleksey Lim
On Fri, Dec 17, 2010 at 05:23:03PM -0500, Erik Blankinship wrote: On Fri, Dec 17, 2010 at 4:52 PM, Walter Bender walter.ben...@gmail.comwrote: On Fri, Dec 17, 2010 at 4:48 PM, Erik Blankinship er...@mediamods.com wrote: I would like to know when CTRL or ALT are being pressed in my sugar

Re: [Sugar-devel] git.sugarlabs.org humble anniversary

2010-12-19 Thread Aleksey Lim
On Sun, Dec 19, 2010 at 03:00:36PM +, Aleksey Lim wrote: Hi all, We have 2 years humble anniversary of Sugar Labs Gitorious[1] instance. Some statistics for Sun Dec 19 12:31:01 UTC 2010. First registered user: ramereth, 2008-12-03 19:20:20 http://git.sugarlabs.org/~ramereth

Re: [Sugar-devel] [Dextrose] [PATCH] Yum-updater notifications integration

2010-12-21 Thread Aleksey Lim
On Mon, Dec 20, 2010 at 06:35:08PM -0500, Bernie Innocenti wrote: On Tue, 2010-12-21 at 09:28 +1100, James Cameron wrote: On Mon, Dec 20, 2010 at 05:14:25PM -0500, Bernie Innocenti wrote: On Mon, 2010-12-20 at 16:56 -0300, Martin Abente wrote: +def __reboot_cb(self): +

Re: [Sugar-devel] [PATCH] sl#1504: preserve zoom while rotating

2010-12-21 Thread Aleksey Lim
On Tue, Dec 21, 2010 at 09:40:30PM +0530, Mukesh Gupta wrote: Earlier image used to go down to its original size while rotating .This patch will keep zoom factor into account while rotating Signed-off-by: Mukesh Gupta mukeshgupta.2...@gmail.com --- ImageView.py |1 + 1 files changed,

Re: [Sugar-devel] Object Chooser (selecting user-created audio objects from the Journal)

2010-12-21 Thread Aleksey Lim
On Tue, Dec 21, 2010 at 09:54:24PM -0500, Art Hunkins wrote: I'd like to thank all those who helped me get Object Chooser in the Journal up and running in my FileMix activity. I'd also like to share my results, in case the code could be helpful to others. Excerpts follow: from

Re: [Sugar-devel] [PATCH] sl#1504: preserve zoom while rotating

2010-12-21 Thread Aleksey Lim
On Wed, Dec 22, 2010 at 05:56:50PM +1100, James Cameron wrote: On Wed, Dec 22, 2010 at 05:51:37AM +, Aleksey Lim wrote: I've also added HACKING file (that is regular FOSS practice) (http://git.sugarlabs.org/imageviewer/mainline/blobs/master/HACKING) with info about how to contribute

Re: [Sugar-devel] git.sugarlabs.org humble anniversary

2010-12-22 Thread Aleksey Lim
On Wed, Dec 22, 2010 at 03:41:15AM -0500, Bernie Innocenti wrote: On Sun, 2010-12-19 at 15:00 +, Aleksey Lim wrote: Countries TOP: IT 10878 I wonder who in Italy is slurping all our git repositories :-) Yeah, we need to ban bender.sugarlabs.org (11522 git sessions). BTW

Re: [Sugar-devel] Object Chooser (selecting user-created audio objects from the Journal)

2010-12-24 Thread Aleksey Lim
. Art Hunkins - Original Message - From: Aleksey Lim alsr...@member.fsf.org To: Art Hunkins abhun...@uncg.edu Cc: Sugar-devel@lists.sugarlabs.org Sent: Wednesday, December 22, 2010 1:22 AM Subject: Re: [Sugar-devel] Object Chooser (selecting user-created audio objects from

Re: [Sugar-devel] [PATCH] sl#2544 Adding Smiley Support to Chat Application

2010-12-29 Thread Aleksey Lim
On Mon, Dec 27, 2010 at 12:43:57AM +0530, Mukesh Gupta wrote: The patch uses png files as smiley icons which are converted from svgs during first run . All the smiley images are stored in /icons folder Thanks, pushed. I also added improved it: - add extended set of smiley icons from

Re: [Sugar-devel] [PATCH] sl#1504: preserve zoom while rotating

2010-12-29 Thread Aleksey Lim
On Wed, Dec 29, 2010 at 11:32:16AM +, Peter Robinson wrote: On Wed, Dec 22, 2010 at 7:34 AM, Aleksey Lim alsr...@member.fsf.org wrote: On Wed, Dec 22, 2010 at 05:56:50PM +1100, James Cameron wrote: On Wed, Dec 22, 2010 at 05:51:37AM +, Aleksey Lim wrote: I've also added HACKING

Re: [Sugar-devel] activities not starting (porting on marvell tablet)

2011-01-06 Thread Aleksey Lim
On Sun, Jan 02, 2011 at 12:10:08AM +0530, Nagarjuna G wrote: I am porting Sugar on a marvell tablet. Using debian distro. When I run an activity, such as record, or memorize, I get the following error. any clue will be helpful. glab:~/.sugar/default/logs# tail -f

Re: [Sugar-devel] Errors while running sugar emulator

2011-01-06 Thread Aleksey Lim
On Sun, Jan 02, 2011 at 11:50:55AM +0530, akshit chhabra wrote: I have installed sugar in Karmic 9.10 but is not able to run it due to some errors The error log can be viewed here: http://pastebin.com/ATWzX5PF Karmic's Xephyr does not support -title argument. Btw what about updating Ubuntu to

[Sugar-devel] Check for required activity deps before installing

2011-01-12 Thread Aleksey Lim
It is a mimic of sweets' requires tag that will be used only for sugar dependency. Full functional dependency tracking will come with sweets support implementation in the shell. Dependency check will happen only for installation. Since in most cases it should be enough and launching code is

[Sugar-devel] [PATCH sugar 1/2] Let call the frame from arbitrary code avoiding curcular imports

2011-01-12 Thread Aleksey Lim
--- src/jarabe/frame/__init__.py |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/src/jarabe/frame/__init__.py b/src/jarabe/frame/__init__.py index d7aec3d..3ca156c 100644 --- a/src/jarabe/frame/__init__.py +++ b/src/jarabe/frame/__init__.py @@ -14,11 +14,10 @@ # along

[Sugar-devel] [PATCH sugar-toolkit 1/2] Fix typo in except block

2011-01-12 Thread Aleksey Lim
--- src/sugar/bundle/bundle.py |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/sugar/bundle/bundle.py b/src/sugar/bundle/bundle.py index 2c210b3..a402ae9 100644 --- a/src/sugar/bundle/bundle.py +++ b/src/sugar/bundle/bundle.py @@ -73,7 +73,7 @@ class Bundle(object):

[Sugar-devel] [PATCH sugar-toolkit 2/2] Parse activity dependencies

2011-01-12 Thread Aleksey Lim
It is a mimic of sweets' requires tag that will be used only for sugar dependency. Full functional dependency tracking will come with sweets support implementation in the shell. The format for requires optin in activity.info: requires = sugar (=|==||=||=) version [; ...] ---

[Sugar-devel] [DESIGN] Frame icon for bugs reporting

2011-01-12 Thread Aleksey Lim
Hi all, This is a mockup how bugs reporting UI might look like frorm user pov. It is different from existed mockups [1], because it is intended to be semi automatic and targeting more to deployment needs (here Dextrose). Also this feature (in initial implementaion stage) should got to Dextrose-2

Re: [Sugar-devel] testing OS860 - Activity Radio

2011-01-15 Thread Aleksey Lim
On Sat, Jan 15, 2011 at 11:04:52AM -0500, Rafael Enrique Ortiz Guerrero wrote: Hi Translating Kevin message..in case somebody know the cause of this problem. ..I made other test with radio-4.xo but it seems that i cannot reproduce kid's songs that are in mp3 format on their usb keys. In

Re: [Sugar-devel] [Dextrose] Check for required activity deps before installing

2011-01-17 Thread Aleksey Lim
On Mon, Jan 17, 2011 at 07:49:38PM -0500, Bernie Innocenti wrote: On Wed, 2011-01-12 at 14:32 +, Aleksey Lim wrote: It is a mimic of sweets' requires tag that will be used only for sugar dependency. Full functional dependency tracking will come with sweets support implementation

Re: [Sugar-devel] Activities not compatible with Sugar-0.90

2011-01-18 Thread Aleksey Lim
Ortiz Aleksey Lim Pablo Flores Bernie Innocenti josh [j...@tucson-labs.com] Thomas Gilliard Stefan Unterhauser Anish Mangal Sascha Silbe The activity editors are: Tomeu Vizoso Simon Schampijer Gary Martin Sebastian Dziallas Luke Faraone Rafael Ortiz James Simmons Aleksey Lim

Re: [Sugar-devel] Activities not compatible with Sugar-0.90

2011-01-18 Thread Aleksey Lim
On Tue, Jan 18, 2011 at 05:48:05PM +, Daniel Drake wrote: On 18 January 2011 13:06, Aleksey Lim alsr...@member.fsf.org wrote: Also, in my mind, ASLO is primarily a doer/user tool, so ASLO editors should not change existed uploads in the way they think is needed. I guess this means

Re: [Sugar-devel] Activities not compatible with Sugar-0.90

2011-01-18 Thread Aleksey Lim
On Tue, Jan 18, 2011 at 05:00:07PM -0500, Bernie Innocenti wrote: On Tue, 2011-01-18 at 20:32 +, Daniel Drake wrote: If I use a collection, the versions are fixed to the exact versions that I add to the collection, whereas (see last mail) I want the latest activity version compatible

Re: [Sugar-devel] Activities not compatible with Sugar-0.90

2011-01-18 Thread Aleksey Lim
On Mon, Jan 17, 2011 at 09:07:32PM +, Daniel Drake wrote: Hi, According to activities.sugarlabs.org, the following activities (amongst others, probably) are not compatible with Sugar-0.90: org.laptop.WebActivity org.laptop.sugar.ReadActivity org.laptop.TamTamSynthLab,

Re: [Sugar-devel] [Dextrose] [PATCH Sugar] Extend sugar-launch with more options

2011-01-19 Thread Aleksey Lim
Reviewed-by: Aleksey Lim alsr...@member.fsf.org -- Aleksey ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

Re: [Sugar-devel] Sugar TOAST instructions

2011-01-20 Thread Aleksey Lim
On Thu, Jan 20, 2011 at 12:01:45AM -0500, Sebastian Silva wrote: Hi friends, I want to build a Trisquel Toast like we had in 3.0. I know others are working on it, so perhaps we can sync. I'd like to setup for myself a development environment where I can: 01 Build Sugar packages from source

Re: [Sugar-devel] Sugar TOAST instructions

2011-01-20 Thread Aleksey Lim
On Thu, Jan 20, 2011 at 07:51:11AM -0500, Sebastian Silva wrote: El 20/01/11 04:49, Aleksey Lim escribió: On Thu, Jan 20, 2011 at 12:01:45AM -0500, Sebastian Silva wrote: 01 Build Sugar packages from source and test them 02 Build a TOAST 4.0 or 4.5 from said packages into ISO for booting

Re: [Sugar-devel] [PATCH sugar] Don't hide Register menu item upon successful registration

2011-01-22 Thread Aleksey Lim
Reviewed-by: Aleksey Lim alsr...@member.fsf.org -- Aleksey ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

Re: [Sugar-devel] [PATCH sugar] remove unused import left over by c63b43c

2011-01-22 Thread Aleksey Lim
Reviewed-by: Aleksey Lim alsr...@member.fsf.org -- Aleksey ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

Re: [Sugar-devel] [PATCH sugar] don't choke on out-of-range times on FAT32 formatted media

2011-01-22 Thread Aleksey Lim
Reviewed-by: Aleksey Lim alsr...@member.fsf.org -- Aleksey ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

Re: [Sugar-devel] [PATCH sugar] Avoid popping an empty list in the software updater.

2011-01-22 Thread Aleksey Lim
Reviewed-by: Aleksey Lim alsr...@member.fsf.org -- Aleksey ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

Re: [Sugar-devel] [PATCH sugar] Simplify the definition of UpdateModel._bundles_to_check().

2011-01-22 Thread Aleksey Lim
Reviewed-by: Aleksey Lim alsr...@member.fsf.org -- Aleksey ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

Re: [Sugar-devel] [PATCH sugar] Dynamically set number of control panel columns (SL#2280)

2011-01-22 Thread Aleksey Lim
Reviewed-by: Aleksey Lim alsr...@member.fsf.org -- Aleksey ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

Re: [Sugar-devel] [PATCH sugar v2] Add cpu and memory resource indicator to frame

2011-01-22 Thread Aleksey Lim
Reviewed-by: Aleksey Lim alsr...@member.fsf.org -- Aleksey ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

Re: [Sugar-devel] [PATCH sugar-toolkit] fix sugar-emulator detection logic broken by 814ab2d (has_key() cleanup)

2011-01-22 Thread Aleksey Lim
Reviewed-by: Aleksey Lim alsr...@activitycentral.org -- Aleksey ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

Re: [Sugar-devel] [PATCH sugar] fix stylistic mistake introduced by 79c85ed2

2011-01-22 Thread Aleksey Lim
Reviewed-by: Aleksey Lim alsr...@activitycentral.org -- Aleksey ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

Re: [Sugar-devel] [PATCH sugar-toolkit] Throw MalformedBundleException on broken zip files

2011-01-22 Thread Aleksey Lim
Reviewed-by: Aleksey Lim alsr...@activitycentral.org -- Aleksey ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

Re: [Sugar-devel] Custom colors in activity

2011-01-28 Thread Aleksey Lim
On Thu, Jan 27, 2011 at 07:21:03PM -0600, Yader Velásquez wrote: Regards. I'm developing the activity Calendario[1] for a few months. I receive advice from Zamora Terán Foundation in Nicaragua[2] (they're employing my activity in all their XO) they suggest to me to add a feature that allow

Re: [Sugar-devel] unique activities . . . for Oceania XO's, or other regions.

2011-02-03 Thread Aleksey Lim
On Thu, Feb 03, 2011 at 10:32:28PM +1300, Sean Linton wrote: Hi: One of the things I would like to know is that even at the current level of deployment the OLPC project doesn't get attacked for eroding the indigenous cultures of places when with some careful planning and insight it could

Re: [Sugar-devel] [Dextrose] [PATCH sugar 2/2] Send XO serial numbers with anonymous reports

2011-02-04 Thread Aleksey Lim
, 2011 at 3:29 PM, Aleksey Lim alsr...@member.fsf.org wrote: ---  data/sugar.schemas.in                  |   11 +++  src/jarabe/model/feedback_collector.py |   10 --  2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/data/sugar.schemas.in b/data/sugar.schemas.in

[Sugar-devel] [PATCH sugar-toolkit] Insert activity root path in front of the reset of sys.path

2011-02-05 Thread Aleksey Lim
From: Aleksey Lim alsr...@member.fsf.org Otherwise it is possible to include, eg, system modules before local ones. --- src/sugar/activity/main.py |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/sugar/activity/main.py b/src/sugar/activity/main.py index 10d0031

Re: [Sugar-devel] [Dextrose] [PATCH sugar-toolkit] Insert activity root path in front of the reset of sys.path

2011-02-06 Thread Aleksey Lim
:58 PM, Bernie Innocenti wrote: On Sun, 2011-02-06 at 00:50 +, Aleksey Lim wrote: Otherwise it is possible to include, eg, system modules before local ones. Seems like a good idea. Reviewed-by: Bernie Innocentiber...@codewiz.org -- Aleksey

Re: [Sugar-devel] [Dextrose] [PATCH sugar-toolkit] Insert activity root path in front of the reset of sys.path

2011-02-06 Thread Aleksey Lim
On Mon, Feb 07, 2011 at 12:13:24AM -0500, Benjamin M. Schwartz wrote: On 02/06/2011 09:39 PM, Aleksey Lim wrote: In my mind, the situation when modules that come with activity have higher priority than system ones is more natural/predictable. I attempted to do the reverse with Watch Me

[Sugar-devel] [PATCH sugar] Do not allow empty default nicks

2011-02-09 Thread Aleksey Lim
The problem might occure if long user name not empty but the first field if empty. --- src/jarabe/intro/window.py |9 - 1 files changed, 4 insertions(+), 5 deletions(-) diff --git a/src/jarabe/intro/window.py b/src/jarabe/intro/window.py index 3b34d23..143440d 100644 ---

Re: [Sugar-devel] [PATCH sugar] Intro: Fall back to user name if GECOS real name field is empty

2011-02-12 Thread Aleksey Lim
Reviewed-by: Aleksey Lim alsr...@activitycentral.org -- Aleksey ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

Re: [Sugar-devel] [PATCH sugar] fix whitespace error introduced by 4b6a534 (revert of 4a3416b)

2011-02-12 Thread Aleksey Lim
Reviewed-by: Aleksey Lim alsr...@activitycentral.org -- Aleksey ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

Re: [Sugar-devel] [PATCH sugar-toolkit] Insert activity root path in front of the reset of sys.path

2011-02-12 Thread Aleksey Lim
On Sat, Feb 12, 2011 at 02:47:32PM -0500, Martin Langhoff wrote: On Sat, Feb 12, 2011 at 1:57 PM, Sascha Silbe si...@activitycentral.com wrote: The behaviour sought by Aleksey's patch makes sense. I am surprised that CWD isn't set to SUGAR_BUNDLE_PATH, maybe that needs to get fixed

[Sugar-devel] [ASLO] Tech Report

2011-02-12 Thread Aleksey Lim
people. Nevertheless, it would be useful to have more explicit picture: Technical support, coding and server maintaining (content related changes only by editors request): Aleksey Lim (lead) Content support, ie, ASLO editors: Anish Mangal Bernie Innocenti

[Sugar-devel] [ANNOUNCE] git.sugarlabs.org update

2011-02-13 Thread Aleksey Lim
Hi all, There is git.sugalabs.org change in CIA.org plugin behaviour. For commits to forked repositories, the project name on CIA is: ~git.sugarlabs.org-user-login/parent-project The reason is that many forked projects are not regular and people rebase/merge them from time to time, thus

[Sugar-devel] [PATCH sugar-toolkit] Cursor moves to beginning while trying to edit activity instance name #2608

2011-02-14 Thread Aleksey Lim
This issue is not the same as #1948 but #1948 triggers this one. In some cases set_text doesn't change cursor position but not in all cases. --- src/sugar/activity/widgets.py |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/sugar/activity/widgets.py

Re: [Sugar-devel] Request to include task-sugar in mageia

2011-02-16 Thread Aleksey Lim
On Wed, Feb 16, 2011 at 10:09:04AM -0800, Thomas C Gilliard wrote: I would hope that you would consider including mandriva 2010.1 task-sugar in packages you import into mageia. Actually, sugar in official Mandriva repos is 0.88 (which is not bad since collab code in 0.90 seems to be buggy) but

Re: [Sugar-devel] Tests of applications on booted Trisquel 4.1 sugar installed to a 8Gb USB

2011-02-18 Thread Aleksey Lim
On Thu, Feb 17, 2011 at 05:43:50PM -0800, Thomas C Gilliard wrote: I attach a spreadsheet: Tests of applications on booted Trisquel 4.1 sugar installed to a 8Gb USB Test of Trisquel 4.1 sugar Applications.ods Tom Gilliard satellit on #sugar IRC freenode There is also another

Re: [Sugar-devel] Why cannot collections of ---.xo files on a USB stick be run without installation in sugar?

2011-03-01 Thread Aleksey Lim
On Mon, Feb 28, 2011 at 08:17:06AM -0800, Thomas C Gilliard wrote: I have an idea for a better Sugar Design: Why cannot collections of ---.xo files on a USB stick be run without installation in sugar? imho, thats not good design to have two kinds of objects people need to interact

Re: [Sugar-devel] [ASLO] Tech Report

2011-03-09 Thread Aleksey Lim
On Sun, Feb 13, 2011 at 01:21:10AM +, Aleksey Lim wrote: This is activities.sugarlabs.org report to cover only technical ASLO aspects. == Roadmap == The upstream is in process of switching to new AMO code base, django based (python based framework). We need to do the same. So

Re: [Sugar-devel] [ASLO] Tech Report

2011-03-09 Thread Aleksey Lim
On Wed, Mar 09, 2011 at 04:37:24AM -0600, David Farning wrote: -Original Message- From: tabitha.m...@gmail.com [mailto:tabitha.m...@gmail.com] On Behalf Of Tabitha Roder Sent: Wednesday, March 09, 2011 3:42 AM To: David Farning Cc: Aleksey Lim; sugar-devel@lists.sugarlabs.org

Re: [Sugar-devel] [ASLO] Tech Report

2011-03-09 Thread Aleksey Lim
On Wed, Mar 09, 2011 at 07:40:44AM -0500, Chris Leonard wrote: It would be highly desirable for ASLO to reflect the i18n status of an Activity, ideally with a link to where the L10n of that activity is hosted (it doesn't have to be translate.sugarlabs.org). Far too many of the Activities

Re: [Sugar-devel] Fwd: [Bug 502991] Re: Tam Tam Mini does not start

2011-03-16 Thread Aleksey Lim
On Sun, Mar 06, 2011 at 06:31:29PM +0530, Manusheel Gupta wrote: FYI. Any pointers on getting Tam Tam Mini to run on USR 32 bit? Manu -- Forwarded message -- From: Michael Jonker 502...@bugs.launchpad.net Date: Sun, Mar 6, 2011 at 6:13 PM Subject: [Bug 502991] Re: Tam Tam

Re: [Sugar-devel] Gitorious merge email?

2011-04-19 Thread Aleksey Lim
On Thu, Mar 24, 2011 at 05:02:22PM -0500, Rafael Ortiz wrote: Hi all. Is there a way or does gitorious have a feature that when a merge is required /merge requests) it alerts the owner of the project by mail ?. Some devs/maintainers are missing merge requests of contributors because

[Sugar-devel] [ASLO] Accept only good licensed activities

2011-05-22 Thread Aleksey Lim
Hi all, To start rounding off licenses case on ASLO, there is an implementation on http://activities-testing.sugarlabs.org/ that looks to newly uploaded activities bundle to see what licenses it contain in activity.info. If licenses are not in the approved list, ASLO will reject uploading. The

[Sugar-devel] Sugar Server project initiation announce

2011-06-09 Thread Aleksey Lim
Hi all, In fact, the project started three weeks ago but for now some of its core purposes became more clear, ie, ready for announcing. Some of major ideas: * Common project within Sugar Labs to keep core development process in one place; * It is not about configuring and supporting the whole

Re: [Sugar-devel] Sugar Server project initiation announce

2011-06-10 Thread Aleksey Lim
On Fri, Jun 10, 2011 at 01:08:35PM -0400, Martin Langhoff wrote: On Thu, Jun 9, 2011 at 1:51 PM, Aleksey Lim alsr...@activitycentral.org wrote: In fact, the project started three weeks ago but for now some of its core purposes became more clear, ie, ready for announcing. You guys

Re: [Sugar-devel] [Dextrose] Sugar Server project initiation announce

2011-06-11 Thread Aleksey Lim
Cc: Aleksey Lim; server-de...@lists.laptop.org; sugar-devel@lists.sugarlabs.org; olpc...@lists.laptop.org; dextr...@lists.sugarlabs.org Subject: Re: [Dextrose] [Sugar-devel] Sugar Server project initiation announce On Fri, Jun 10, 2011 at 10:44 PM, David Farning dfarn

Re: [Sugar-devel] [Dextrose] Sugar WebSDK + Activity Pack

2011-06-18 Thread Aleksey Lim
On Sat, Jun 18, 2011 at 01:58:05AM -0500, Sebastian Silva wrote: ?The most important part of a christmas gift is the packaging. - My father-in-law (acording to my wife) Dextrose Activity Pack As maybe you know, we started giving some maintenance to a collection of activities - the

Re: [Sugar-devel] Reviews of activities in sugarlabs

2011-07-01 Thread Aleksey Lim
On Thu, Jun 30, 2011 at 10:36:15AM -0500, James Simmons wrote: Maybe allow anonymous reviews? If a person is just downloading Activities and not creating them he doesn't really need an account on ASLO, so asking him to get an account just to review an Activity may be what keeps many from

[Sugar-devel] New sweet packages download locations

2011-07-03 Thread Aleksey Lim
Hi all, If someone is using sweet packages for Ubuntu 10.04/10.10 and Trisquel 4.1/4.5 (thanks satellit for creating instructions of wiki), its download location was changed from http://bazaar-download.sugarlabs.org/.. to: For Ubuntu-10.04/Trisquel-4.1: deb

Re: [Sugar-devel] #2962 UNSP: Rerigister on jabber server

2011-07-12 Thread Aleksey Lim
Hi all, Due to following issue, if someone is using 0.9x and on jabber.sugarlabs.org and sugar fails to connect, remove ~/.sugar/$SUGAR_PROFILE/accounts directory. It will cause telepathy-mission-control to re-register on jabber server. On Tue, Jul 12, 2011 at 12:25:35PM -, Sugar Labs Bugs

Re: [Sugar-devel] #2963 UNSP: Sugar telepathy code does not take into account presence status of buddies

2011-07-12 Thread Aleksey Lim
Hi all, This kind of issues might (maybe ejabberd patch behaves like that) be fixed on server side, but it sounds too ugly.. On Tue, Jul 12, 2011 at 01:21:12PM -, Sugar Labs Bugs wrote: #2963: Sugar telepathy code does not take into account presence status of buddies

Re: [Sugar-devel] #2963 UNSP: Sugar telepathy code does not take into account presence status of buddies

2011-07-13 Thread Aleksey Lim
On Wed, Jul 13, 2011 at 05:22:09PM +0100, Daniel Drake wrote: On 12 July 2011 14:26, Aleksey Lim alsr...@activitycentral.org wrote: #2963: Sugar telepathy code does not take into account presence status of buddies On a similar note though, Gabble could probably do with some improvement

[Sugar-devel] [SWEETS] glucose-0.92 via sweets

2011-07-15 Thread Aleksey Lim
Hi all, There are changes in glucose versions via sweets. For now it is: 0.93testing 0.92stable 0.88stable 0.9x versions contain stabilizing patches for collaboration: #2964 Race condition while buddy initiation #2963 Sugar telepathy code does not take

Re: [Sugar-devel] #2963 UNSP: Sugar telepathy code does not take into account presence status of buddies

2011-07-16 Thread Aleksey Lim
On Sat, Jul 16, 2011 at 10:04:12AM +0100, Daniel Drake wrote: On 13 July 2011 21:52, Aleksey Lim alsr...@activitycentral.org wrote: Ok. Though, my point is that jabber.sl.o uses preliminary prosody sugar plugin and I'm improving it right now (and sugar code as well, will post patches

Re: [Sugar-devel] [SWEETS] glucose-0.92 via sweets

2011-07-16 Thread Aleksey Lim
On Sat, Jul 16, 2011 at 10:05:45AM +0100, Daniel Drake wrote: On 16 July 2011 01:38, Aleksey Lim alsr...@activitycentral.org wrote: Hi all, There are changes in glucose versions via sweets. For now it is:    0.93    testing    0.92    stable    0.88    stable 0.9x versions

[Sugar-devel] Sugar clones on jabber.sugarlabs.org

2011-07-16 Thread Aleksey Lim
Hi all, For now, there are bunch of users that have the same jid (ie, the jabber Id that is being created by sugar) but different IPs. What I got after brief investigation, most of them come from .py IPs. That might happen, eg, by copying ~/.sugar directory from one machine to another and trying

Re: [Sugar-devel] #2963 UNSP: Sugar telepathy code does not take into account presence status of buddies

2011-07-16 Thread Aleksey Lim
On Sat, Jul 16, 2011 at 10:04:12AM +0100, Daniel Drake wrote: On 13 July 2011 21:52, Aleksey Lim alsr...@activitycentral.org wrote: Ok. Though, my point is that jabber.sl.o uses preliminary prosody sugar plugin and I'm improving it right now (and sugar code as well, will post patches

Re: [Sugar-devel] Sugar clones on jabber.sugarlabs.org

2011-07-16 Thread Aleksey Lim
On Sat, Jul 16, 2011 at 12:11:04PM +, Aleksey Lim wrote: Hi all, For now, there are bunch of users that have the same jid (ie, the jabber Id that is being created by sugar) but different IPs. What I got after brief investigation, most of them come from .py IPs. oops, sorry. from .uy

Re: [Sugar-devel] #2963 UNSP: Sugar telepathy code does not take into account presence status of buddies

2011-07-16 Thread Aleksey Lim
On Sat, Jul 16, 2011 at 01:34:21PM +0100, Daniel Drake wrote: On 16 July 2011 12:44, Aleksey Lim alsr...@activitycentral.org wrote: Since jabber.sl.o is targeiting for dev use cases and the fact that everyday resetting (/usr/share/ejjaberd) ejabberd data is not enough to prevent kernel

Re: [Sugar-devel] [SWEETS] glucose-0.92 via sweets

2011-07-16 Thread Aleksey Lim
On Sat, Jul 16, 2011 at 01:36:32PM +0100, Daniel Drake wrote: On 16 July 2011 12:50, Aleksey Lim alsr...@activitycentral.org wrote: All of them on bugs.sl.o, since I'm not maintaing collab code and it was rewritten in 0.9x (and never worked fine since then for me), plus jabber.sl.o has

Re: [Sugar-devel] [SWEETS] glucose-0.92 via sweets

2011-07-16 Thread Aleksey Lim
On Sat, Jul 16, 2011 at 06:56:30PM +, Aleksey Lim wrote: On Sat, Jul 16, 2011 at 01:36:32PM +0100, Daniel Drake wrote: On 16 July 2011 12:50, Aleksey Lim alsr...@activitycentral.org wrote: All of them on bugs.sl.o, since I'm not maintaing collab code and it was rewritten in 0.9x

[Sugar-devel] jabber.sugarlbs.org update

2011-07-16 Thread Aleksey Lim
Hi all, The progress of implementation of sugar plugin for Prosody jabber server that is being used on jabber.sugarlabs.org. Please test 0.92 collaboration using jabber.sugarlabs.org. The jabber server on jabber.sl.o has initial version of sugar support and has several issues: * 2K of

Re: [Sugar-devel] jabber.sugarlbs.org update

2011-07-17 Thread Aleksey Lim
Hi all, I've created jabber.sugarlabs.org bugs.sugarlabs.org componet, feel free to point your bugs to this componet if you think it is server side issue. -- Aleksey ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org

<    3   4   5   6   7   8   9   10   11   >