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 pr
Ack.
On 03/04/2011 08:37 AM, Alon Levy wrote:
---
client/application.cpp |5 -
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/client/application.cpp b/client/application.cpp
index b0c..4cb5c2d 100644
--- a/client/application.cpp
+++ b/client/application.cpp
@@ -227
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 happe
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+
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 C
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 o
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 wrote:
> On Fri, Mar 04, 2011 at 03:38:51PM +0800, Shuxiang Lim wrote:
> > Hi all,
> >I'm trying these d
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