KDE 1754 Published by

KDE's latest development sprint for Plasma 6.8 has introduced a significant security enhancement that automatically locks and unlocks desktop sessions when Remote Desktop clients connect or disconnect. Long-time power users will appreciate the new kscreenctl command-line tool, which serves as a robust replacement for the deprecated kscreen-doctor utility and supports script-based display configuration. The Plasma Login Manager now remembers the last-used session type per user account, eliminating the need to manually select between Plasma, X11, or Wayland on shared machines. Additional usability updates include improved multi-screen task switching that targets the active monitor, grouped transaction displays in Discover, and enhanced language search in the initial setup wizard.



KDE Plasma 6.8 Development Update: Remote Desktop Security and New CLI Tools

The latest KDE sprint lands auto-lock for RDP sessions, kscreenctl, and multi-monitor workflow fixes.

KDE has been busy with Plasma 6.8. Security hardening for remote desktop sessions and a replacement for legacy screen tooling lead the pack of new features added during the latest development sprint.

Plasma 6.7 shipped on June 16, 2026, after roughly six months of development. Now, the focus has shifted to 6.8. The current code is still in active development as of late July 2026, with the weekly "This Week in Plasma" blog serving as the primary public log.

Screenshot_from_2026_06_16_14_40_28

Remote Desktop Gets Auto-Lock

If you manage Linux machines remotely, this is a meaningful addition. Nick Haghiri implemented auto-lock and unlock behavior for Remote Desktop Protocol clients.

When the last RDP client disconnects, the session locks automatically. The next remote connection unlocks it.

This solves a real-world security concern for enterprise environments. IT staff accessing workstations during off-hours can do so without leaving the local session exposed to unauthorized physical access. You'll find the new toggle in System Settings under the Remote Desktop page.

Login Manager Remembers Your Session

Multi-user setups just got a little friendlier. Oliver Beard added persistent session memory to the Plasma Login Manager.

Previously, you had to manually select your preferred session type—Plasma, X11, Wayland—every time you logged in. Now the greeter remembers the last-used session per user account. It's a small detail, but a welcome one for shared machines.

Power users have been waiting for something similar for screen configuration. Vlad Zahorodnii created kscreenctl, the successor to kscreen-doctor, which has been deprecated for some time.

The new tool provides a conventional CLI interface with improved robustness. You can automate display layout, resolution, and rotation changes directly from shell scripts or system management tools.

UI Polish and Multi-Screen Fixes

The software center's transaction progress dialog now groups related installation operations together. Aleix Pol Gonzalez made this change so you can better track what's happening when multiple packages install simultaneously. The currently active group sits at the top of the list.

On multi-monitor setups, the Meta + 1–9 keyboard shortcuts now correctly target the panel on the active monitor. Salman Farooq fixed this routing issue. The task-jumping shortcuts now align with the multi-screen-aware task-switching behavior added in Plasma 6.7.

New users can search for languages by locale code, localized name, or English name in Plasma Setup. Tiziano Gaia implemented this. It resolves a common complaint from international users who may not know the English name of their preferred language.

Frameworks and Bug Fixes

The concurrent KDE Frameworks update brought fixes relevant to Plasma users. Kirigami.Icon visual fidelity improved for small icons. A "surprisingly common yet random-seeming" crash vector affecting Plasma was fixed by Shouvik Kar.

Several important fixes landed in the 6.6 and 6.7 streams ahead of the 6.8 cycle. KWin crashes on login with newer NVIDIA GPUs are resolved. Full-screen video in Chromium-based browsers now plays on virtual screens used during screen recording. The Plasma Login Manager no longer breaks when you unplug and replug a screen while logged out.