View Single Post
nicolai's Avatar
Posts: 1,637 | Thanked: 4,424 times | Joined on Apr 2009 @ Germany
#25
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
 

The Following 3 Users Say Thank You to nicolai For This Useful Post: