mirror of
https://github.com/LCTT/TranslateProject.git
synced 2024-12-26 21:30:55 +08:00
129 lines
5.4 KiB
Markdown
129 lines
5.4 KiB
Markdown
[#]: collector: (lujun9972)
|
||
[#]: translator: (geekpi)
|
||
[#]: reviewer: (wxy)
|
||
[#]: publisher: (wxy)
|
||
[#]: url: (https://linux.cn/article-12287-1.html)
|
||
[#]: subject: (Linux Lite 5.0 Released With UEFI Support & Other Major Improvements)
|
||
[#]: via: (https://itsfoss.com/linux-lite-5-release/)
|
||
[#]: author: (Ankush Das https://itsfoss.com/author/ankush/)
|
||
|
||
Linux Lite 5.0 发布,带有 UEFI 支持和其他重大改进
|
||
======
|
||
|
||
Linux Lite 是[适合 Windows 用户的最佳 Linux 发行版][1]之一。 不仅限于此,它还是最受欢迎的[轻量级 Linux 发行版][2]之一。
|
||
|
||
基于 Ubuntu 18.04 的 Linux Lite 4.x 系列虽然不错,但没有 [UEFI 支持][3]。 但是现在基于 [Ubuntu 20.04][4] 的 Linux Lite 5.0 终于来了,我很高兴看到这些变化!
|
||
|
||
在本文中,我们将介绍 Linux Lite 5.0 的新增功能。
|
||
|
||
### Linux Lite 5.0:关键变更
|
||
|
||
![][5]
|
||
|
||
即使 Linux Lite 从 2.x 就开始支持 UEFI,但他们总是默认发布非 UEFI 的。
|
||
|
||
但是,在 Linux Lite 5.0 中,他们终于增加了开箱即用的 [UEFI][3] 默认支持以及许多重大改进。让我们看看发生了什么变化:
|
||
|
||
#### UEFI 支持
|
||
|
||
Linux Lite 5.0 支持开箱即用的 UEFI。但是,他们建议禁用[安全启动][6],即使该功能可以工作。
|
||
|
||
![][7]
|
||
|
||
你可以看看他们的[论坛文章][8],以了解更多信息。此外,你还可以在新的内置**帮助手册**中找到有关此的更多信息。
|
||
|
||
#### 基于 Ubuntu 的发行版,没有隐藏的遥测
|
||
|
||
如果你正在寻找基于 Ubuntu 的 Linux 发行版,且没有任何隐藏的遥测功能,那么 Linux Lite 5.0 似乎是理想的选择。
|
||
|
||
在[发布公告][9]中,他们在变更日志中提到了它,并提供了截图:
|
||
|
||
![][10]
|
||
|
||
#### GUFW 防火墙替换为 firewalld
|
||
|
||
你可能已经读过[在 Linux 上使用 GUFW 设置防火墙][11],但从 Linux Lite 5.0 开始,它已由 [firewalld][12] 取代。
|
||
|
||
![][13]
|
||
|
||
似乎 [GUFW][14] 不能像 firewalld 那样配置。因此,他们决定替换它。
|
||
|
||
默认情况下,它是禁用的。但是,你可以按照**帮助手册**中的教程选择启用它。
|
||
|
||
#### 新的 Whisker 菜单
|
||
|
||
![][15]
|
||
|
||
[Whisker 菜单][16]已更新至最新可用的软件包(v2.4.4)。 除了更新之外,你还可以注意到**安装更新**现在被固定在收藏夹。
|
||
|
||
#### HiDPI 设置
|
||
|
||
![][17]
|
||
|
||
如果需要,你会发现从**设置菜单**中设置 HiDPI 非常容易。
|
||
|
||
#### 已添加 XFCE 屏幕保护程序
|
||
|
||
在 Linux Lite 5.0 中,你还将注意到添加了 [XFCE 屏幕保护程序][18],默认情况下它处于禁用状态。
|
||
|
||
![][19]
|
||
|
||
这是一个简单的补充,对于一直想要屏幕保护程序并能够对其进行调整的用户而言,这将很有用。
|
||
|
||
### 其他重要改进
|
||
|
||
除了上面提到的关键要点外,还有其他一些改进对于 Linux Lite 5.0 用户而言应该是很方便的。我在这里列出其中一些:
|
||
|
||
* [Mousepad][20] 替换 [Leafpad][21]
|
||
* 新的更新通知
|
||
* 在即时启动时进行完整性检查
|
||
* 对**帮助手册**的重大改进
|
||
* Lite 软件中用 Chrome 取代了 Chromium
|
||
* 新的布局选项
|
||
* Lite 欢迎页面和 Lite 用户管理器现在更新到 GTK3 和 Python3。
|
||
* 欢迎页面添加了新的选择:**选择深色或浅色主题、UEFI 和安全启动、反馈**
|
||
* 改进的 Lite 小部件
|
||
|
||
如果你想进一步了解更改,可以在其[官方公告][9]中找到详细的更改列表。
|
||
|
||
### 总结
|
||
|
||
我认为 Linux Lite 5.0 比以往任何时候要好,并且随着最近新增的功能,对于许多新 Linux 用户来说,它也是一个绝佳的选择。
|
||
|
||
你如何看待 Linux Lite 5.0?在下面的评论中让我知道你的想法。
|
||
|
||
--------------------------------------------------------------------------------
|
||
|
||
via: https://itsfoss.com/linux-lite-5-release/
|
||
|
||
作者:[Ankush Das][a]
|
||
选题:[lujun9972][b]
|
||
译者:[geekpi](https://github.com/geekpi)
|
||
校对:[wxy](https://github.com/wxy)
|
||
|
||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
|
||
|
||
[a]: https://itsfoss.com/author/ankush/
|
||
[b]: https://github.com/lujun9972
|
||
[1]: https://itsfoss.com/windows-like-linux-distributions/
|
||
[2]: https://itsfoss.com/lightweight-linux-beginners/
|
||
[3]: https://help.ubuntu.com/community/UEFI
|
||
[4]: https://itsfoss.com/ubuntu-20-04-release-features/
|
||
[5]: https://i1.wp.com/itsfoss.com/wp-content/uploads/2020/06/linux-lite-5.jpg?ssl=1
|
||
[6]: https://en.wikipedia.org/wiki/Hardware_restriction#Secure_boot
|
||
[7]: https://i2.wp.com/itsfoss.com/wp-content/uploads/2020/06/linux-lite-uefi.png?ssl=1
|
||
[8]: https://www.linuxliteos.com/forums/uefi-secure-boot/
|
||
[9]: https://www.linuxliteos.com/forums/release-announcements/linux-lite-5-0-final-released/
|
||
[10]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2020/06/linux-lite-5-telemetry.png?ssl=1
|
||
[11]: https://itsfoss.com/set-up-firewall-gufw/
|
||
[12]: https://firewalld.org/
|
||
[13]: https://i1.wp.com/itsfoss.com/wp-content/uploads/2020/06/linux-lite-5-firewall.jpg?ssl=1
|
||
[14]: http://gufw.org/
|
||
[15]: https://i2.wp.com/itsfoss.com/wp-content/uploads/2020/06/whisker-menu-linux-lite.jpg?ssl=1
|
||
[16]: https://gottcode.org/xfce4-whiskermenu-plugin/
|
||
[17]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2020/06/linux-lite-5-hidpi.png?ssl=1
|
||
[18]: https://docs.xfce.org/apps/screensaver/start
|
||
[19]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2020/06/linux-lite-5-screensaver.jpg?ssl=1
|
||
[20]: https://salsa.debian.org/xfce-team/apps/mousepad
|
||
[21]: https://tarot.freeshell.org/leafpad/
|