Re: VNC on debian 11 can't get it working on fress install

2022-10-15 Thread Michael Williams
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

VNC on debian 11 can't get it working on fress install

2022-09-30 Thread Mark Tyfish
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