除了标准 Gnome Ubuntu 20.10 之外的其他版本是否支持桌面上的 Raspberry Pi?

除了标准 Gnome Ubuntu 20.10 之外的其他版本是否支持桌面上的 Raspberry Pi?

我最近读到,Ubuntu 从 20.10 版开始正式支持桌面上的某些 Raspberry Pi 硬件。请参阅此处的公告:https://ubuntu.com/blog/ubuntu-20-10-on-raspberry-pi-delivers-the-full-linux-desktop-and-micro-clouds

我想知道官方支持是否扩展到其他版本,例如 Ubuntu MATE、Lubuntu 等?

我知道 Ubuntu MATE 已经为 Raspberry Pi 提供了一段时间的图像,但我认为这是由于 Ubuntu MATE 团队进行了额外的开发,并且它并没有得到 Canonical 的“官方”支持。

我猜测 Canonical 所做的工作也会使其他许多风格受益,但我希望这里有人可以证实。

感谢您提供的任何见解!

答案1

抬头https://github.com/wimpysworld/desktopify它允许你添加任意 Ubuntu味道您喜欢的 Ubuntu Server 映像之上。

Desktopify 所做的不仅仅是添加桌面(允许 pi 到 amd64 盒之间存在一些差异,以及桌面与服务器)。

Put an Ubuntu Server image for Raspberry Pi on a SDHC card.
Boot the Ubuntu Server SDHC on a Raspberry Pi 2, 3 or 4.
Login to the Raspberry Pi; username ubuntu and password ubuntu
    You will be prompted to change the password
Clone the project
    git clone https://github.com/wimpysworld/desktopify.git
Change your current directory to desktopify directory
    cd desktopify
Convert the server to a desktop
    sudo ./desktopify --de ubuntu-mate

Ubuntu-MATE 确实有一个图像(刚刚发布)。

请注意,sddm某些 pi(由 Kubuntu 和 Lubuntu 使用)存在问题,desktopify目前无法解决。这是一个已知问题。

答案2

您可以按照以下说明实现此目的如何在 Raspberry Pi 上安装 Ubuntu 服务器,即第5点:安装桌面。

有以下桌面选项可用(我检查过Ubuntu 软件包对于 Groovy):

Ubuntu: sudo apt install kubuntu-desktop

鲁本图: sudo apt install lubuntu-desktop

Ubuntu Budgie: sudo apt install ubuntu-budgie-desktop

Ubuntu 伴侣: sudo apt install ubuntu-mate-desktop

Xubuntu: sudo apt install xubuntu-desktop

我没有找到任何适用于 Ubuntu Kylin 或 Ubuntu Studio 的软件包,所以我猜测这些版本不可用作服务器的附加桌面包。

相关内容