File chooser Gtk 4 does not show image prveiew

After upgrading to GNOME 42, file chooser loose its ability to display image. Is this true or am I missing a configuration somewhere?

I curious where the dialog code reside both the old and new.

The preview in GTK3 is provided by the application itself, not the toolkit.

In GTK4, the preview widget API has been removed, as it cannot be used with native/sandboxed file choosers.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.