KDE 1760 Published by

KDE has released the first quarterly update on its €1 million investment from Germany's Sovereign Tech Agency, revealing that Q2 2026 focused on quality assurance and modernizing communication protocols rather than new features. The team caught critical regressions, including a KWin crash, via a new openQA system and implemented IMAP4 revision 2 support, which can reduce full mailbox syncs to a single server round trip. Future work includes automatic account configuration via email and password alone, improved network share handling, and expanded Btrfs snapshot integration in Dolphin. The STA views this funding as essential for digital sovereignty, aiming to provide public institutions with auditable, open-protocol alternatives to proprietary software.



KDE Reveals First Quarterly Update on €1M German Sovereign Tech Funding, Highlighting Foundational QA and Protocol Modernization

KDE has published the first installment of its quarterly update on work funded by Germany's Sovereign Tech Agency (STA), which committed over €1 million in May 2026 to strengthen KDE Plasma, KDE Linux, and PIM communication frameworks. The Q2 2026 report, authored by Nate Graham, Kevin Ottens, and John Veness, details a quarter focused heavily on foundational infrastructure rather than flashier user-facing features.

The funding, framed by the STA as a move toward "digital sovereignty," targets the resilience of core digital infrastructure. With Big Tech increasingly in the crosshairs of European privacy regulation, the investment aims to ensure that public institutions and enterprises have auditable, open-protocol alternatives to proprietary suites.

"We are investing in KDE because it is one of the two major desktop environments used across Linux and plays a key role in how millions of people experience open technology," says STA Technical Director Fiona Krakenbürger. "Strengthening KDE's testing infrastructure, security architecture, and communication frameworks is how we invest in the resilience and reliability of the core digital infrastructure that modern society depends on."

Screenshot_from_2026_06_16_14_40_28

Quality Assurance and the New OpenQA System

Quality assurance and testing took up the bulk of Q2's efforts. The work was carried out by KDE e.V., Techpaladin Software, and enioka Haute Couture, with a new openQA-based integration testing system running on dedicated servers catching regressions that would have otherwise reached users.

The system caught an accidental KWallet breakage and a KWin crash triggered by a brief Arch Linux gcc tooling regression. Thomas Duckworth, who architected the testing system, described the setup as leveraging Selenium via selenium-webdriver-at-spi for more maintainable UI interaction compared to traditional openQA "needles." The pipeline uses ephemeral CI workers to avoid the maintenance headaches of hosted setups, with tests injected via systemd system extensions.

On the PIM side, dedicated test suites for IMAP and CalDAV/CardDAV resources uncovered issues like recurrence exception bugs, now fixed in kdepim-runtime MR 320. Kevin Ottens, who leads the PIM infrastructure work, emphasized that quality remains the first axis for enterprise adoption, alongside protocol modernization and ease of use.

IMAP Modernization and Autoconfiguration

Significant progress was made on IMAP4 revision 2 support, adding extensions for BINARY, LIST-EXTENDED, and LIST-STATUS. The completion of CONDSTORE and QRESYNC support in kdepim-runtime MR 326 has dramatically improved sync performance. In some cases, a full mailbox sync now requires just a single server round trip.

"It turned out to be less work than expected," the report notes, pointing out that the existing IMAP implementation was already in fairly good shape.

The team also began work on an automatic account configuration library based on a draft RFC. The goal is to allow users to configure mail, calendar, and identity services via email address and password alone through System Settings' Online Accounts page. This eliminates the need for manual, per-service configuration—a long-standing pain point for users.

Plasma and System Improvements

Plasma received an overhaul of network share handling via FUSE-based mounting improvements. These include mount-on-first-access functionality, standardized mount paths, and integration into Dolphin's Places panel. Btrfs snapshot integration, now available in Dolphin, allows users to restore earlier versions of files directly from snapshots.

The team also began porting apps to the declarative KConfigXT system, making configuration options and defaults visible without reading source code. This paves the way for future administrative tools similar to DConf Editor.

Looking Ahead

The Q2 report signals a shift toward more user-facing work in the coming quarters as QA efforts wind down. The 26.08 release is expected to include some of the PIM improvements already in the pipeline. Full autoconfiguration and Flatpak integration are targeted for the end of 2026 or early 2027.

"The desktop holds personal data and mediates nearly every service we depend on," Krakenbürger noted. "KDE offers the world a better way."

For developers, the openQA system is designed to eventually be generalized, allowing app developers to test their own applications atop KDE Linux. This could simplify the testing burden for projects aiming to integrate with the KDE ecosystem.