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

Cit*_*dog 2 desktop-environments raspberrypi 20.10

我最近读到 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 所做的工作也会使许多其他口味受益,但我希望这里有人可以证实。

感谢您提供的任何见解!

gui*_*erc 7

查找https://github.com/wimpysworld/desktopify,它允许您在 Ubuntu Server 映像之上添加您喜欢的任何 Ubuntu风格

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
Run Code Online (Sandbox Code Playgroud)

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

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