<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.trinitydesktop.net/index.php?action=history&amp;feed=atom&amp;title=Release_Notes_For_R14.0.8</id>
	<title>Release Notes For R14.0.8 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.trinitydesktop.net/index.php?action=history&amp;feed=atom&amp;title=Release_Notes_For_R14.0.8"/>
	<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Release_Notes_For_R14.0.8&amp;action=history"/>
	<updated>2026-05-12T12:57:06Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.13</generator>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Release_Notes_For_R14.0.8&amp;diff=1368&amp;oldid=prev</id>
		<title>SlavekB: Created the basis for R14.0.8 release notes</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Release_Notes_For_R14.0.8&amp;diff=1368&amp;oldid=prev"/>
		<updated>2020-04-15T17:55:36Z</updated>

		<summary type="html">&lt;p&gt;Created the basis for R14.0.8 release notes&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Category:Documentation]]&lt;br /&gt;
[[Category:Releases]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Overview===&lt;br /&gt;
&lt;br /&gt;
The Trinity Desktop Environment is a complete software desktop environment designed for Unix-like operating systems, intended for computer users preferring a traditional desktop model, and is free/libre software.&lt;br /&gt;
&lt;br /&gt;
R14.0.8 is the eighth maintenance release of the R14.0 series, and is built on and improves the previous R14.0.7 version.&lt;br /&gt;
&amp;lt;br/&amp;gt;Maintenance releases are intended to promptly bring bug fixes to users, while preserving overall stability through the avoidance of both major new features and major codebase re-factoring.&lt;br /&gt;
&lt;br /&gt;
[[File:Screenshot2-1.jpg|500px|Trinity R14.0.5 Desktop]] [[File:Thierry de Coulon 2.jpg|522px|Trinity R14.0.5 Desktop]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===R14.0.8 Release Notes===&lt;br /&gt;
&lt;br /&gt;
This section highlights some of the most important fixes introduced by this maintenance release.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;Bug fixes&amp;lt;/b&amp;gt;&lt;br /&gt;
** Fixed avahi support&lt;br /&gt;
** Fixed parsing of CPU cores frequency on some hardware&lt;br /&gt;
** Fixed parsing of battery information on some hardware&lt;br /&gt;
** Fixed detection of closing the lid on some hardware&lt;br /&gt;
** Fixed incorrect update of KNote &amp;quot;last modified&amp;quot; field&lt;br /&gt;
** Fixed several FTBFS caused by newer library versions&lt;br /&gt;
** Fixed K3B crashes when trying to write an audio CD with cd text&lt;br /&gt;
** Fixed tdenetworkmanager crashes&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;Enhancements&amp;lt;/b&amp;gt;&lt;br /&gt;
** Many translation updates (thanks to all [[#Translators|translators]])&lt;br /&gt;
** Several packages have been migrated to CMake build system&lt;br /&gt;
** For some packages have been dropped the automake build system&lt;br /&gt;
** Added option to disable tdekbdledsync&lt;br /&gt;
** Added option to select default file manager&lt;br /&gt;
** The selected default terminal is also used for Open terminal here&lt;br /&gt;
** Improved LibreSSL support&lt;br /&gt;
** Improved musl libc support&lt;br /&gt;
** Improved support for DilOS distribution&lt;br /&gt;
** Improved support for XDG folders&lt;br /&gt;
** Improved support for Pinebook Pro&lt;br /&gt;
** Initial work to support reproducible builds&lt;br /&gt;
** Initial support for translating desktop files using Weblate&lt;br /&gt;
** Using Ninja build for Cmake building on FreeBSD&lt;br /&gt;
** Dropped Kerry and code related to Beagle search&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;Security&amp;lt;/b&amp;gt;&lt;br /&gt;
** CVE-2019-14744: Solved similar cases of arbitrary code execution from .desktop files&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;The complete list of changes and bugs fixed in this release is available at these locations (please note that two lists complement each others, they are not duplicates):&lt;br /&gt;
*  [https://mirror.git.trinitydesktop.org/gitea/TDE/tde/issues/27 TGW issue list]&lt;br /&gt;
*  [https://bugs.trinitydesktop.org/showdependencytree.cgi?id=3060&amp;amp;hide_resolved=0 Bugzilla reports]&lt;br /&gt;
&lt;br /&gt;
A detailed commit change log catalogued by module is also available [[Changelog_For_R14.0.8|here]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Useful notes on upgrading===&lt;br /&gt;
&lt;br /&gt;
When upgrading from previous releases you may run into some of the following use cases. Follow the recommended instructions to minimize potential problems.&lt;br /&gt;
&lt;br /&gt;
====Removed dbus policy at_console====&lt;br /&gt;
&lt;br /&gt;
A newer version of SystemD has removed the dbus policy at_console. Because the TDE does not yet contain a policykit agent (this will be addressed in R14.1.0), a plugdev group policy has been added in the default TDE Hardware Control daemon dbus configuration. This group should be available on most systems. To enable communication with the TDE Hardware Control daemon, add users to the plugdev group.&lt;br /&gt;
&lt;br /&gt;
Note: If a policykit is installed but a policykit agent is not available, it does not work well. In this case, it is advisable to uninstall policykit to allow the use of dbus rules.&lt;br /&gt;
&lt;br /&gt;
====Test failures in r14-xdg-update====&lt;br /&gt;
&lt;br /&gt;
If you experience test failures at login time during the execution of the r14-xdg-update script, please try logging out and logging in again. Most failures will be automatically fixed. In case of persistent failures that don&amp;#039;t get automatically recovered, please contact the TDE team on their official channels (mailing lists or IRC).&lt;br /&gt;
&lt;br /&gt;
For example you may experience TEST9 failures if you had previously edited your TDE menu and there are references to both &amp;#039;kde-*&amp;#039; and &amp;#039;tde-*&amp;#039; files for the same application. This will require manual editing to determine what is the correct way to fix the problem.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
===Getting TDE===&lt;br /&gt;
&lt;br /&gt;
Installation instructions and binary packages are immediately available for [[DebianInstall|Debian]], [[DevuanInstall|Devuan]], [[RaspbianInstall|Raspbian]] and [[UbuntuInstall|Ubuntu]]. Packages for [[RedHatInstall|RedHat/CentOs]], [[FedoraInstall|Fedora]], [[MageiaInstall|Mageia]], [[OpenSUSEInstall|OpenSUSE]], and [[PCLinuxOSInstall|PCLinuxOS]] are being built by their respective maintainers and may be already available or will be soon.&lt;br /&gt;
&lt;br /&gt;
Live CDs with TDE R14.0.8 preinstalled are or will be available soon on the [[LiveCDs|LiveCDs page]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Previous R14.0 Release Notes===&lt;br /&gt;
&lt;br /&gt;
Release notes for previous versions of TDE are avaiable at these links.&lt;br /&gt;
; Previous release ([[Release Notes For R14.0.7|R14.0.7]])&lt;br /&gt;
&amp;lt;div class=&amp;quot;R14_release_notes mw-collapsible mw-collapsed&amp;quot; style=&amp;quot;width:400px; overflow:auto;&amp;quot;&amp;gt;&lt;br /&gt;
; Older R14.0.x release notes.&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
: [[Release Notes For R14.0.6|R14.0.6]]&lt;br /&gt;
: [[Release Notes For R14.0.5|R14.0.5]]&lt;br /&gt;
: [[Release Notes For R14.0.4|R14.0.4]]&lt;br /&gt;
: [[Release Notes For R14.0.3|R14.0.3]]&lt;br /&gt;
: [[Release Notes For R14.0.2|R14.0.2]]&lt;br /&gt;
: [[Release Notes For R14.0.1|R14.0.1]]&lt;br /&gt;
: [[Release Notes For R14.0.0|R14.0.0]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===FreeBSD Support===&lt;br /&gt;
&lt;br /&gt;
TDE continues to offer support for FreeBSD, although still partial given some of the new issues that have arisen with the latest versions of FreeBSD. The TDE team will try their best to improve support for FreeBSD but progress will probably be slow. Additional developers or contributors willing to help porting the remaining features and applications are always welcome.&lt;br /&gt;
&lt;br /&gt;
[[File:Nikolaus Klepp 3.jpg|500px|Trinity R14.0.5 Desktop on FreeBSD]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Credits and acknowledgements===&lt;br /&gt;
&lt;br /&gt;
We thanks all the people that are (or have been) involved in making TDE the great desktop environment that it is.&lt;br /&gt;
&lt;br /&gt;
====Infrastructure====&lt;br /&gt;
We would like to thank [https://www.integricloud.com/ IntegriCloud] for kindly providing a powerful physical server based on a secure POWER9 architecture that serves as &amp;lt;b&amp;gt;the new TDE primary host&amp;lt;/b&amp;gt; and as a very powerful builder for ppc64el packages.&lt;br /&gt;
&lt;br /&gt;
We would like to thank [https://vpsfree.org vpsFree] for kindly providing free hosting for some of the TDE services, most notably our self-hosted [https://mirror.git.trinitydesktop.org/gitea TDE Gitea Workspace] and [https://mirror.git.trinitydesktop.org/weblate/ TDE Weblate Translation Workspace].&lt;br /&gt;
&lt;br /&gt;
====Translators====&lt;br /&gt;
We would like to thank all the people who have used the [https://mirror.git.trinitydesktop.org/weblate/ TDE Weblate Translation Workspace] to improve translations for many languages. We are looking forward for further contributions in future.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;Bulgarian&amp;lt;/b&amp;gt;&lt;br /&gt;
** Kiril Kirilov&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;Czech&amp;lt;/b&amp;gt;&lt;br /&gt;
** Slávek Banko&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;Dutch&amp;lt;/b&amp;gt;&lt;br /&gt;
** Heimen Stoffels&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;German&amp;lt;/b&amp;gt;&lt;br /&gt;
** Chris&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;Polish&amp;lt;/b&amp;gt;&lt;br /&gt;
** Jan Stolarek&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;Portuguese&amp;lt;/b&amp;gt;&lt;br /&gt;
** Hugo Carvalho&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;Russian&amp;lt;/b&amp;gt;&lt;br /&gt;
** Bogdan V. Kilin&lt;br /&gt;
** Serg Bormant&lt;br /&gt;
** zavfe&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;Slovak&amp;lt;/b&amp;gt;&lt;br /&gt;
** Marek Mlynar&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;Turkish&amp;lt;/b&amp;gt;&lt;br /&gt;
** Ercan Ersoy&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;Ukrainian&amp;lt;/b&amp;gt;&lt;br /&gt;
** Roman Savochenko&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
===Contribute to TDE development===&lt;br /&gt;
&lt;br /&gt;
The TDE development team is small but friendly. If you wish to participate in the TDE development process, please visit the [https://www.trinitydesktop.org/helpwanted.php Get involved] page for additional information. &lt;br /&gt;
&lt;br /&gt;
There are many things you can contribute to, from documentation review to bug fixes as well as brand new software features or applications.&lt;br /&gt;
&lt;br /&gt;
Feedback from our users is also an integral part of a large scale, user-experience oriented project such as TDE. Whether you want to report a bug, suggest an improvement or simply let us know your opinion about TDE, please feel free to contact us. Three good places to start communication are the official [https://mirror.git.trinitydesktop.org/gitea TGW site] (user guide [https://wiki.trinitydesktop.org/TDE_Gitea_Workspace here]), the project&amp;#039;s [https://www.trinitydesktop.org/mailinglist.php mailing lists] and the [https://bugs.trinitydesktop.org bug tracker].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Donate to the TDE Project===&lt;br /&gt;
&lt;br /&gt;
Creating TDE requires significant computing resources and bandwidth. Please consider helping to keep us online with a donation on our [https://www.trinitydesktop.org/donate.php donations page]. Without your financial assistance, TDE would not be possible!&lt;/div&gt;</summary>
		<author><name>SlavekB</name></author>
	</entry>
</feed>