I'm accessing my Linux through VNC/Gnome session by un-commented these 2 lines in ~/.vnc/xstartup:
unset SESSION_MANAGER
exec /usr/local/lib/X11/xinit/xinitrc
It mostly working except clipboard . I'm not able to copy / paste between Gnome and my Windows desktop.
the copy paste works fine within the Gnome itself . also, if I did not enable Gnome for VNC (commented out above lines), the copy / paste works between VNC and windows desktop as well.
Could someone share some tip to enable copy/paste between windows and Gnome in my VNC?
Thanks