@wxy
https://linux.cn/article-15322-1.html
This commit is contained in:
Xingyu Wang 2022-12-06 12:27:18 +08:00
parent 61c0413163
commit f621caec25
2 changed files with 117 additions and 114 deletions

View File

@ -0,0 +1,117 @@
[#]: subject: "Trinity Desktop Environment R14.0.13 is now out with updates!"
[#]: via: "https://debugpointnews.com/trinity-desktop-environment-r14-0-13/"
[#]: author: "arindam https://debugpointnews.com/author/dpicubegmail-com/"
[#]: collector: "lkxed"
[#]: translator: "wxy"
[#]: reviewer: "wxy"
[#]: publisher: "wxy"
[#]: url: "https://linux.cn/article-15322-1.html"
Trinity 桌面环境 R14.0.13 版发布更新
======
![][1]
> 怀念美好的旧式 KDETrinity 桌面环境新发布的小版本TDE R14.0.13)带来了一些新功能和错误修复。以下是发布摘要。
![Trinity 桌面环境 R14.0.13][2]
如果你是那些怀念美好的旧式 KDE3.5)外观的人,那么你可以通过 Trinity 桌面环境TDE获得它。TDE 是一个由志愿者组成的小团队开发的一个复刻版的 KDE 3.5 桌面环境。它是 KDE 3 桌面理念的延续,为那些欣赏其功能和设计的人提供了更新和错误修复。
尽管是一个小而独立的项目TDE 仍然在积极地开发和维护,为用户提供了一个主流桌面环境的替代品。而继 [之前的 R14.0.12 版本][3] 之后,第 13 个小版本带来了一些好东西。
### Trinity 桌面环境 R14.0.13 的新内容
#### 桌面易用性得到了更新
这个版本引入了使用 `Ctrl + 鼠标滚轮` 来增加或减少字体大小的功能,这可以用在 Konsole、Kate、KWrite、TDevelop 和其他使用 Kate 嵌入编辑器的应用程序中。此外Kate 文本编辑器现在包括 Markdown 文件的语法高亮,使其更容易阅读和编辑这些类型的文档。
这些增强功能使用户对文本编辑器的外观有更多的控制,并改善了整体的用户体验。
此外Trinity 桌面环境 R14.0.13 还改进了用户设置墙纸的方式使其更容易设置也更直观。Konqueror 的动作菜单现在提供了设置图像作为背景的各种选项,为用户提供了更多的灵活性和控制力。这些改进提高了设置墙纸时的整体用户体验,使用户更加方便。
除此之外,这个版本还改进了 khotkeys 输入动作,为用户提供了更多的控制和灵活性。它的用于创建和编辑动作的图形用户界面现在包括新的上移/下移按钮,使其更容易重新排列动作。此外,该版本还包括对图形用户界面的修复,以提高其整体可用性和性能。这些改进提高了用户在使用 khotkeys 输入动作时的体验,使用户更方便地定制他们的键盘快捷键。这个版本还包括一个新的等待动作组件,允许用户在步骤之间引入一个延迟。
![twin-style-machbunt - 来自 SuSE 的 KDE 窗口装饰主题][4]
#### 核心和支持
SFTP tdeioslave 已经更新,现在使用 libssh它提供了更安全和稳定的连接。任务栏现在包括移动任务和拖放分组任务按钮增强了用户体验。
这个版本包括了改进的 API 可视化和增强的 Python3 支持。整个版本使用的语言已经更新为性别中立。这些改进提高了整体的用户体验,使 TDE 更具包容性和可及性。
除此之外在核心应用程序方面TDE R14.0.13 版本包括了几个更新,以提高与流行的多媒体和文件处理库的兼容性。这包括对 ffmpeg 5.0、Jasper 3.x 和 Poppler >= 22.04 的支持。这些更新使 TDE 能够利用这些库的最新功能和性能改进。此外,这个版本包括了几个 TDE 应用程序的手册页,为用户提供了关于如何使用这些程序的更详细的文档和信息。这些改进提高了 TDE 的整体功能和性能。
### 下载并安装 Trinity 桌面环境 R14.0.13
如果你使用的是 Ubuntu 22.04 LTS Jammy Jellyfish你可以运行下面的命令将其安装在你现有的 Ubuntu 上:
```
sudo gedit /etc/apt/sources.list
```
添加以下行并保存文件:
```
deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-sb jammy deps-r14 main-r14
deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-sb jammy deps-r14 main-r14
```
```
wget http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-keyring.deb
sudo dpkg -i trinity-keyring.deb
sudo apt update
sudo apt install kubuntu-default-settings-trinity kubuntu-desktop-trinity
```
安装完成后,重新启动你的系统,在登录界面选择 Trinity。注意截至发稿时针对 Ubuntu 22.10 Kinetic Kudu 的仓库还不可用。
对于 Arch Linux 用户,你可以通过以下命令安装它。
使用管理员权限打开 `/etc/pacman.conf`,在最后添加以下几行并保存好:
```
[trinity]
Server = https://mirror.ppa.trinitydesktop.org/trinity/archlinux/$arch
```
然后打开一个终端,运行以下内容:
```
pacman-key --recv-key D6D6FAA25E9A3E4ECD9FBDBEC93AF1698685AD8B
pacman-key --lsign-key D6D6FAA25E9A3E4ECD9FBDBEC93AF1698685AD8B
```
最后,用下面的方法来安装:
```
pacman -Sy
```
```
pacman -S td-meta
```
对于其他发行版,你可以在 [本页][5] 找到 TDE 的详细下载和安装指南。
来自 [发布公告][6]。
--------------------------------------------------------------------------------
via: https://debugpointnews.com/trinity-desktop-environment-r14-0-13/
作者:[arindam][a]
选题:[lkxed][b]
译者:[wxy](https://github.com/wxy)
校对:[wxy](https://github.com/wxy)
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
[a]: https://debugpointnews.com/author/dpicubegmail-com/
[b]: https://github.com/lkxed
[1]: https://debugpointnews.com/wp-content/uploads/2022/12/tde-head.jpg
[2]: https://debugpointnews.com/wp-content/uploads/2022/12/Trinity-Desktop-Environment-R14.0.13.jpg
[3]: https://www.debugpoint.com/tde-release-r14-0-12/
[4]: https://debugpointnews.com/wp-content/uploads/2022/12/twin-style-machbunt-a-KDE-window-decoration-theme-from-SuSE.jpg
[5]: https://wiki.trinitydesktop.org/Category:Documentation#Installing_from_a_Package_Manager
[6]: https://www.trinitydesktop.org/newsentry.php?entry=2022.10.30

View File

@ -1,114 +0,0 @@
[#]: subject: "Trinity Desktop Environment R14.0.13 is now out with updates!"
[#]: via: "https://debugpointnews.com/trinity-desktop-environment-r14-0-13/"
[#]: author: "arindam https://debugpointnews.com/author/dpicubegmail-com/"
[#]: collector: "lkxed"
[#]: translator: " "
[#]: reviewer: " "
[#]: publisher: " "
[#]: url: " "
Trinity Desktop Environment R14.0.13 is now out with updates!
======
![][1]
**Missing old-KDE? The new minor release of Trinity Desktop Environment (TDE R14.0.13) brings a few new features and bug fixes. This is a release summary.**
![Trinity Desktop Environment R14.0.13][2]
If you are one of those users who miss the good ol KDE (3.5) look, then you can get it via Trinity Desktop Environment (TDE). The TDE is a fork of the KDE 3.5 desktop environment developed by a small team of volunteers. Its a continuation of the KDE 3 desktop methodology, providing updates and bug fixes for those who appreciate its features and design.
Despite being a small and independent project, TDE is still actively developed and maintained, offering users an alternative to more mainstream desktop environments. And following the [prior R14.0.12 release][3], the thirteenth minor release brings a few goodies.
### Trinity Desktop Environment release R14.0.13: Whats New
#### Desktop usability updates
This release introduces the ability to use Ctrl + mouse wheel to increase or decrease the font size in Konsole, Kate, KWrite, TDevelop, and other applications using the Kate part editor. In addition, the Kate text editor now includes syntax highlighting for Markdown files, making it easier to read and edit these types of documents.
These enhancements give users more control over their text editors appearance and improve the overall user experience.
Furthermore, Trinity Desktop Environment R14.0.13 also includes improvements to how users set a wallpaper, making it easier and more intuitive. The Konqueror action menu now offers all available options for setting an image as the background, providing users with more flexibility and control.These enhancements enhance the overall user experience when setting wallpaper and make it more convenient for users.
On top of that, this release includes improvements to the khotkeys Input Actions, providing users with more control and flexibility. The GUI for creating and editing actions now includes new move-up/move-down buttons, making it easier to reorder actions.
In addition, this release includes fixes to the GUI to improve its overall usability and performance.These enhancements enhance the user experience when working with khotkeys Input Actions and make it more convenient for users to customize their keyboard shortcuts.
![twin-style-machbunt - a KDE window decoration theme from SuSE][4]
#### Core and supports
This release includes a new waiting action component that allows users to introduce a delay between steps. The SFTP tdeioslave has been updated to use libssh, providing a more secure and stable connection. The taskbar now includes moving tasks and dragging and dropping grouped task buttons, enhancing the user experience.
This release includes improved API visualization and enhanced Python3 support. The language used throughout the release has been updated to be gender-neutral. These enhancements improve the overall user experience and make the TDE more inclusive and accessible.
Other than that, on the core apps side, the TDE R14.0.13 release includes several updates to improve compatibility with popular multimedia and document processing libraries. This includes support for ffmpeg 5.0, Jasper 3.x, and Poppler >= 22.04. These updates allow TDE to take advantage of these libraries latest features and performance improvements. In addition, this release includes man pages for several TDE applications, providing users with more detailed documentation and information about how to use these programs. These enhancements improve the overall functionality and performance of the TDE.
### Download and Install Trinity desktop environment R14.0.13
If you are using Ubuntu 22.04 LTS Jammy Jellyfish, you can run the following command to install it on top of your existing Ubuntu installation.
```
sudo gedit /etc/apt/sources.list
```
Add the following line and save the file.
```
deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-sb jammy deps-r14 main-r14deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-sb jammy deps-r14 main-r14
```
```
wget http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-keyring.debsudo dpkg -i trinity-keyring.debsudo apt updatesudo apt install kubuntu-default-settings-trinity kubuntu-desktop-trinity
```
After installation, restart your system and choose Trinity from the login screen. Note: As of publishing this, the repo is yet unavailable for Ubuntu 22.10 Kinetic Kudu.
For Arch Linux users, you can install it via the following commands:
Open `/etc/pacman.conf` using admin privilege and add the following lines at the end and save the fine.
```
[trinity]Server = https://mirror.ppa.trinitydesktop.org/trinity/archlinux/$arch
```
Then open a terminal and run the following:
```
pacman-key --recv-key D6D6FAA25E9A3E4ECD9FBDBEC93AF1698685AD8B
pacman-key --lsign-key D6D6FAA25E9A3E4ECD9FBDBEC93AF1698685AD8B
```
And finally, use the below to install.
```
pacman -Sy
```
```
pacman -S tde-meta
```
For other distros, you can find the detailed download and install guide for TDE on [this page][5].
Via [release announcement][6]
--------------------------------------------------------------------------------
via: https://debugpointnews.com/trinity-desktop-environment-r14-0-13/
作者:[arindam][a]
选题:[lkxed][b]
译者:[译者ID](https://github.com/译者ID)
校对:[校对者ID](https://github.com/校对者ID)
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
[a]: https://debugpointnews.com/author/dpicubegmail-com/
[b]: https://github.com/lkxed
[1]: https://debugpointnews.com/wp-content/uploads/2022/12/tde-head.jpg
[2]: https://debugpointnews.com/wp-content/uploads/2022/12/Trinity-Desktop-Environment-R14.0.13.jpg
[3]: https://www.debugpoint.com/tde-release-r14-0-12/
[4]: https://debugpointnews.com/wp-content/uploads/2022/12/twin-style-machbunt-a-KDE-window-decoration-theme-from-SuSE.jpg
[5]: http://pacman -S tde-meta
[6]: https://www.trinitydesktop.org/newsentry.php?entry=2022.10.30