Re: [sugar] [Fwd: Re: Fast Screenshot without blocking X events]

2007-10-17 Thread Tomeu Vizoso
On Wed, 2007-10-17 at 03:58 -0400, Bernardo Innocenti wrote: For those of you complaining that taking screenshots was slow... it seems there's not much we can do even with Composite and the latest X server. Well, last time I measured, it took 0.15s. to take a fullscreen screenshot on the xo.

Re: [sugar] Saving state of Read

2007-10-14 Thread Tomeu Vizoso
On Sun, 2007-10-14 at 07:51 +0200, Pascal Scheffers wrote: I've created a patch for https://dev.laptop.org/ticket/2838 but that leaves me with three questions: 1. Page position: The patch only jumps to the top of the page, but depending on zoom level, the user probably left of somewhere in

Re: [sugar] How to handle application protocols

2007-10-10 Thread Tomeu Vizoso
On Wed, 2007-10-10 at 00:01 +0200, J.M. Maurer wrote: On Tue, 2007-10-09 at 23:52 +0200, Marco Pesenti Gritti wrote: On 10/9/07, Eben Eliason [EMAIL PROTECTED] wrote: I can see that happening for python code. However, Write is part Python, part C++. The Python part depends on a specific

Re: [sugar] Importing objects from journal

2007-09-25 Thread Tomeu Vizoso
and store it along with the rest of your data, as we won't provide facilities for linking between objects. Tomeu Vizoso wrote: This was discussed somewhat lightly a while ago. I expect the security people to correct me where I'm wrong. On Tue, 2007-09-25 at 13:48 +0200, Bert Freudenberg

Re: [sugar] packaging activities for ubuntu

2007-09-12 Thread Tomeu Vizoso
Hi, this looks amazing to me, but I wonder about the rate at which these packages will be updated to follow development. Perhaps we could have some set of stable packages created after every release, so people could develop against it for sometime and later update to the development releases and

Re: [sugar] Sharing data between activities.

2007-08-24 Thread Tomeu Vizoso
On Fri, 2007-08-24 at 11:40 +0100, Carlos Neves wrote: Marco Pesenti Gritti wrote: On 8/24/07, Carlos Neves [EMAIL PROTECTED] wrote: - The images bundled are art done by kids on the MaMaMedia site. They are examples and can be trimmed down considerably, but they are also reasons to

Re: [sugar] Sharing data between activities.

2007-08-24 Thread Tomeu Vizoso
On Fri, 2007-08-24 at 13:23 +0200, Marco Pesenti Gritti wrote: On 8/24/07, Tomeu Vizoso [EMAIL PROTECTED] wrote: Well, that is by far the best idea I've heard on the shared content issue! So I could provide the data as a separate bundle and kids use it from the Journal. And, if I can

Re: [sugar] Error: Failed to connect to presence service when starting sugar-jhbuild run

2007-08-20 Thread Tomeu Vizoso
Hi, looks like the command: ssh-keygen -q -t dsa -f /home/mostapha/.sugar/default/owner.key -C '' -N '' is failing. Can you check why? Tomeu On Sun, 2007-08-19 at 08:07 +, Mostapha El-Shafey wrote: Hi. Whenever I start Sugar, it asks me to chose a name and an icon. When I click Done

Re: [sugar] Journal: Sharing and Creative Commons Licenses

2007-08-01 Thread Tomeu Vizoso
Hi, On Tue, 2007-07-31 at 16:03 -0700, Scott Shawcroft wrote: Hi all, I'm Scott and am a tech intern at Creative Commons this summer. This week I'm hoping to integrate licensing into the Journal in time for LinuxWorld here in SF. I'd like to collaborate on this with the folks currently

Re: [sugar] problems with sugar-jhbuild in ubuntu

2007-08-01 Thread Tomeu Vizoso
On Wed, 2007-08-01 at 12:47 -0400, Ignacio Vergara wrote: Hi I'm using Ubuntu Feisty Fawn and lately I've been having problems building sugar with jhbuild. When I build the following message is displayed Checking dependencies... Missing dependencies: vte (python module) wnck

Re: [sugar] more clipboard questions

2007-07-29 Thread Tomeu Vizoso
Hi Erik, seems that you are doing things correctly. What is happening here is that sugar's clipboard lacks support for text/uri-list targets when they come through owner-change (ctrl-c), it only had support for text/uri-list in dnd. Adding that support is very simple, as you can see in the

[sugar] activities translation change

2007-07-29 Thread Tomeu Vizoso
Hi all, by mistake, bundlebuilder was generating the .mo files in the locale subdir in the activity bundle with the display name of the activity instead of using the service name. This has been fixed both in HEAD and in the trial2 branch, but we need to release all activities again so the

Re: [sugar] Trial 3

2007-07-28 Thread Tomeu Vizoso
On Sat, 2007-07-28 at 11:53 +0200, Marco Pesenti Gritti wrote: * The shell service needs to be in a separate process/thread than the UI one, to avoid performance issues and dead locks. Tomeu is already working on it, I want to get it in as soon as possible. Looks like dbus-python doesn't

Re: [sugar] Activity Translation

2007-07-28 Thread Tomeu Vizoso
On Fri, 2007-07-27 at 12:32 -0300, Nathalia Sautchuk PatrĂ­cio wrote: Hello everybody, I'm working at Paint Activity and I have a problem here. In my lab, we did the translation to many languages and changed the XO locale variable but the translation doesn't work, not only for our activity,

Re: [sugar] Multiple documents

2007-07-27 Thread Tomeu Vizoso
Hi Erik, I suggest that if the datastore API is not enough for your needs, open a ticket in trac requesting for multiple file by entry support to be added to the DS API. By now, remember you can just put a set of photographs inside a tar file and send that to the DS. Regards, Tomeu On Thu,

Re: [sugar] Multiple documents

2007-07-27 Thread Tomeu Vizoso
is beyond me. - Bert - On Jul 27, 2007, at 9:15 , Tomeu Vizoso wrote: Hi Erik, I suggest that if the datastore API is not enough for your needs, open a ticket in trac requesting for multiple file by entry support to be added to the DS API. By now, remember you can just put

Re: [sugar] Multiple documents

2007-07-27 Thread Tomeu Vizoso
On Fri, 2007-07-27 at 12:37 +0200, Michael Rueger wrote: On Jul 27, 2007, at 9:15 , Tomeu Vizoso wrote: By now, remember you can just put a set of photographs inside a tar file and send that to the DS. By now? So, By when is it going to change? And how? Assuming these photographs

[sugar] memory profiling of python activities

2007-07-27 Thread Tomeu Vizoso
Hi all, was just looking at heapy for gathering statistics of python mem usage and found it very interesting. Specially the remote monitoring mode, by which you can attach to another process and start an interactive prompt where you can query the memory usage of it. This only requires you to

Re: [sugar] Trial-2 pushing out bugs...

2007-07-20 Thread Tomeu Vizoso
On Wed, 2007-07-18 at 16:17 -0400, Jim Gettys wrote: Could each of you working on Trial-2 please go over your assigned track bugs and reply to this mail categorizing *all* of your bugs into four bins, by Friday? 1) bugs that you believe absolutely must get fixed for Trial-2 2) bugs that you

[sugar] temp patch for the datastore

2007-07-16 Thread Tomeu Vizoso
Hi all, here is a patch for those that need a working journal and datastore in the current jhbuild until a more definitive fix is pushed into git (hopefully later today). You'll have to remove the .sugar/default/datastore dir before running sugar, and perhaps you'll have to remove it again after

Re: [sugar] temp patch for the datastore

2007-07-16 Thread Tomeu Vizoso
Latest git should make this patch unnecessary. On Mon, 2007-07-16 at 15:11 +0200, Tomeu Vizoso wrote: Hi all, here is a patch for those that need a working journal and datastore in the current jhbuild until a more definitive fix is pushed into git (hopefully later today). You'll have

Re: [sugar] Tinderbox results, 20070613-1448-f7

2007-06-14 Thread Tomeu Vizoso
Hi Chris, the later build on gutsy worked, do you know why it fails in f7? It works on my machine with feisty, although the error doesn't seem quite platform-dependent. On Wed, 2007-06-13 at 17:34 -0400, Sugar Tinderbox wrote: Modules:

<    1   2   3   4   5   6