Re: [Spice-devel] Try to port spicec into Android

2011-03-04 Thread Alon Levy
On Fri, Mar 04, 2011 at 03:38:51PM +0800, Shuxiang Lim wrote: Hi all, I'm trying these days to port spicec into Android.But it's a rather TOUGH way to go because the structure of spicec and android are desperately inappropriate:the linux version of spicec is based on the X11,which is not

Re: [Spice-devel] Try to port spicec into Android

2011-03-04 Thread Attila Sukosd
Hi, I would also be interested in an android port, and looking through spice-gtk, it does seems much simpler than spicec. Best Regards, Attila On Fri, Mar 4, 2011 at 9:36 AM, Alon Levy al...@redhat.com wrote: On Fri, Mar 04, 2011 at 03:38:51PM +0800, Shuxiang Lim wrote: Hi all, I'm

Re: [Spice-devel] Try to port spicec into Android

2011-03-04 Thread Bitman Zhou
Hi, I am also interested in Android port. Maybe it's better to base the port on spice-gtk which is written in C? BR Bitman Zhou 在 2011-03-04五的 15:38 +0800,Shuxiang Lim写道: Hi all, I'm trying these days to port spicec into Android.But it's a rather TOUGH way to go because the structure of

Re: [Spice-devel] Try to port spicec into Android

2011-03-04 Thread Shuxiang Lim
Hi, friends, Thanks for your replies. It's definitely right till now I've been working a tougher way compared to spice-gtk.And actually I've considered to steer my way to the latter in fear of the troublesome and crippled C++ support in Android NDK:C is more simple and safe in Android than

Re: [Spice-devel] Try to port spicec into Android

2011-03-04 Thread Alon Levy
On Fri, Mar 04, 2011 at 06:21:19PM +0800, Shuxiang Lim wrote: Hi, friends, Thanks for your replies. It's definitely right till now I've been working a tougher way compared to spice-gtk.And actually I've considered to steer my way to the latter in fear of the troublesome and crippled C++

[Spice-devel] [PATCH] server/reds: allow call to reds_agent_remove even if it is gone

2011-03-04 Thread Alon Levy
The current assert(reds-agent_state.connected) tiggers if when the agent disconnected there was still data waiting to be sent (for instance if there is a bug in the client handling clipboard and it is killed while a large clipboard transfer is in progress). So first call to reds_agent_remove

Re: [Spice-devel] [PATCH] server/reds: allow call to reds_agent_remove even if it is gone

2011-03-04 Thread Hans de Goede
Ack. On 03/04/2011 12:52 PM, Alon Levy wrote: The current assert(reds-agent_state.connected) tiggers if when the agent disconnected there was still data waiting to be sent (for instance if there is a bug in the client handling clipboard and it is killed while a large clipboard transfer is in