PlasmaZones 2.2.1
3 changes, released March 14, 2026.
Fixed
- Primary screen detection on Wayland:
QGuiApplication::primaryScreen()could diverge from KDE Display Settings on some multi-monitor Wayland configurations. The KWin effect now queriesWorkspace::outputOrder()(the compositor’s authoritative output priority) and pushes the true primary to the daemon via D-Bus. Updates automatically when display settings change.
Changed
- Complete German translations: All three translation domains are now 100% translated (KCM: 520, Editor: 446, Daemon: 61 strings).
- Translation extraction fix: Sub-KCM QML files were missing from pot extraction (glob only scanned
kcm/ui/, notkcm/*/ui/).