为什么 sddm 中没有显示选择 unity 8 的选项?

为什么 sddm 中没有显示选择 unity 8 的选项?

我决定在我的 kubuntu 系统上尝试 unity8。

______________________________________________________________________________________________
android@android  :18:23:55  ~
--> sudo apt install --reinstall  unity8-desktop-session-mir
[sudo] password for android: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages were automatically installed and are no longer required:
  darkplaces libode4
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded.
Need to get 4,790 B of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 http://ubuntu.ntc.net.np/ubuntu xenial/universe amd64 unity8-desktop-session-mir all 1.0.12+15.10.20150609-0ubuntu1 [4,790 B]
Fetched 4,790 B in 0s (17.0 kB/s)                     
(Reading database ... 332564 files and directories currently installed.)
Preparing to unpack .../unity8-desktop-session-mir_1.0.12+15.10.20150609-0ubuntu1_all.deb ...
Unpacking unity8-desktop-session-mir (1.0.12+15.10.20150609-0ubuntu1) over (1.0.12+15.10.20150609-0ubuntu1) ...
Setting up unity8-desktop-session-mir (1.0.12+15.10.20150609-0ubuntu1) ...
______________________________________________________________________________________________
android@android  :19:20:43  ~
--> sudo dpkg-reconfigure sddm
______________________________________________________________________________________________
android@android  :19:21:04  ~
--> reboot

重新启动系统时,sddm 未显示选择 unity 8 的选项。我在这里做错了什么?

答案1

sddm 只能启动 X11 和 Wayland 会话。要么要求 Canonical 将 Unity8 移植到 Wayland,要么切换到 Ubuntu 现在使用的任何登录管理器——可能是 LightDM。

答案2

您的显示管理器(在您的情况下为 SDDM)需要支持 Mir 显示服务器。Canonical 仅支持其显示服务器项目(LightDM),其他项目需要添加自己的支持。

相关内容