Skip to content

fractal-gtk: Use git version of tree_magic

tree_magic did not previously return an Option from from_filepath, and used unwrap() internally, occasionally causing a crash when we used is_gif().

On git master they have fixed this, so that's what we need to use until they put out a new release.

Related to https://gitlab.gnome.org/GNOME/fractal/issues/37

Merge request reports