[sugar] Tubes message dropping

2007-07-21 Thread J.M. Maurer
To the Tube guys: Do you drop messages on your XMPP server? An AbiCollab packet that contains an image never gets sent over, resulting in documents getting out of sync (in fact, the PS seems to disconnect the buddy altogether from the Write session). As AbiCollab assumes packets are never

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

2007-07-21 Thread Jim Gettys
On Fri, 2007-07-20 at 17:07 -0400, Eben Eliason wrote: #1276: I thought that this was mostly handled in ticket #663, but in either case, we need full APIs and guidelines on this before it can be implemented correctly. Related: #1441, 1815. Jim, please help me out on the status of these;

Re: [sugar] Tubes message dropping

2007-07-21 Thread Simon McVittie
On Sat, 21 Jul 2007 at 13:50:27 +0200, J.M. Maurer wrote: To the Tube guys: Do you drop messages on your XMPP server? An AbiCollab packet that contains an image never gets sent over, resulting in documents getting out of sync (in fact, the PS seems to disconnect the buddy altogether from

[sugar] [Post-trial2] Buddy identification: security and UI requirements?

2007-07-21 Thread Simon McVittie
(Mailing this now while I remember, because this is something we need to think about relatively soon after Trial 2, I think. Daf and I will be in Boston on Monday, Tuesday and Wednesday trying to debug collaboration, so it'd be great if we could talk to Ivan and Eben about this while we're there.)

Re: [sugar] [Post-trial2] Buddy identification: security and UI requirements?

2007-07-21 Thread Ivan Krstić
On Jul 21, 2007, at 4:07 PM, Simon McVittie wrote: (Mailing this now while I remember, because this is something we need to think about relatively soon after Trial 2, I think. Daf and I will be in Boston on Monday, Tuesday and Wednesday trying to debug collaboration, so it'd be great

[sugar] [Post-trial2] Buddy identification: security and UI requirements?

2007-07-21 Thread Eben Eliason
I, too will need to think in much more depth about this problem. I know I discussed a few of the implications with Dan as he began implementing the PS early on. From an interaction design perspective, I don't think that it's necessary to allow name changes (or at least, we don't need to make it

[sugar] clipboard questions

2007-07-21 Thread Erik Blankinship
I would like to put images taken with the camera onto the clipboard. I am able to put images taken with the camera onto the clipboard this way: self.clipBoard = gtk.Clipboard(display=gtk.gdk.display_get_default(), selection=CLIPBOARD) ... #todo: should probably listen for a CTRL+C callback, but