New comment by superiums on void-packages repository https://github.com/void-linux/void-packages/issues/39752#issuecomment-1286752042 Comment: > > ### gvfs > > thunar report the gvfs was not work currectly, and there's no vols appear in left panel of thunar. for tracering the issue, all of them report an GLIB error. for example , this is the report of gvfs debug , using comomand `GVFS_DEBUG=1 $(find /usr/lib* -name gvfsd 2>/dev/null) --replace 2>&1 | tee gvfsd.log ` : > > ``` > > > > (process:14320): GLib-GObject-CRITICAL **: 11:21:21.921: g_object_new_with_properties: assertion 'G_TYPE_IS_OBJECT (object_type)' failed > > > > (process:14320): GLib-GIO-CRITICAL **: 11:21:21.924: g_volume_monitor_get_mounts: assertion 'G_IS_VOLUME_MONITOR (volume_monitor)' failed > > > > (process:14320): GLib-GObject-WARNING **: 11:21:21.924: invalid (NULL) pointer instance > > > > (process:14320): GLib-GObject-CRITICAL **: 11:21:21.924: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed > > > > (process:14320): GLib-GObject-WARNING **: 11:21:21.924: invalid (NULL) pointer instance > > > > (process:14320): GLib-GObject-CRITICAL **: 11:21:21.924: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed > > ``` > > These errors seem to only be because you forgot to set GIO_MODULE_DIR=/usr/lib/gio/modules. after set GIO_MODULE_DIR , there's no lucky happens.