$ 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.
$ 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.