Update to 3.37.1
This commit is contained in:
parent
04b07eb16a
commit
9ee697e846
1
.gitignore
vendored
1
.gitignore
vendored
@ -174,3 +174,4 @@ gnome-shell-2.31.5.tar.bz2
|
||||
/gnome-shell-3.35.92.tar.xz
|
||||
/gnome-shell-3.36.0.tar.xz
|
||||
/gnome-shell-3.36.1.tar.xz
|
||||
/gnome-shell-3.37.1.tar.xz
|
||||
|
@ -1,38 +0,0 @@
|
||||
From f49b58cf97e167dca74b902fe1bf21d296495113 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Jonas=20=C3=85dahl?= <jadahl@gmail.com>
|
||||
Date: Tue, 31 Mar 2020 19:00:58 +0200
|
||||
Subject: [PATCH] appDisplay: Clear animateLater callbacks when unmapping
|
||||
|
||||
In some situations we could end up not with lingering 'view-loaded'
|
||||
handler. This could result in delayed spring animate-in being initiated,
|
||||
e.g. after a minute after the activities overview was already closed.
|
||||
|
||||
Fix this by removing any lingering signal or later handlers when
|
||||
unmapping.
|
||||
|
||||
Fixes: 5c33fe4a0a4eb4ed
|
||||
|
||||
https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1155
|
||||
---
|
||||
js/ui/appDisplay.js | 5 +++++
|
||||
1 file changed, 5 insertions(+)
|
||||
|
||||
diff --git a/js/ui/appDisplay.js b/js/ui/appDisplay.js
|
||||
index 4ba4ed67c..e07769caa 100644
|
||||
--- a/js/ui/appDisplay.js
|
||||
+++ b/js/ui/appDisplay.js
|
||||
@@ -291,6 +291,11 @@ var BaseAppView = GObject.registerClass({
|
||||
}
|
||||
}
|
||||
|
||||
+ vfunc_unmap() {
|
||||
+ this._clearAnimateLater();
|
||||
+ super.vfunc_unmap();
|
||||
+ }
|
||||
+
|
||||
animateSwitch(animationDirection) {
|
||||
this.remove_all_transitions();
|
||||
this._grid.remove_all_transitions();
|
||||
--
|
||||
2.26.0
|
||||
|
@ -1,13 +1,13 @@
|
||||
Name: gnome-shell
|
||||
Version: 3.36.1
|
||||
Release: 2%{?dist}
|
||||
Version: 3.37.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Window management and application launching for GNOME
|
||||
|
||||
License: GPLv2+
|
||||
Provides: desktop-notification-daemon
|
||||
URL: https://wiki.gnome.org/Projects/GnomeShell
|
||||
#VCS: git:git://git.gnome.org/gnome-shell
|
||||
Source0: http://download.gnome.org/sources/gnome-shell/3.36/%{name}-%{version}.tar.xz
|
||||
Source0: http://download.gnome.org/sources/gnome-shell/3.37/%{name}-%{version}.tar.xz
|
||||
|
||||
# Replace Epiphany with Firefox in the default favourite apps list
|
||||
Patch1: gnome-shell-favourite-apps-firefox.patch
|
||||
@ -17,9 +17,6 @@ Patch1: gnome-shell-favourite-apps-firefox.patch
|
||||
Patch2: 0001-endSessionDialog-Immediately-add-buttons-to-the-dial.patch
|
||||
Patch3: 0002-endSessionDialog-Support-rebooting-into-the-bootload.patch
|
||||
|
||||
# Backported from gnome-3-36
|
||||
Patch4: 0001-appDisplay-Clear-animateLater-callbacks-when-unmappi.patch
|
||||
|
||||
%define eds_version 3.33.1
|
||||
%define gnome_desktop_version 3.35.91
|
||||
%define glib2_version 2.56.0
|
||||
@ -165,6 +162,7 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/evolution-calendar.de
|
||||
%doc README.md
|
||||
%caps(cap_sys_nice+ep) %{_bindir}/gnome-shell
|
||||
%{_bindir}/gnome-extensions
|
||||
%{_bindir}/gnome-shell-extension-prefs
|
||||
%{_bindir}/gnome-shell-extension-tool
|
||||
%{_bindir}/gnome-shell-perf-tool
|
||||
%{_datadir}/glib-2.0/schemas/*.xml
|
||||
@ -212,6 +210,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/evolution-calendar.de
|
||||
%{_mandir}/man1/gnome-shell.1*
|
||||
|
||||
%changelog
|
||||
* Thu Apr 30 2020 Florian Müllner <fmuellner@redhat.com - 3.37.1-1
|
||||
- Update to 3.37.1
|
||||
|
||||
* Tue Mar 31 2020 Florian Müllner <fmuellner@redhat.com - 3.36.1-2
|
||||
- Remove obsolete libcroco require
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gnome-shell-3.36.1.tar.xz) = dce7a7236f9efd50148add12373664936a291e7b058c207e29f7abee5243146dac7c769ab7b0b0d5720363886748d70c9cc53fa70d1201f3c756bd9cad92fd53
|
||||
SHA512 (gnome-shell-3.37.1.tar.xz) = 1f04f748613a5b406fd7afc2c8b192913b7b4bebecf59f12400ea44282de958d15174dc8397a54a643fe5af538b31b8a3d4e9a2ed9ac464c8527b4746b24004a
|
||||
|
Loading…
Reference in New Issue
Block a user