KDE Plasma 6.6 Desktop Is Coming on February 17th, Hereβs What to Expect
The upcoming KDE Plasma 6.6 desktop environment is expected on February 17th, 2026, with many new features and improvements. Here's what's to expect.
Latest Linux and open source news from around the web
The upcoming KDE Plasma 6.6 desktop environment is expected on February 17th, 2026, with many new features and improvements. Here's what's to expect.
Debian 13.3 is now available for download as a new point release to Debian 13 βTrixieβ with 108 bug fixes and 37 security updates.
From fork bombs to fake βlanguage packβ removals, these commands can wreck Linux fast. Hereβs what they do and how to stay safe.
Everything you may have missed from the last week.
Frame borders will finally become adjustable in KDE Plasma 6.6, bringing cleaner desktops and more pleasant visual separation.
ArchBang Linux 1001 distribution is now available for download with wmenu as a dynamic application launcher for Wayland and Labwc.
The first alpha release of Mageia 10 is now available for this Linux distribution who's lineage traces back to Mandriva and before that the legendary Mandrake Linux...
Debian 13.3 is out today as the newest stable point release for Debian Trixie...
For those loading Linux on the ASUS ROG Xbox Ally X gaming handheld, there is currently audio quality issues, including gaps/dropouts in audio playback. A workaround is in the process of making its way to the Linux kernel until a proper solution can be sorted out...
A well-designed diary app that keeps your data private, works offline, and respects your freedom.
Alice Ryhl of Google has been working on an improvement to the Linux kernel code for inlining C helpers into Rust when making use of a Link-Time Optimized (LTO) kernel build. At least some of the patches are queued up for merging in the upcoming Linux 6.20~7.0 cycle for helping those enabling the Rust kernel support and also making use of the LLVM/Clang compiler's LTO capabilities for greater performance...
The ollama 0.14-rc2 release is available today and it introduces new functionality with ollama run --experimental for in this experimental mode to run an agent loop so that LLMs can use tools like bash and web searching on your system. It's opt-in for letting ollama/LLMs make use of bash on your local system and there are at least some safeguards in place...
With new volunteers stepping up for This Week in Plasma, there is a new issue out this week to highlight more development activities going into the upcoming KDE Plasma 6.6 desktop release...
The current incarnation of ZLUDA continues moving along for running unmodified CUDA apps on non-NVIDIA GPUs. Released on Friday was ZLUDA 6-preview.48 with now boasting CUDA 13.1 compatibility...
On her blog, Julia Evans writes about improving Git documentation, including a new data model man page she wrote with Marie LeBlanc Flanagan, and updates to the pages for several other Git sub-commands (add, checkout, push, and pull). As part of the process, she asked Git users to describe problems they had run into in the documentation, which helped guide the changes that she made. I'm excited about this because understanding how Git organizes its commit and branch data has really helped me reason about how Git works over the years, and I think it's important to have a short (1600 words!) version of the data model that's accurate. The "accurate" part turned out to not be that easy: I knew the basics of how Git's data model worked, but during the review process I learned some new details and had to make quite a few changes (for example how merge conflicts are stored in the staging area).