gnome-shell/gnome-shell-exit-crash-workaround.patch
Bjørn Lie 1138a6013d - Update to version 47.4:
+ Fix overlapping tiles in app grid on hover
  + Fix default user avatar with light style
  + Fixed crash
  + Misc. bug fixes and cleanups
  + Updated translations.

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-shell?expand=0&rev=600
2025-02-06 19:14:31 +00:00

14 lines
419 B
Diff

Index: gnome-shell-47.0/src/main.c
===================================================================
--- gnome-shell-47.0.orig/src/main.c
+++ gnome-shell-47.0/src/main.c
@@ -718,7 +718,7 @@ main (int argc, char **argv)
g_object_unref (shell_global_get ());
g_debug ("Tearing down the mutter context");
- meta_context_destroy (g_steal_pointer (&context));
+ g_steal_pointer (&context);
return ecode;
}