Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

vncconfig not working

Guohua-OracleDec 11 2018 — edited Dec 11 2018

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

vncconfig.png

This post has been answered by Dude! on Dec 11 2018
Jump to Answer
Comments
Post Details
Added on Dec 11 2018
4 comments
2,584 views