我已经从ubuntu安装了xpra (16.10)。我还安装了websockify。当我尝试使用它来设置html5会话时,如下所示:
xpra start --bind-tcp=0.0.0.0:14500 --html=on --start-child=xterm我得到以下错误:
xpra initialization error:
failed to setup websockify html server: cannot find xpra's html directory
(not found in '/usr/share/xpra/www')我现在被困住了。有什么建议吗?
我试图让xpra通过网络远程提供X应用程序,使用Ubuntu (16.10)。从我所读到的每一件事来看,这应该是容易的。
发布于 2017-07-19 08:00:27
这很简单。只是不要使用Ubuntu中的xpra版本,它已经过时,存在安全漏洞,并且缺少HTML5客户端。
https://askubuntu.com/questions/904172
复制相似问题