KDE released Plasma 6.7 Beta 2 while the 6.6 stable line receives its 6.6.6 point update and the upcoming 6.8 feature branch adds stability patches. The week’s changes focus on KWin stability, clipboard handling under XWayland, and visual flicker reduction in Discover.
Plasma 6.6‑6, 6.7‑Beta2 and 6.8 Bring a Wave of Bug Fixes
KDE announced three concurrent releases this week: a point update for the long‑running Plasma 6.6 series, the Plasma 6.7 Beta 2 build, and a set of early‑stage fixes for Plasma 6.8. All three branches are dominated by stability work rather than new features, indicating that the KDE community is consolidating the user experience before the next major feature push.
Technical highlights
Plasma 6.6.6 (stable)
- KWin crash on rapid monitor power‑cycle – A race condition in the compositor’s output handling caused a null‑pointer dereference when a display was turned off and on within a few seconds. The fix adds a guard that validates the output state before applying mode changes.
- Clipboard lag under XWayland – When the screen locker engaged, XWayland clients could experience up to a 2‑second freeze while the clipboard manager synchronized data. The patch introduces an async path that decouples the lock screen from the XWayland clipboard sync, cutting the latency to under 100 ms.
- Miscellaneous regressions – Minor UI glitches and memory‑leak fixes across the system settings modules.
Plasma 6.7‑Beta2 (feature release)
- Off‑screen window drag – Users could drag a window beyond the visible edge and lose the ability to bring it back, a problem traced to an outdated geometry‑clamping routine. The updated routine now enforces a minimum on‑screen margin of 8 px, preventing the window from disappearing completely.
- Infinite keyboard‑brightness toggle – Certain laptop firmware exposed a bogus ACPI event that triggered repeated brightness‑increase commands after the lid closed. The event handler now validates the event source, stopping the loop after the first legitimate toggle.
- General polish – Updated translations, improved panel scaling on HiDPI displays, and a refreshed lock‑screen animation that now respects the compositor’s frame budget.
Plasma 6.8 (pre‑release feature branch)
- Discover flicker reduction – The software‑center’s update check previously refreshed the UI every 250 ms, creating noticeable flicker on low‑refresh panels. The refresh interval has been increased to 1 s and double‑buffering is now forced, eliminating the visual noise.
- KWin Overview crashes – Two crash vectors were identified in the Overview effect: one when the effect attempted to render a thumbnail for a window that had just been closed, and another when the effect tried to access a null surface during a rapid workspace switch. Both paths now include null checks and graceful fallback rendering.
{{IMAGE:2}}
Market and ecosystem implications
- Enterprise adoption – The rapid turnaround on KWin stability bugs lowers the risk for organizations that run KDE on thin clients or embedded devices. A more reliable compositor translates directly into fewer support tickets and higher uptime.
- XWayland compatibility – By addressing the clipboard freeze, KDE narrows the performance gap between native Wayland apps and legacy X11 programs. This could encourage developers to keep supporting XWayland longer, preserving a larger software ecosystem during the Wayland transition.
- Hardware vendor alignment – The lid‑close brightness bug touched a handful of ultrabook models that ship with custom ACPI tables. Fixing it upstream reduces the need for vendor‑specific patches, simplifying the certification process for OEMs that ship KDE‑based devices.
- User‑experience continuity – Reducing flicker in Discover improves perceived responsiveness on low‑power laptops, a segment that values battery life and smooth UI interactions. Smoother UI updates can also lead to higher user satisfaction scores in surveys that track desktop environment preference.
Outlook
The focus on bug fixing suggests KDE is positioning the 6.7 series as a solid foundation for the next wave of feature work slated for 6.9. Expect the upcoming months to bring incremental UI enhancements rather than radical redesigns, as the community consolidates the current code base.
Developers and power users can follow the detailed changelog on the This Week in Plasma page, and the full source diffs are available in the KDE GitLab repository under the plasma-6.7 and plasma-6.8 branches.

Comments
Please log in or register to join the discussion