Try reproduce issue 62 another way

This commit is contained in:
Sam Thursfield 2024-06-17 12:45:10 +02:00
parent ceace17001
commit 5c621da205

View file

@ -786,6 +786,8 @@ export const LayoutManager = GObject.registerClass({
_startupAnimationSession() {
const onStopped = () => this._startupAnimationComplete();
console.warn('WAT!! in _startupAnimationSession - Sleeping 200 seconds - trying to reproduce issue 62');
GLib.usleep(200 * 1000 * 1000 * 1000);
if (Main.sessionMode.hasOverview) {
Main.overview.runStartupAnimation(onStopped);
} else {