Menu

#2 vncviewer fails to launch

open
nobody
None
5
2007-12-11
2007-12-11
Neil Gordon
No

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.

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.