Hi Mark,
I had a similar issue. I changed the ~/.vnc/xstartup file to be:
#!/bin/bash
# Make sure that the SESSION_MANAGER environment variable is not set.
unset SESSION_MANAGER
# Launch Xfce in the foreground.
startxfce4
and the "exited too early" problem went away.
Hope this helps!
Micha
Hello all,
I am struggling getting VNC to behave on a fresh install.
I followed these instructions:
https://computingforgeeks.com/install-and-configure-tigervnc-vnc-server-on-debian/
~ This command works and brings up a vnc server I can log into:
vncserver -xstartup startxfce4 &
~ Here
2 matches
Mail list logo