Flatpak: Add GTK4 popover unrealize patch

This is a temporary workaround I came up with for app performance drop on Wayland after any popover is opened. We are waiting for a proper fix from GTK4 devs. Until then, this is still much better that nothing.
This commit is contained in:
Rafostar
2020-12-06 23:12:09 +01:00
parent 64bf1dc172
commit cf26486476
2 changed files with 35 additions and 0 deletions

View File

@@ -17,6 +17,10 @@
"type": "git",
"url": "https://gitlab.gnome.org/GNOME/gtk.git",
"commit": "53cd499621b5f55df658725fb4f83d365a1319ad"
},
{
"type": "patch",
"path": "gtk4-popover-unrealize.patch"
}
]
}