PlasmaZones 2.3.12

1 change, released March 21, 2026.

Fixed

  • EDID serial mismatch between effect and daemon: KWin 6’s Output::serialNumber() returns the EDID text serial descriptor (e.g. HNTY800697), while Qt’s QScreen::serialNumber() returns the EDID header serial (e.g. 810700097). This caused the daemon to fail screen lookups for IDs received from the KWin effect. findScreenByIdOrName now falls back to manufacturer + model matching when serials differ and there’s exactly one screen of that make/model.