-
-
Notifications
You must be signed in to change notification settings - Fork 153
Description
I've noticed that the clipboard functionality is broken for me in TurboVNC 2.2, but works in TurboVNC 2.1.2.
In version 2.2, copying text from server to client works OK, but client to server does not work - remote clipboard is not updated with the new text.
-
After
yum install turbovnc(installs 2.2-20180927) - I get the described issue. -
After
yum downgrade turbovnc-2.1.2-20170925and erasing~/.vnceverything is working fine.
All I do is/opt/TurboVNC/bin/vncserver -geometry 1920x1200 :1and it works. (Nopolltrick or anything else.) -
After
yum upgrade turbovnc(e.g. back to 2.2-20180927), without erasing~/.vnc- the issue is the same.
I've also noticed that tvncconfig was removed in between 2.1 and 2.2.
The client is TurboVNC 2.2 (Windows 10) (not java).
The server is CentOS 7 (KDE plasma). Almost clean install - only nvidia drivers, cuda and TurboVNC are installed. No virtualgl.
I'm only trying to copy some ASCII-127 text, nothing fancy.