https://bugzilla.xfce.org/show_bug.cgi?id=16688
--- Comment #15 from Cyrille Pontvieux <[email protected]> --- Well it's not that simple: - `thunar_file_is_local` simply checks whether the scheme is `file://` or not. It just excludes any `http://`, and the like, schemes. - `G_FILE_ATTRIBUTE_FILESYSTEM_USE_PREVIEW` is queried over the filesystem. But from what I checked with the thumbnail setting, it still builds thumbnails for any images I have on my USB key, despite I checked « only for local files ». That means that `G_FILESYSTEM_PREVIEW_TYPE_IF_LOCAL` is probably returned for my USB key even if it's not really « local ». So I'm not sure that any of these settings will apply correctly to copy in sequences when using a slow USB key/disk. It will probably work for copying over the network (like sshfs, nfs, …). The checks for the device id still seams a better option. The only drawback seems when doing multiple copying from and to a fast disk, like an internal SSD. One way to fix this would be to allow parallel copies when source and destination device ids are the same. Not sure how to display this as an understandable option… By the way, I think that the thumbnail option might benefit from any finding here for what is really a « local file ». -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Xfce-bugs mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce-bugs
