PlasmaZones 2.3.9
1 change, released March 20, 2026.
Fixed
- Modifier key settings zeroed on save: Changing the activation modifier in the KCM and saving silently wrote all-zero triggers to KConfig, permanently disabling zone activation. Complex D-Bus types (
QVariantListofQVariantMaps) arrived asQDBusArgumentobjects thattoList()/toMap()couldn’t extract. Now appliesDBusVariantUtils::convertDbusArgument()in bothsetSetting()andsetSettings()before passing values to setters. AffectsdragActivationTriggers,zoneSpanTriggers, andsnapAssistTriggers.