I don't use XFCe, but typically VNC looks at ~/.vnc/xstartup to decide which window manager to start.
[rknight@rknight rknight]$ cat ~/.vnc/xstartup #!/bin/sh
unset SESSION_MANAGER exec /usr/bin/startxfce4
Now all is all right. Thank you.
I don't use XFCe, but typically VNC looks at ~/.vnc/xstartup to decide which window manager to start.
[rknight@rknight rknight]$ cat ~/.vnc/xstartup #!/bin/sh
unset SESSION_MANAGER exec /usr/bin/startxfce4
Now all is all right. Thank you.