Created attachment 4598 Proposed patch Hi, If g_vfs_get_supported_uri_schemes() returns NULL (e.g. GVfs not installed, or dbus issue, or maybe GVfs inhibited by GParted?), Thunar crashes in thunar/thunar-gio-extensions.c:252, because supported_schemes[n] is accessed directly without checking that supported_schemes != NULL. The attached patch add this check... Thanks.
Applied in a34d540.
*** Bug 8758 has been marked as a duplicate of this bug. ***