#727631 tightvncserver: need a way to add options for Xtightvnc from config file

Package:
tightvncserver
Source:
tightvnc
Description:
virtual network computing server software
Submitter:
David Fries
Date:
2013-10-24 18:51:06 UTC
Severity:
wishlist
#727631#5
Date:
2013-10-24 18:47:33 UTC
From:
To:
Dear Maintainer,

The config startup script /usr/bin/vncserver seems to be setup for the
config file ~/.vncrc  to only replace existing options.  It doesn't
have a straight forward way to add a new option and the Xtightvnc
takes many more options than the script has defaults for.  I wanted to
add "-dpi 96" without having to specify it on the command line every
time and since there is a config file that would be a good place to
put it.


This was the best way I had to add another option, that is fine an
existing item, and append to it.

$authType.=" -dpi 96";