Backport MR #498 for spinner bug, plus two crasher fixes
Resolves: #1692135
This commit is contained in:
28
0001-core-Remove-startup-sequences-after-timeout.patch
Normal file
28
0001-core-Remove-startup-sequences-after-timeout.patch
Normal file
@@ -0,0 +1,28 @@
|
||||
From 639be849cd80b38567f6abb0279bef59f17ac5ca Mon Sep 17 00:00:00 2001
|
||||
From: Carlos Garnacho <carlosg@gnome.org>
|
||||
Date: Mon, 18 Mar 2019 11:59:26 +0100
|
||||
Subject: [PATCH 1/3] core: Remove startup sequences after timeout
|
||||
|
||||
The complete/remove semantics were split to cater for presenting windows,
|
||||
so we must now separately do both here.
|
||||
|
||||
Related: https://gitlab.gnome.org/GNOME/mutter/issues/501
|
||||
---
|
||||
src/core/startup-notification.c | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/src/core/startup-notification.c b/src/core/startup-notification.c
|
||||
index 8bcb0f385..d2d0d1362 100644
|
||||
--- a/src/core/startup-notification.c
|
||||
+++ b/src/core/startup-notification.c
|
||||
@@ -454,6 +454,7 @@ startup_sequence_timeout (void *data)
|
||||
meta_startup_sequence_get_id (sequence));
|
||||
|
||||
meta_startup_sequence_complete (sequence);
|
||||
+ meta_startup_notification_remove_sequence (sn, sequence);
|
||||
}
|
||||
|
||||
g_slist_free (ctod.list);
|
||||
--
|
||||
2.21.0
|
||||
|
||||
Reference in New Issue
Block a user