Skip to content

Refactor startup notification

Carlos Garnacho requested to merge wip/carlosg/startup-sequences into master

Small refactor of startup notifications. Moves the X11 bits to src/x11, and exposes Mutter startup sequences as public API (replacing the few uses of SnStartupSequence).

This refactor will be useful in the future when we get a better protocol than the stuff currently available in gtk-shell, but so far fixes starting things from the shell.

Merge request reports