I am able to copy from vncviewer to notepad, but the reverse is not working.

Steps to reproduce:
1. open linux session using vncviewer and open some text file / run ls command
2. copy the some content and paste it on note pad using Ctrl+V, it works fine.
3. Copy some other text from notepad (or any other application), go to 
vncviewer and try to paste using Shift+Ins or menu command, it will past the 
old content that was copied in vncviewer instead of the new content copied from 
notepad.

We had similar issues with ver 1.0.90 , where the issue was fixed by adding the 
following code snippet to method ‘Clipboard::processMessage(UINT msg, WPARAM 
wParam, LPARAM lParam)’ in file Clipboard.cxx. I tried applying the same fix, 
but still the problem is not fixed.


************************
case WM_ACTIVATEAPP:
   ChangeClipboardChain(getHandle(),next_window);
   next_window = SetClipboardViewer(getHandle());
   return 0;
****************************

Regards,
Venkat
------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
_______________________________________________
Tigervnc-users mailing list
Tigervnc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tigervnc-users

Reply via email to