-
-
Couldn't load subscription status.
- Fork 167
Description
Hi,
I suspect there's a bug in x11vnc in transferring data when pasting text to a session.
My knowledge in x11vnc is not deep enough so if you can please help me in this issue it will be really helpful.
I'm using x11vnc in order to view a rdp session with xfreerdp.
For some unknown reason I can't paste text from the host machine into the session.
When I try to simply copy and paste text from the machine into it self, it works well. I used python 2 on Ubuntu 18.04, ran gtk.wait_for_targets() and pasted inside the machine I received the wanted result - all the possible types (such as text/plain, STRING, TEXT, UTF8_STRING…):
Import gtk
a = gtk.clipboard_get()
a.wait_for_targets()
But when I connect to the machine with x11vnc, and then I try to paste text from the host machine, nothing is pasted, and when I run gtk.wait_for_targets() I get None as a result.
Do you have an idea what can cause it?
Thanks,
Tomer