Results 1 to 1 of 1
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 ...
- 09-04-2009 #1Just Joined!
- Join Date
- Aug 2009
- Posts
- 3
yast-Remote management, change from twm to enlightenment
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


Reply With Quote