Architecture / Modularization
Architecture / Modularization
Posted Jan 28, 2026 14:30 UTC (Wed) by farnz (subscriber, #17727)In reply to: Architecture / Modularization by Wol
Parent article: Xfwl4: the roadmap for a Xfce Wayland compositor
That would be an example of making the state store do too much - it's supposed to be a runtime state store, not persistent between sessions.
Persistence between sessions is something the compositor needs to handle separately - the state store is for the things that need to persist between two instances of a compositor in a single session.
