New comment by chrysos349 on void-packages repository https://github.com/void-linux/void-packages/pull/49428#issuecomment-2020596662 Comment: @Jaymz665 Downgrade to `gtk4-4.12.5`, and see if the problem disappears. It did for me. `gtk4-4.14.1` is buggy, imo. Use the patch below: ``` --- b/srcpkgs/gtk4/template +++ a/srcpkgs/gtk4/template @@ -1,6 +1,6 @@ # Template file for 'gtk4' pkgname=gtk4 +version=4.12.5 -version=4.14.1 revision=1 build_style=meson build_helper="gir" @@ -30,10 +30,10 @@ maintainer="Orphaned " license="LGPL-2.1-or-later" homepage="https://www.gtk.org/" +# changelog="https://gitlab.gnome.org/GNOME/gtk/-/raw/main/NEWS" +changelog="https://gitlab.gnome.org/GNOME/gtk/-/raw/gtk-4-12/NEWS" -changelog="https://gitlab.gnome.org/GNOME/gtk/-/raw/main/NEWS" -# changelog="https://gitlab.gnome.org/GNOME/gtk/-/raw/gtk-4-14/NEWS" distfiles="${GNOME_SITE}/gtk/${version%.*}/gtk-${version}.tar.xz" +checksum=28b356d590ee68ef626e2ef9820b2dd21441484a9a042a5a3f0c40e9dfc4f4f8 -checksum=fcefb3f132f8cc4711a9efa5b353c9ae9bb5eeff0246fa74dbc2f2f839b9e308 # Package build options build_options="broadway cloudproviders colord cups gir vulkan wayland x11 tracker" ``` P.S. I know `nautilus-46.0` requires `gtk4>=4.13.6`, but works fine with `4.12.5`