Created attachment 4619 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?), Tumbler crashes in tumbler/tumbler-util.c, because vfs_schemes[n] is accessed directly without checking that vfs_schemes != NULL. The attached patch add this check... Thanks.