diff --git a/src/Plugin.vala b/src/Plugin.vala index e2e641f0..ad319124 100644 --- a/src/Plugin.vala +++ b/src/Plugin.vala @@ -259,6 +259,9 @@ namespace Gala #if HAS_MUTTER38 stage.show (); + + // let the session manager move to the next phase + Meta.register_with_session (); return false; #endif