4

I have installed xpra from the ubuntu repos (16.10). I also have installed websockify. When I try to use it to set up an html5 session with the following:

xpra start --bind-tcp=0.0.0.0:14500 --html=on --start-child=xterm

I get the following error:

xpra initialization error:
 failed to setup websockify html server: cannot find xpra's html directory
 (not found in '/usr/share/xpra/www')

and I am currently stuck. Any suggestions?

I am attempting to make xpra provide X applications remotely over the web, using Ubuntu (16.10). This should be easy from everything I have read.

1 Answers1

0

It is easy. Just don't use the xpra version from the Ubuntu repos, it is out of date, has security holes and is missing the HTML5 client.

totaam
  • 387