vncviewer fails to launch
Brought to you by:
hirfuin,
seraphim78
Hi there
On my Ubuntu installation "vncviewer" doesn't like the "-" signs in front of the arguments.
I had to write this patch:
vncviewer1:
args=
for a in $*
do
args="$args `echo $a | sed "s/-//"` "
done;
vncviewer $args
With this patch you need to replace "-" with "--" for your hostnames.
vncviewer1 becomes the program to run in the setup of kdrm.