就像标题暗示的那样,还有什么吗?
我试着在VirtualBox的Ubuntu16.04上运行Unitation8,并安装了Guest。当我从LightDM登录到Unity8会话时,它只是加载一个黑色屏幕,然后它将我注销或冻结。我还安装了Unity8,但以下命令如下:
sudo apt install unity8-desktop-session-mir
sudo add-apt-repository ppa:ci-train-ppa-service/stable-phone-overlay
sudo apt update && sudo apt upgrade也许我错过了一些需要安装的东西,但是当我试图在Unity7的终端上运行Unity8时,我得到了同样的东西。但是,我得到了这个输出:
mathcubes@Ubuntu-VM:~$ unity8
Mode argument was not provided or was set to an illegal value. Using default value of --mode= "full-greeter"
file:///usr/share/unity8//OrientedShell.qml:21:1: plugin cannot be loaded for module "Unity.Screens": Cannot load library /usr/lib/x86_64-linux-gnu/qt5/qml/Unity/Screens/libunityscreensplugin.so: (libqpa-mirserver.so: cannot open shared object file: No such file or directory)
import Unity.Screens 0.1
^我能跑一下统一8号吗?它兼容吗?
发布于 2016-08-12 16:30:41
您不能在virtualbox上运行mir或wayland。也许在未来..。还请参阅链接:https://www.reddit.com/r/Ubuntu/comments/3v2tof/unity_8_在……里面_虚拟盒/、https://bugs.launchpad.net/ubuntu/+source/mir/+bug/1366805、https://bugs.launchpad.net/mir/+bug/1118903。
编辑(2017-13-01):您现在可以在virtualbox中运行wayland了。我已经成功地在KDE Neon开发者版Git不稳定的virtualbox 5.1.12上启动了一个等离子wayland会话。我不确定米尔的事。我将不得不测试一些ubuntu17.04阿尔法发行版才能找到答案。
https://askubuntu.com/questions/770011
复制相似问题