Tiny Core Linux

Tiny Core Extensions => TCE Q&A Forum => Topic started by: Zendrael on November 04, 2014, 06:33:44 AM

Title: tightVNC does not load xstartup?
Post by: Zendrael on November 04, 2014, 06:33:44 AM
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:

Code: [Select]
#!/bin/sh

openbox &

But openbox doesn't load (it is installed and loaded)... Do I have to setup anything more?

Thanks!