Right now I have to open a console and type:
xtightvncviewer [ip-address]
to open the viewer. That's okay, but then I need to leave the console open or otherwise the viewer will close. I've tried:
nohup xtightvncviewer [ip-address] &
and:
xtightvncviewer [ip-address]
[ctrl-Z]
bg
In both cases, it pops up a little password dialog, and opens the viewer, but it's still dependent on the console being open. Is there a way to open xtightvncviewer as "headless"?