"John Aldrich" wrote:

> Here's my ~/.vnc/xstartup file from Fedora Core 3
> 
> +-+-+
> 
> #!/bin/sh
> 
> # Red Hat Linux VNC session startup script
> exec /etc/X11/xinit/xinitrc

.. I have tried with:

#!/bin/sh

unset SESSION_MANAGER
exec /etc/X11/xinit/xinitrc

[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
xsetroot -solid grey
vncconfig -iconic &
xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
twm &
startkde &

but not function.
still thanks.

        Salvatore.
_______________________________________________
VNC-List mailing list
[email protected]
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list

Reply via email to