diff --git a/js/ui/main.js b/js/ui/main.js index 979fcefa5..549ecedd8 100644 --- a/js/ui/main.js +++ b/js/ui/main.js @@ -258,7 +258,7 @@ function _initializeUI() { // We're ready for the session manager to move to the next phase GLib.idle_add(GLib.PRIORITY_DEFAULT, () => { Shell.util_sd_notify(); - Meta.register_with_session(); + global.context.notify_ready(); return GLib.SOURCE_REMOVE; });