Hi: Could you look into it further to see whether the buffer is used in a circular style (i.e. if the buffer is insufficient, the previous content is flushed)?
These days I'm also trying to modify the RealVNC code, but I even can't successfully build vnc4 on Ubuntu 8.10 :-( Thanks, Hao Yu 2009/4/15 paresh masani <[email protected]> > >>I'm not aware of any buffer limit. > Thanks Chris for reply but I could see from source code that there is a > buffer limit: > > From unix/common/rfb/SMsgReader.cxx : static IntParameter > maxCutText("MaxCutText", "Maximum permitted length of an incoming clipboard > update", 256*1024); > > From unix/unix/tx/TXWindow.cxx : XGetWindowProperty(dpy, win(), > ev->xselection.property, 0, 16384, True, AnyPropertyType, &type, &format, > &nitems, &after, &data); > > I don't know why this limit is? Can't Real VNC just reset the buffer once > limit is reached or overwrite previous clipboard contents? Please let me > know if any one have some idea on this. > > Thanks, > Paresh > > > > > > > On Wed, Apr 1, 2009 at 11:30 PM, Williams, Chris (Marlboro) < > [email protected]> wrote: > > > I'm not aware of any buffer limit. But I do know that the Windows > > copy/paste subsystem and it's interaction with various applications like > > RealVNC and cygwin X11 can be described as flaky at best. > > I've noticed some clipboard behavior improvement by shuting down the > > Office Clipboard. > > > > -Chris > > > > -----Original Message----- > > From: [email protected] [mailto:[email protected]] On > > Behalf Of paresh masani > > Sent: Wednesday, April 01, 2009 3:42 AM > > To: [email protected] > > Subject: Copy-Paste is not working from Real VNC session > > > > Hi, > > > > We have been facing this issue since long. I think, some buffer limit is > > there for copying the data from realvnc session to clipboard. We cannot > > copy > > more than that limit. After that limit reached, we have to restart the > > realvnc session to make it work again. Please let me know if I am > > missing > > any thing. Could any one please suggest any permanent solution for this. > > > > Thanks, > > Paresh > > _______________________________________________ > > VNC-List mailing list > > [email protected] > > To remove yourself from the list visit: > > http://www.realvnc.com/mailman/listinfo/vnc-list > > > > > > > _______________________________________________ > VNC-List mailing list > [email protected] > To remove yourself from the list visit: > http://www.realvnc.com/mailman/listinfo/vnc-list > _______________________________________________ VNC-List mailing list [email protected] To remove yourself from the list visit: http://www.realvnc.com/mailman/listinfo/vnc-list
