I start vncconfig -display :1 on my VM. and check all the check box.
however when I connect to the VM via UltraVNC Viewer, I can copy text from linux to windows , but not able to copy text from windows to linux.
anyone can help?
this is content of xstartup
[gutang@slc17lov ~]$ cat /home/gutang/.vnc/xstartup
#!/bin/sh
# Uncomment the following two lines for normal desktop:
unset SESSION_MANAGER
exec /etc/X11/xinit/xinitrc
[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
xsetroot -solid grey
vncconfig -iconic &
xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
gnome-session &
[gutang@slc17lov ~]$
and I start vncconfig like this
[gutang@slc17lov ~]$ vncconfig -display :1 &
and I can connect to the linux VM via hostname:1/password
