Hi. Will begin to say that i do not know a whole lot about linux, at all.
Im running Ubuntu Server 10.10, and installed Gnome at first. It's not working to good for me, so I figuered I'd try KDE. I wrote
sudo apt-get install kubuntu-desktop
and it started installing. When it was finished i edited my tightvncservers xstartupfile to say
#!/bin/sh
xrdb $HOME/.Xresources
xsetroot -solid grey
#x-terminal-emulator -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
#x-window-manager &
export XKL_XMODMAP_DISABLE=1
/usr/bin/startkde &
And then I started the VNC server. I log on, and I see four "icons" and then a fuzzy window shows it self, I cant really tell what its says but I think it's something with 'Crash'. Then BOOM the vncserver shuts down and i cant log on to it again. What am I doing wrong? Please help!