On Thu, Mar 11, 2010 at 10:48 PM, Kwan Lowe
<kwan.lowe@gmail.com> wrote:
On Thu, Mar 11, 2010 at 12:03 PM, Vijay Shanker Dubey
[snip]
> 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 &
> ---
> I got this script form this tutorial on the cetos site. Do you see any error
> in this.
Nothing apparent, but check that the twm manager is available. On the
server, what is the result of:
which twm
---
/usr/bin/twm
---