PlasmaZones 3.3.2

4 changes, released July 29, 2026.

Fixed

  • The layout editor no longer opens another screen’s layout when you switch screens: switching the editor to a screen that has no layout of its own loaded the default layout for editing, so renaming it and saving overwrote that layout and both screens ended up on the same one. An unassigned screen now starts you on a fresh layout (#858, #862).
  • Settings dropdowns show the value you actually have saved: eleven dropdowns in the settings app always displayed their first option however your configuration was set, so Drag behavior, Sticky windows, the rendering backend and others looked like they were set to something you had never chosen. Re-picking the real value was then a no-op, so nothing prompted you to save (#860, #863).
  • Minimized windows stay out of tiling across a mode switch: switching a screen between snapping and tiling no longer counts minimized windows in the tiled layout or moves them, and unminimizing restores each window to the place it had before it was minimized, on either engine and across restarts (#859).
  • The support report script no longer needs Perl’s JSON::PP module: some distros package Perl core modules separately, so plasmazones-report failed with a module error and wrongly reported that the daemon was not running. The script now does all of its text processing with python3 (#861).