ErkaN wrote:
> Die Datei /root/.vnc/xstartup sieht so aus:
> -------------------------------------
> #!/bin/sh
>
> xrdb $HOME/.Xresources
> xsetroot -solid grey
> xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
> startx &
^^^^^^
Damit startest du neben dem Xvnc noch einen normalen X-Server, bekommst
aber auf dem VNC Desktop keinen Windowmanager.
Nimm stattdessen:
startkde &
-- Benedikt To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org with "unsubscribe de-bsd-questions" in the body of the messageReceived on Wed 30 May 2001 - 18:54:40 CEST