If you remember a couple of days ago, I wrote that my vnc server was
displaying my kde desktop.  Even though I have not used kde in 8 months
and I normally use blackbox.  It was pointed out to me that vncserver
checks the script ~/.vnc/xstartup.  

I am not sure if this is due to Stormix, or Debian, but the vncserver
*.deb package sets up vncserver so that it does not check or even create
~/.vnc/xstartup.  Upon further research I discovered that the
executeable vncserver is actually just a perl wrapper for Xvnc which
simplifies many of the commandline options.  So I just edited the file
/usr/X11R6/bin/vncserver and changed line 69 to:

$vncStartup = "~/.vnc/xstartup";

then I created the file ~/.vnc/xstartup with the following contents:
#!/bin/sh 

xrdb $HOME/.Xresources 

xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &

blackbox &

Most may not care, but just in case anyone else has this prob in the
future.

Shea Martin
~~~~~~~~~~~
Duke of Silton
        &
Earl of S'toon
###########

_______________________________________________
Stormlinux-users-list mailing list
[EMAIL PROTECTED]
http://www.stormix.com/community/lists/listinfo/stormlinux-users-list

Reply via email to