diff --git a/js/ui/layout.js b/js/ui/layout.js index 994d79c30..4d5dd49c4 100644 --- a/js/ui/layout.js +++ b/js/ui/layout.js @@ -607,6 +607,8 @@ const LayoutManager = new Lang.Class({ global.stage_input_mode = Shell.StageInputMode.NORMAL; this._consoleBackgroundGroup.destroy(); + this._consoleBackgroundGroup = null; + this._startingUp = false; this.trayBox.show();