Public bug reported:

Summarising from
https://answers.launchpad.net/ubuntu/+source/novnc/+question/271057

utils/launch.sh (present in the novnc source package) is a fairly
essential part of this application.  Without it a user really needs to
know how to start up websockify manually, and all the documentation I
found online, simply says start utils/launch.sh

Simply extracting the file, isn't enough, as it assumes a websockify is
in the same (utils) folder, so applying this diff, makes it work
perfectly with the existing novnc package.

30a31,32
> #WEBSOCKIFY=${HERE}/websockify
> WEBSOCKIFY=websockify
105c107
< ${HERE}/websockify --web ${WEB} ${CERT:+--cert ${CERT}} ${PORT} ${VNC_DEST} &
---
> ${WEBSOCKIFY} --web ${WEB} ${CERT:+--cert ${CERT}} ${PORT} ${VNC_DEST} &

** Affects: novnc (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/1492351

Title:
  novnc package is missing important launch.sh script, present in the
  source package

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

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

Reply via email to