Created attachment 4463 Probably wrong way to include loop devices in the side pane Quote from the downstream bug report [1]: "Previously if a loop device was created it would appear in the side pane where it could then be mounted by clicking on the device. Now the loop device no longer appears in the side pane. Steps to reproduce: run the following command as root to create the loop device: losetup /dev/loop0 (path/to/iso/image) The newly created loop device will not appear in the side pane of Thunar. This operation works fine in another file manager (Nautilus)." List of software used: Thunar 1.4.0 glib2 2.32.3 GVFS 1.12.3 udisks2 1.94.0 As far as I can tell, the problem is that thunar_g_volume_is_present() returns FALSE for loop devices, because g_volume_get_drive (volume) returns NULL. I'm going to attach a work around I've come up with, but it's most likely not the right way to fix this issue. [1] https://bugs.archlinux.org/task/29894
Works fine with exo 0.10/Thunar 1.6
I mean, not the patch. It works OOTB.
(In reply to comment #1) > Works fine with exo 0.10/Thunar 1.6 Indeed!