In Kali Linux (within WSL) I can connect to tightvncserver with below configure:
Code:
nano ~/.vnc/xstartup
Code:
vncconfig -iconic &
xsetroot -solid grey
unset SESSION MANAGER
exec /etc/X11/xinit/xinitrc
xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
but in Kali Linux in VMware workstation I cannot connect and I get this error message:

Code:
did not receive a reply possible causes include a remote appication did not send a reply the message bus Security policy blocked the reply. the reply timeout expired or the Network Connection was broken

unable determine failsafe session name posible causes xfconfd isnot running dbus setup problem: environment variable $XDG_CONFIG_DIRS is set incorrectly or xfce-session is installed incorrectly
How can I resolve this problem exactly?