On Thu, 20 Mar 2014 22:00:04 +0800 (SGT),
korada venkata ramana wrote:

> Hi,
> Sorry I missed this mail.
> 
> I have done the testing again on clean installs and here are my findings.
> I installed the modified vncviewer on my desktop (Windows7) and installed the 
> original server and modified server on two different linux machines.
> 
> Copy/Paste is working between the modified client(viewer) and Original 
> server,But 
> NOT working between modified client(Viewer) and the modified server.
> 

When you say "original server", is this the builds from Sourceforge? Or
have you made your own builds without your patch? If you haven't tested
making your own build of the clean source, then I'd say that is the next
step. The problem might be your build environment and not your patch.

> 
> I am attaching the code diffs for your review. It would be very great, if you 
> can help me in isolating the issue.
> 

Nothing that looks obviously wrong. The only changes that are related
to clipboard are these:

> diff B common/rfb/SMsgReader.cxx common/rfb/SMsgReader.cxx
> 31c31
> < static IntParameter maxCutText("MaxCutText", "Maximum permitted length of 
> an incoming clipboard update", 256*1024);
> ---
> > static IntParameter maxCutText("MaxCutText", "Maximum permitted length of 
> > an incoming clipboard update", 1024*1024);
> diff B unix/tx/TXWindow.cxx unix/tx/TXWindow.cxx
> 417c417
> <       XGetWindowProperty(dpy, win(), ev->xselection.property, 0, 16384, 
> True,
> ---
> >       XGetWindowProperty(dpy, win(), ev->xselection.property, 0, 65536, 
> > True,

You could try applying everything except those.

> When I build the source without any changes, I am seeing lot of warnings. 
> (please see the attached output. Is there any relation to these warnings and 
> teh copy/paste issue?

I'm afraid I don't see any warnings in that build log. What should I
search for?

Rgds
-- 
Pierre Ossman           Software Development
Cendio AB               http://cendio.com
Teknikringen 8          http://twitter.com/ThinLinc
583 30 Linköping        http://facebook.com/ThinLinc
Phone: +46-13-214600    http://plus.google.com/+CendioThinLinc

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?

Attachment: signature.asc
Description: PGP signature

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
Tigervnc-users mailing list
Tigervnc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tigervnc-users

Reply via email to