Hi, I have vnc running, but I can’t change the startup script to use a different desktop manager. I can’t tell if it has anything to do with it being TightVNC or not. I can’t find information regarding VNC (which I want) and guides are cryptic/don’t work 100%. Any help would be appreciated.
I’d like to set the default to KDE and log in via internet which I can do via url. Unfortunately, I’m not exprienced with remoting in as well:shame: VNC is enabled and config script is listed below.
Visited: VNC HOWTO - openSUSE
Version: 11.3
Default X: KDE (Installed Fluxbox, lxde, xfce)
[startup script]
#!/bin/sh
xrdb $HOME/.Xresources
xsetroot -solid grey
xterm -geometry 80x24+10+10 -ls -title “$VNCDESKTOP Desktop” &
unset SESSION_MANAGER
kde-session &
If there’s a better alternative to VNC, (like a GUI, gasp, that would be awesome).