[SLL] VNC issue

Andrew Sweger andrew at sweger.net
Tue Mar 10 17:39:51 PDT 2009


On Tue, 10 Mar 2009, Paul Franz wrote:

> [paul at Beaker paul]$ cat .vnc/xstartup
> #!/bin/sh
> 
> # Uncomment the following two lines for normal desktop:
> 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" &
> startx &
> #twm &

If /etc/vnc/xstartup is executable, the script never gets past the exec
call.

-- 
Andrew B. Sweger -- The great thing about multitasking is that several
                                things can go wrong at once.



More information about the linux-list mailing list