Article 4ZFFK VNC right click and menus missing

VNC right click and menus missing

by
procfs
from LinuxQuestions.org on (#4ZFFK)
Hi I am running

Red Hat Enterprise Linux Server release 7.6 (Maipo)
Linux drecdbadm01.nsb.local 4.1.12-124.24.3.el7uek.x86_64 #2 SMP Mon Jan 14 15:04:40 PST 2019 x86_64 x86_64 x86_64 GNU/Linux
tigervnc-server-1.8.0-5.el7.x86_64


VNC server starts with no errors but when I try to aces VNC server using any VNC client I am goged in and I can see the xterm running. But I am unable to move the window, (right click not working, move not working, there is no menu bar or status bar.

My xstartup is as below
Code:
#!/bin/sh

unset SESSION_MANAGER
unset DBUS_SESSION_BUS_ADDRESS
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" &

xsetroot -solid grey
vncconfig -iconic &

twm &

Have any one had this issue, I have uploaded a screen shot as VNC.png

Kind Regards
Attached Thumbnailsattachment.php?attachmentid=32577&stc=1& latest?d=yIl2AUoC8zA latest?i=Nq4KQE9u3b0:UhOitAOT8iU:F7zBnMy latest?i=Nq4KQE9u3b0:UhOitAOT8iU:V_sGLiP latest?d=qj6IDK7rITs latest?i=Nq4KQE9u3b0:UhOitAOT8iU:gIN9vFwNq4KQE9u3b0
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments