Hi, I'd like to run a remote session on a machine using vnc. So, on the remote machine I start vncserver and on my local machine I connect via vncviewer. The connection is successfully established but I just see a gray display without any desktop manager. My $HOME/.vnc/xstartup is:
#!/bin/sh xsetroot -solid grey xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" & startkde & Any ideas what might be wrong and why I don't get a KDE session? Regards, Tim -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org