mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
Try reproduce issue 62 another way
This commit is contained in:
parent
ceace17001
commit
5c621da205
1 changed files with 2 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue