I've installed VNC on a Linux 7.1 box, but the server isn't returning the enlightenment desktop when I connect through VNC client. I only get a very plain desktop with a console (the graphics, however are very good). I think the problem may be related to the Windows manager setting in the ~/.vnc/xstartup script. Here is the script:
#!/bin/sh
xrdb $HOME/.Xresources
xsetroot -solid grey
xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
#twm &
#kde &
#gnome &
#startx &
#XWin &
/usr/bin/gnome-wm &
You can see the many windows managers I've tried. Can anyone help?
Jared
#!/bin/sh
xrdb $HOME/.Xresources
xsetroot -solid grey
xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
#twm &
#kde &
#gnome &
#startx &
#XWin &
/usr/bin/gnome-wm &
You can see the many windows managers I've tried. Can anyone help?
Jared