Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VNC and Enlightenment

Status
Not open for further replies.

jared71

MIS
Jul 2, 2001
58
US
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top