Comment 1 for bug 1624547

Revision history for this message
Terence Sambo (arubislander) wrote :

Apparantly there is a missing package in the Desktop/amd64 container. To install the missing package follow these steps.
Launch the Ubuntu SDK
Go to Tools->Options->Ubuntu
On the Click Tab (the first one) select the Desktop/amd64 build target.
Click on the Maintain button.
In the terminal window that opens, enter:
~# sudo apt install ubuntu-html5-container
Exit the terminal window
Try running your program again.

Oddly enough this got my program running, but debugging does not seem to work.