WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: tightVNC does not load xstartup?  (Read 1746 times)

Offline Zendrael

  • Sr. Member
  • ****
  • Posts: 363
    • Zendrael's home of projects
tightVNC does not load xstartup?
« 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!