Public bug reported:

I need to be able to override ~/.vnc/xstartup when running unit tests
for one of the packages I develop, while still preserving the default
~/.vnc/xstartup for my personal use. The vncserver script should have a
command-line option to force it to use something other than
~/.vnc/xstartup. I see that either this used to exist at some point in
the past, or someone started writing it but didn't:

    $xstartup = $vncStartup if ($vncStartup);

The variable $vncStartup is referenced here but not set anywhere. Fixing
this is simply adding a command-line option to specify the path of an
alternative xstartup file to use, and then setting $vncStartup to that
option after parsing the command-line options.

** Affects: vnc4 (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1435373

Title:
  vnc4server should allow xstartup file to be specified on command line

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vnc4/+bug/1435373/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to