From 602cb132de41994b3dc9be8af3be1791e1b2cef1 Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Sun, 19 Feb 2023 01:46:30 +0000 Subject: [PATCH] =?UTF-8?q?gnome.mutter:=2043.2=20=E2=86=92=2043.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://gitlab.gnome.org/GNOME/mutter/-/compare/43.2...43.3 - Skip resize effects for tiled windows during user grabs. - Disable direct scanout during drag-n-drop operations. - Ignore unmapped subsurfaces in direct scanout check. - Fix cursor disappearing over windows during grabs. - Fix pointer constrains with subsurfaces. - Make wl_output mode independent of the orientation. - Improve focus handling on workspace switches. - Fix cursor position in window screencasts. - Do not require a physical device to update pointer visibility. - Fix initialization of keyboard accessibility. - Fix freeze when crossing monitors under some conditions. - Don't allow window activation to break global grabs. - Fixed crashes. - Plugged leak. - Misc. bug fixes and cleanups. --- pkgs/desktops/gnome/core/mutter/default.nix | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/pkgs/desktops/gnome/core/mutter/default.nix b/pkgs/desktops/gnome/core/mutter/default.nix index ed7bb388d85e..5220bf8388e2 100644 --- a/pkgs/desktops/gnome/core/mutter/default.nix +++ b/pkgs/desktops/gnome/core/mutter/default.nix @@ -49,13 +49,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "mutter"; - version = "43.2"; + version = "43.3"; outputs = [ "out" "dev" "man" "devdoc" ]; src = fetchurl { url = "mirror://gnome/sources/mutter/${lib.versions.major finalAttrs.version}/mutter-${finalAttrs.version}.tar.xz"; - sha256 = "/S63B63DM8wnevhoXlzzkTXhxNeYofnQXojkU9w+u4Q="; + sha256 = "Z75IINmycMnDxl44lHvwUtLC/xiunnBCHUklnvrACn0="; }; patches = [ @@ -65,6 +65,13 @@ stdenv.mkDerivation (finalAttrs: { url = "https://gitlab.gnome.org/GNOME/mutter/-/commit/285a5a4d54ca83b136b787ce5ebf1d774f9499d5.patch"; sha256 = "/npUE3idMSTVlFptsDpZmGWjZ/d2gqruVlJKq4eF4xU="; }) + + # Fix focus regression. + # https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2848 + (fetchpatch { + url = "https://gitlab.gnome.org/GNOME/mutter/-/commit/12ce58dba4f96f6a948c1d166646d263253e3ee0.patch"; + sha256 = "CGu11aLFs8VEt8NiIkih+cXZzU82oxY6Ko9QRKOkM98="; + }) ]; mesonFlags = [