我想在Ubuntu电话上从本地终端运行webapp容器,或者将它从ssh会话运行到电话。我正在寻找类似于DISPLAY环境变量的东西来设置它来告诉它将用户界面放在哪里,但是这是MIR,而不是X,所以我不能这样做。有没有办法启动Mir客户端并告诉他们他们的服务器是什么?
phablet@ubuntu-phablet:~$ webapp-container http://www.ubuntu.com
UbuntuClientIntegration: connection to Mir server failed. Check that a Mir server is
running, and the correct socket is being used and is accessible. The shell may have
rejected the incoming connection, so check its log file
Aborted (core dumped)我必须做些什么让和平号插座可以访问吗?
发布于 2015-08-11 17:45:03
Mir似乎使用了MIR_SOCKET环境变量,我在Ubuntu (模拟)上发现这个变量位于/var/run/mir_socket中。
export MIR_SOCKET=/var/run/mir_socket你可能就被安排好了。
发布于 2015-04-20 13:12:35
一种快速而肮脏的方法就是将它传递给一个非受限应用程序的桌面文件(尽管该应用程序不能运行)。
webapp-container http://www.ubuntu.com --desktop_file_hint=/usr/share/applications/webbrowser-app.desktophttps://askubuntu.com/questions/611274
复制相似问题