KDE 1775 Published by

KDE has released Plasma 6.8 Beta 1, pushing its new Union theming engine past QtQuick and into legacy QtWidgets apps like Dolphin and Kate. The update also introduces kup, a native backup scheduler that finally closes a long-standing gap in the desktop environment. Every major module now demands Qt 6.11.0 and Frameworks 6.30.0, signaling a heavier reliance on the latest Qt performance and stability improvements. Live images, Docker containers, and full source tarballs for testing are already available, though distro packaging will take a few more days to catch up.



KDE Plasma 6.8 Beta 1 Ships, Pushing Union Theming Deeper and Adding a Native Backup Scheduler

The public tech preview phase of the new UI system finally touches QtWidgets apps, though it still needs your help ironing out the rough spots.

KDE has confirmed Plasma 6.8 Beta 1, tagged as build 6.7.90, is now available for testing. The big story this round is the expanded Union theming engine finally reaching QtWidgets applications, alongside a brand-new desktop backup module called kup.

The version number 6.7.90 follows KDE's beta convention, with the final stable release landing as 6.8.0. This isn't a polished drop for the faint of heart. It's a stress-test release aimed at enthusiasts, developers, and distro packagers who want to poke at the upcoming defaults before they go gold.

Screenshot_from_2026_06_16_14_40_28

Union finally touches the old guard

Union has been quietly eating its own dog food. The first public tech preview covered QML and QtQuick styling. Now, it is crossing the architecture divide to theme QtWidgets apps like Dolphin and Kate. The goal is to kill the visual mismatch between modern QML components and legacy C++ widgets that has plagued Plasma 6 since day one.

Keep in mind that KDE is being upfront about the state of things. Support is preliminary, and they want bug reports filed under the "Union" product on bugs.kde.org. Minor visual weirdness should be reported as bugs, though some deviations from Breeze are intentional design choices. Head here to the bug tracker if you run into rendering glitches while testing the new style.

Technically, it is a massive architectural bet. Union was developed at invent.kde.org/plasma/union, and bridging the QML/Widgets gap has been Qt's headache since the Qt 5 era. If it holds up, it is arguably the most meaningful visual shift for the desktop since the Plasma 5 rollout. Six months ago, when the first Union tech preview dropped, most of the feedback in the bug tracker pointed to inconsistent rendering on HiDPI displays. That thread is still open, but the team is clearly pushing harder to close it this cycle. However, at the same time, the sheer number of legacy apps still relying on raw widgets means Union might take another release before it feels truly finished.

kup fills a long-standing gap

Meanwhile, Plasma has picked up kup. Described as a backup scheduler for the desktop, it addresses a gap that has been obvious for years. GNOME ships Timeshift, elementary OS bundles it, and KDE has historically left backup to the user's own devices. Kup lands in the stable module tree now, though it is still finding its footing.

Beyond the headline features, the build requirements got a serious bump. Every major module now demands Qt 6.11.0 and KDE Frameworks 6.30.0. That is a substantial jump from previous development streams. Plasma 6.8 is going to lean on the latest stability and performance tweaks from the Qt 6.11 release train.

Discover got the heaviest workloads of any module this cycle, with over 80 commits. The appstream preview backend now loads metadata on demand instead of at startup, which trims launch times. Flatpak UX got cleaned up with trash-based deletion instead of instant deletes, and a progress view overhaul adds sorting and status sections. Not bad for a software center.

Dr Konqi, the crash reporter, also got a major port to QML. The Windows and Mac-specific code paths are gone, and it no longer processes crashes of its own binaries. kglobalacceld saw a keyboard shortcut overhaul that drops X11 legacy code and standardizes modifier-only grabs. Even the system info panel picked up a new energy graph and VA-API details. I will note the wallpaper swap too. "Waterfall" has been dethroned for a fresh default called "Hanabi." Fresh installs will see it immediately. Small things like that tend to bleed into third-party themes eventually.

Head here to the official announcement.