I have my VNC set up like so.
vncservice.sh
Code:
#!/bin/sh
rm /tmp/.X11-unix/X*
dbus-launch vncserver
xstartup
Code:
#!/bin/sh
/usr/bin/startkde
And i'm using crontab to automatically run the script.
What it is doing now is that when you sign into the VNC, it goes straight into the desktop of a user and not to the login screen even though no one has signed in yet.
What I would like to do is for it to go into the login screen when you initiate the VNC. I tried using /usr/bin/kdm but it just goes to a gray screen.
Bookmarks