I've searched the FAQ and cannot find what I'm loking for.

I run fvwm2 in my vnc connection just fine. When I come to work and set at my desk my Linux box is running kde.
here is my .xinitrc  This doesn't start fvwm.
#!/bin/sh

exec >$HOME/.xsession.$DISPLAY 2>&1

if [ -f $HOME/.bashrc ]
then
  . $HOME/.bashrc
fi

#xrdb $HOME/.Xdefaults  # Load X11 resource database
#exec $HOME/local/kde1.1/bin/startkde
#exec /usr/bin/startkde
#exec /home/cjitlal/bin/startkde3.1.1

#xterm  -geometry 80x24-0-0 &
/usr/local/bin/icewm

Reply via email to