Release Notes For R14.1.4
Overview
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.
R14.1.4 is the forth maintenance release of the R14.1.x series.
Highlights
This section lists some of the most important changes introduced by this release.
Several items in this list refer to a multitude of commits, so direct link to them has not been provided to avoid cluttering the overall page.
Please refer to the detailed commit change log for further information.
New applications
- tdealternatives: a TDE control module to manage alternatives for DEB/RPM-based distributions (TDE/tdealternatives)
- tdeartwork: 22 new 'Modern Times' and 'Progessive' vector wallpapers (TDE/tdeartwork#51)
- new Dekoration theme Euforie (TDE/twin-style-dekorator#12)
- fifteen new color schemes taken from Pling (TDE/tdebase#577)
- tdeknighttour: a puzzle solving game for TDE (TDE/tdeknighttour)
New functionalities and enhancements
- tqt3: add support for Unicode surrogate characters and planes above zero. Requires using a font that support such characters (TDE/tqt3#162, TDE/tde#222)
- tderandrtray: new context menu structure (TDE/tdebase#560)
- tdefile-plugin: new tdefile metainfo plugin for mp4 audio files (TDE/tdemultimedia#96)
- kxkb: new options `Stretch flag`, `Dim flag` and `Show indicator bevel`. Improvements to layout switching logic and syncing with X in response to external changes. Improvement to option GUI code. Remember options and layout when keyboards are added/removed (TDE/tdebase#550)
- tdepowersave: scheme and CPU policy can now be set using DCOP (TDE/tdepowersave#41)
- kpdf: add support for multiple tabs (TDE/tdegraphics#116, TDE/tdegraphics#117, TDE/tdegraphics#118, TDE/tdegraphics#121, TDE/tdegraphics#122, TDE/tdegraphics#125)
- codeine: add analyzer view when playing audio-only streams (TDE/codeine#30)
- codeine: add context menu to statusbar to toggle Analyzer visibility when watching videos (TDE/codeine#32)
- libical: makes url links clickable in event descriptions (TDE/tdepim#141)
- add support for ISO8601 reduced precision format (i.e. hour-only) in KRFCDate (TDE/tdelibs#347)
- twin-style-dekorator: add pseudotransparency for themes with transparent pixmaps (TDE/twin-style-dekorator#11, TDE/twin-style-dekorator#13)
- twin-style-dekorator: improvement to resizing handle size with thin frames (TDE/twin-style-dekorator#15)
- twin-style-dekorator: add optional top and bottom-shaded borders (TDE/twin-style-dekorator#17)
- twin-style-dekorator: add templaTor theme to source code as visual template for artists (TDE/twin-style-dekorator#18)
- twin-style-dekorator: add logic for optional 'inactive window' images (TDE/twin-style-dekorator#21)
- twin-style-dekorator: add readme about theme creations and images (TDE/twin-style-dekorator#22)
- knowit: add `dockOnStart` option to control window status on startup (TDE/knowit#18)
- tdebase: don't stat files twice when sending them to trash (TDE/tdebase#542)
- kteatime: new option to reset the timer when clicking on the notification message. Improved configuration dialog layout (TDE/tdetoys#47, TDE/tdetoys#48)
- universalIndentGUI-tqt: add new info dialog (TDE/universal-indent-gui-tqt#6, TDE/universal-indent-gui-tqt#9)
- improve support for JasPer 3/4 (TDE/digikam#48)
- add support for gcc 15 (TDE/tde#220)
- add support for Poppler >= 25.01 (TDE/tdegraphics#113)
Bug fixes
- tderandrtray: fix settings of display gamma (TDE/tdebase#163, TDE/tdelibs#321)
- tdenetworkmanager: allow creation of VPN connections (TDE/tdenetworkmanager#5, TDE/tdelibs#338)
- use uppercase PASS command for ftp (TDE/tdelibs#313)
- codeine: fix visualization of audio analyzer on the status bar (TDE/codeine#26)
- codeine: allow seeking in FLAC (TDE/codeine#28)
- codeine: fix mouse events for changing slider volume (TDE/codeine#29)
- gtk-qt-engine: fix up background color rendering of several visual controls (TDE/gtk-qt-engine#24)
- kcminit: make sure to correctly initialize multiple modules provided by the same library (TDE/tdebase#554, TDE/tdebase#565)
- tdebase: add `--attach` option to KDialog (TDE/tdebase#558, TDE/tdelibs#318, bug 3038)
- amarok: fix FTBFS when linking taglib2 on 32 bit architectures (TDE/amarok#60, TDE/amarok#82)
- soundkonverter: fix FTBFS when linking taglib2 on 32 bit architectures (TDE/soundkonverter#29)
- akode: fix seeking in Vorbis decoder (TDE/akode#22)
- akregator: allow to use namespace prefix provided by the XML document (TDE/tdepim#152, TDE/tdepim#154)
- kmail: avoid confusion between TLS and STARTTLS when configuring accounts (TDE/tdepim#153)
- kxkb: fix incorrect layout display (TDE/tdebase#547) and unwanted reset of options (TDE/tdebase#548). Both part of TDE/tdebase#550 mentioned in the `New functionalities and enhancements` section above
Distro support
- Raspbian: drop support for Buster (TDE/tde-packaging#391)
- Ubuntu: add support for Plucky, drop support for Lunar (TDE/tde-packaging#391)
- Fedora: add support for Fedora 43 (TDE/tde-packaging#421)
CMake conversions
- digikam (TDE/digikam#30, TDE/digikam#31, TDE/digikam#32, TDE/digikam#33, TDE/digikam#34, TDE/digikam#35, TDE/digikam#37, TDE/digikam#38)
- krecipes (TDE/krecipes#15, TDE/krecipes#16, TDE/krecipes#17)
- ksquirrel (TDE/ksquirrel#26, TDE/ksquirrel#27, TDE/ksquirrel#30)
- ktorrent (TDE/ktorrent#28, TDE/ktorrent#29, TDE/ktorrent#30, TDE/ktorrent#32)
Drop autotools support
- kmyfirewall (TDE/kmyfirewall#22, TDE/kmyfirewall#29)
- piklab (TDE/piklab#22)
Removed modules
- kaffeine-mozilla (TDE/tde#219)
Info for developers/packagers
- General renames, code improvements, obsolete code removal (TDE/tde#205)
- Remove uncrustify-trinity (TDE/extra-dependencies#36)
- Scripts to create TQt3 from Qt3 have been removed (TDE/scripts#12)
- Minimum CMake version raised from 3.5 to 3.10 (TDE/tde-cmake#123)
Additional info
- R14.1.4 release notes on TGW
- TGW full issue/PR list, by module
- Detailed commit change log
Getting TDE
Installation instructions and binary packages are (or will be soon) available for:
- Debian (Buster, Bullseye, Bookworm + Trixie/Sid PSB only)
- Ubuntu (Bionic, Focal, Jammy, Lunar, Mantic, Noble, Oracular)
- Devuan (Beowulf, Chimaera, Daedalus)
- Raspbian (Buster, Bullseye, Bookworm)
- Arch
- RedHat/CentOs (RHEL 8/9)
- Fedora (41, 42, 43)
- OpenSUSE (15.5, Tumbleweed)
- Mageia (9)
- PCLinuxOS
Live CDs with TDE R14.1.4 preinstalled are or will be available soon on the LiveCDs page.
Donate and support TDE
We sincerely thanks all the people who have donated to TDE in recent and far past.
Please consider helping to keep us online with a donation on our donations page. Every little helps :-)
Previous release notes
Release notes for previous versions of TDE are avaiable at these links.
- Previous release (R14.1.3)
- Older R14.0.x release notes.
FreeBSD Support
TDE continues to offer support for FreeBSD by providing updated "TDE port maps" data for each invidivual port and the "tde-ports-map" script used to synchronize the contents with the standard /usr/ports location. "tde-meta" port has been added to simplify building and installation of ports using the new framework: this meta port does not contain any code but depends on all ports of the TDE umbrella.
Credits and acknowledgements
We thanks all the people that are (or have been) involved in making TDE the great desktop environment that it is.
Infrastructure
We would like to thank IntegriCloud for kindly providing a powerful physical server based on a secure POWER9 architecture that serves as the TDE primary host and as a very powerful builder for ppc64el packages.
We would like to thank vpsFree for kindly providing free hosting for some of the TDE services, most notably our self-hosted TDE Gitea Workspace and TDE Weblate Translation Workspace.
We would like to thank all the mirrors for kindly providing free hosting for the TDE packages and archive.
Translators
We would like to thank all the people who have used the TDE Weblate Translation Workspace to improve translations for many languages. We are looking forward for further contributions in future.
- Chinese (Simplified)
- Toad114514 (2854)
- Czech
- Martin Orszulik (10)
- Slávek Banko (80)
- Dutch
- Heimen Stoffels (12917)
- Georgian
- Temuri Doghonadze (20249)
- German
- Lian Lianna Begett (337)
- Greek
- blu.256 (644)
- Italian
- Michele Calgaro (1503)
- stefano (382)
- Polish
- Jan Stolarek (66)
- Lili (94)
- Marek W (1271)
- Portuguese
- Hugo Carvalho (7)
- Russian
- Andrei Stepanov (321)
- blu.256 (3)
- Denis Kozadaev (30)
- Spanish
- Alejo Fernández (11)
- Matias Fonzo (164)
- Juan M Ayala (194)
- Spanish (Argentina)
- Alejo Fernández (13874)
- Swedish
- Florian Reisborg Brånemyr (4)
- Ukrainian
- Roman Savochenko (64)
Contribute to TDE development
The TDE development team is small but friendly. If you wish to participate in the TDE development process, please visit the Get involved page for additional information.
There are many things you can contribute to, from documentation review to bug fixes as well as brand new software features or applications.
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 TGW site (user guide here), the project's mailing lists and the bug tracker.