Accepting request 850232 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/850232 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-shell?expand=0&rev=190
This commit is contained in:
commit
b894594fbc
39
98234acd5b48a58c2d112b5edb3dddb85e04a643.patch
Normal file
39
98234acd5b48a58c2d112b5edb3dddb85e04a643.patch
Normal file
@ -0,0 +1,39 @@
|
||||
From 98234acd5b48a58c2d112b5edb3dddb85e04a643 Mon Sep 17 00:00:00 2001
|
||||
From: Daniel van Vugt <daniel.van.vugt@canonical.com>
|
||||
Date: Fri, 2 Oct 2020 08:33:31 +0000
|
||||
Subject: [PATCH] windowManager: Avoid calling meta_window_actor_thaw when not
|
||||
frozen
|
||||
|
||||
Because that tends to crash in:
|
||||
```
|
||||
g_error ("Error in freeze/thaw accounting");
|
||||
```
|
||||
|
||||
Closes: https://gitlab.gnome.org/GNOME/mutter/-/issues/1431
|
||||
|
||||
https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1453
|
||||
|
||||
|
||||
(cherry picked from commit 6ba3ca5f9548ba0a87a9e3ffa129716d0a062e1e)
|
||||
---
|
||||
js/ui/windowManager.js | 4 ++++
|
||||
1 file changed, 4 insertions(+)
|
||||
|
||||
diff --git a/js/ui/windowManager.js b/js/ui/windowManager.js
|
||||
index ab86a2e6a3..91b764ea8d 100644
|
||||
--- a/js/ui/windowManager.js
|
||||
+++ b/js/ui/windowManager.js
|
||||
@@ -1378,6 +1378,10 @@ var WindowManager = class {
|
||||
onStopped: () => this._sizeChangeWindowDone(shellwm, actor),
|
||||
});
|
||||
|
||||
+ // ease didn't animate and cleared the info, we are done
|
||||
+ if (!actor.__animationInfo)
|
||||
+ return;
|
||||
+
|
||||
// Now unfreeze actor updates, to get it to the new size.
|
||||
// It's important that we don't wait until the animation is completed to
|
||||
// do this, otherwise our scale will be applied to the old texture size.
|
||||
--
|
||||
GitLab
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 23 19:30:05 UTC 2020 - Marcus Rueckert <mrueckert@suse.de>
|
||||
|
||||
- Fix crash which can be triggerd with steam or claws mail:
|
||||
https://gitlab.gnome.org/GNOME/gnome-shell/-/commit/98234acd5b48a58c2d112b5edb3dddb85e04a643.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 8 03:38:01 UTC 2020 - dimstar@opensuse.org
|
||||
|
||||
|
@ -40,6 +40,8 @@ Patch2: gnome-shell-disable-ibus-when-not-installed.patch
|
||||
Patch4: gnome-shell-fate324570-Make-GDM-background-image-configurable.patch
|
||||
# PATCH-NEEDS-REBASE gnome-shell-jscSLE9267-Remove-sessionList-of-endSessionDialog.patch jsc#SLE-9267 qkzhu@suse.com -- Remove sessionList of endSessionDialog (WAS: PATCH-FEATURE-OPENSUSE)
|
||||
Patch5: gnome-shell-jscSLE9267-Remove-sessionList-of-endSessionDialog.patch
|
||||
# PATCH-FIX-UPSTREAM https://gitlab.gnome.org/GNOME/gnome-shell/-/commit/98234acd5b48a58c2d112b5edb3dddb85e04a643.patch mrueckert@suse.de -- Fix crash triggered with steam or gnome-shell
|
||||
Patch6: https://gitlab.gnome.org/GNOME/gnome-shell/-/commit/98234acd5b48a58c2d112b5edb3dddb85e04a643.patch
|
||||
|
||||
## NOTE: Keep SLE-only patches at bottom (starting on 1000).
|
||||
# PATCH-FEATURE-SLE gnome-shell-gdm-login-applet.patch fate#314545 dliang@suse.com -- Add an applet on login UI to display suse icon, product name, hostname.
|
||||
@ -178,6 +180,7 @@ This package contains an optional extensions app for managing GNOME Shell extens
|
||||
%patch2 -p1
|
||||
%patch4 -p1
|
||||
#patch5 -p1
|
||||
%patch6 -p1
|
||||
|
||||
translation-update-upstream
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user