View Single Post
Posts: 21 | Thanked: 6 times | Joined on Apr 2010
#26
Originally Posted by nicolai View Post
try this, make a script (say "xvncnohup.sh)":
Code:
#!/bin/sh
nohup x11vnc -forever &
/bin/sh
Put this script in /usr/bin
make a desktop file with the line
Exec=osso-xterm "/usr/bin/xvncnohup.sh"

Nicolai
I LOVE YOU!

It works, thank you!
 

The Following User Says Thank You to raffe For This Useful Post: