The temporary solution suggested by orgoj in comment #9 is working for me, thanks! It was quite easy to install (althought my first impression of the website was different). I just downloaded this file:
http://downloads.sourceforge.net/ssvnc/ssvnc_unix_only-1.0.22.tar.gz
...extracted it to something like /usr/local/bin and made the symlinks as suggested in the README:
cd /usr/local/bin ln -s ssvnc/bin/{s,t}* .
and then 'tightvncviewer -listen' is doing it's job (Ubuntu 8.10).
The temporary solution suggested by orgoj in comment #9 is working for me, thanks!
It was quite easy to install (althought my first impression of the website was different). I just downloaded this file:
http:// downloads. sourceforge. net/ssvnc/ ssvnc_unix_ only-1. 0.22.tar. gz
...extracted it to something like /usr/local/bin and made the symlinks as suggested in the README:
cd /usr/local/bin
ln -s ssvnc/bin/{s,t}* .
and then 'tightvncviewer -listen' is doing it's job (Ubuntu 8.10).