diff --git a/js/ui/layout.js b/js/ui/layout.js index cbd28c38a..baf5a807b 100644 --- a/js/ui/layout.js +++ b/js/ui/layout.js @@ -684,7 +684,7 @@ var LayoutManager = GObject.registerClass({ if (this.primaryMonitor) { this._systemBackground.show(); global.stage.show(); - this._prepareStartupAnimation(); + this._prepareStartupAnimation().catch(logError); return GLib.SOURCE_REMOVE; } else { return GLib.SOURCE_CONTINUE;