Stop crashing on idle

Currently whenever GNOME becomes idle, it crashes. This adds some NULL
pointer guards to avoid crashing.

https://bugzilla.redhat.com/show_bug.cgi?id=2231680
This commit is contained in:
Michael Catanzaro
2023-09-01 10:18:09 -05:00
parent 56abe601d3
commit ed906d372c
2 changed files with 37 additions and 0 deletions

View File

@@ -30,6 +30,9 @@ Patch1: mutter-42.alpha-disable-tegra.patch
# https://pagure.io/fedora-workstation/issue/79
Patch2: 0001-place-Always-center-initial-setup-fedora-welcome.patch
# https://gitlab.gnome.org/GNOME/mutter/-/issues/2985
Patch3: stop-crashing.patch
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.41.0
BuildRequires: pkgconfig(sm)
BuildRequires: pkgconfig(libwacom)