[NBLUG/talk] vncserver: what to put in ~/.vnc/xstartup ?
Doug Palmer
Doug_Palmer at sonic.com
Thu May 29 16:44:03 PDT 2003
Cool. Next step: how do I make it run at boot, as my user?
-----Original Message-----
From: Bob Blick [mailto:bobblick at covad.net]
Sent: Thursday, May 29, 2003 4:23 PM
To: talk at nblug.org
Subject: Re: [NBLUG/talk] vncserver: what to put in ~/.vnc/xstartup ?
Doug Palmer said:
> The defaults all seem to work just fine, but I want to run KDE in my
> VNC connection. I can't seem to get the xstartup script right. Anybody
> have one that works?
Here's mine, choose on starting with the name option, "vncserver -name
kde" for kde or "vncserver -name windowmaker" for windowmaker or
"vncserver" alone to get twm:
#!/bin/sh
xrdb $HOME/.Xresources
xsetroot -solid grey
case "$VNCDESKTOP" in
kde)
startkde &
;;
windowmaker)
windowmaker &
;;
*)
xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
twm &
;;
esac
_______________________________________________
talk mailing list
talk at nblug.org
http://nblug.org/mailman/listinfo/talk
More information about the talk
mailing list