Backport #3162 to fix super key not triggering overview

Note the MR comments indicate this might break something else,
but that's about multiple touch events so probably less important
than 'super doesn't work'.
This commit is contained in:
Adam Williamson
2023-08-08 08:58:22 -07:00
parent 1be4b1a825
commit dc9d190ac9
2 changed files with 62 additions and 0 deletions

View File

@@ -30,6 +30,11 @@ Patch1: mutter-42.alpha-disable-tegra.patch
# https://pagure.io/fedora-workstation/issue/79
Patch2: 0001-place-Always-center-initial-setup-fedora-welcome.patch
# fix super key no longer triggering overview
# https://gitlab.gnome.org/GNOME/mutter/-/issues/2951
# https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3162
Patch3: 3162.patch
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.41.0
BuildRequires: pkgconfig(sm)
BuildRequires: pkgconfig(libwacom)