I have a anoying problem. It seems that since i've activated my vnc through yast it skips my .xstartup file. So i cant change window manager(from twm to enlightenment).

this is my file:

#!/bin/sh
xrdb $HOME/.Xresources
xsetroot -solid grey
xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP DOZETOP" &
enlightenment &

originally:

#!/bin/sh
xrdb $HOME/.Xresources
xsetroot -solid grey
xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP DOZETOP" &
twm &

But the desktop does'nt even get the designated name.....

Anybody been sucessfull in changing wm in suse/yast config. before???

Greets