PlasmaZones 2.4.6

3 changes, released March 27, 2026.

Added

  • Plasma Sigil shader: Animated energy sigil based on the PlasmaZones icon with glowing rune effects.

Fixed

  • System Settings crash when opening PlasmaZones KCM: The KCM linked the entire plasmazones_core library (with layer-shell QPA plugin, PlasmaActivities, 21 static initializers) just to read a version string. When the daemon was not running this caused heap corruption and SIGABRT during QML binding creation. Replaced with a compile-time version define so the KCM no longer loads the core library at all.
  • Editor context menu crash on zone updates: Use shared context menu to prevent QQmlData use-after-free crash when zones update while the menu is open.