Francois Reynaud created GUACAMOLE-786:
------------------------------------------
Summary: VNC clipboard + encoding
Key: GUACAMOLE-786
URL: https://issues.apache.org/jira/browse/GUACAMOLE-786
Project: Guacamole
Issue Type: Bug
Components: guacamole-server
Affects Versions: 1.0.0
Reporter: Francois Reynaud
I cannot get the clipboard to work both ways for VNC ( x11vnc) using guacd +
common-js client + java ConfiguredGuacamoleSocket
If I leave the default encoding, then :
a) copying from local machine to VNC remote session works. I can send over
"François" and paste it in the VNC session.
b) copying from the vnc session back to the local machine doesn't work. I get
back RnJhbsODwqdvaXM= which cannot be decoded back to "François"
if I switch to UTF-8 (config.setParameter("clipboard-encoding", "UTF-8");) :
I see the warning in the guacd daemon so it is sent properly
a) copying from local to VNC session is NOT ok. When I paste in VNC I get
"François" instead of "François".
b) copying from the VNC session back to local works. I get RnJhbsOnb2lz which I
can decode back to "François"
Any idea what the issue could be ?
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)