Hello i'm on nethunter and i use vnc-viewer to connect to kali desktop, once connects i get a grey screen with X.

this is my xstartup file :

#!/bin/sh

xrdb $HOME/.Xresources
xsetroot -solid grey
#x-terminal-emulator -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
#x-window-manager &
# Fix to make GNOME work
export XKL_XMODMAP_DISABLE=1
/etc/X11/Xsession



does anyone here knows how to solve this issue?