Open ~/.vnc/xstartup file
$ nano ~/.vnc/xstartup
Add the lines in the file.
#!/bin/sh xrdb $HOME/.Xresources xsetroot -solid grey # fix to make xfce work: startxfce4 &
Save and exit.