Skip to content

compositor: Port to Mutter 41

Ray Strode requested to merge port-to-meta-context into main

Mutter has had a few API breaks this release cycle. This commit adapts to the changes necessary:

  1. There's now a MetaContext object that encapsulates initialization and main loop integration

  2. Unix signal handling is deferred to us

  3. Likewise, setting the working directory is now on us

  4. Mutter now handles avoiding starting the AT Bridge all on its own.

Merge request reports