Hello all!
I have a tightVNC server running ok but I'm always loading the wm in it thru a terminal... So I put a xstartup script (with execution permission ) on the /home/tc/.vnc/xstartup as follows:
#!/bin/sh
openbox &
But openbox doesn't load (it is installed and loaded)... Do I have to setup anything more?
Thanks!