https://bugzilla.xfce.org/show_bug.cgi?id=14718
Andre Miranda <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Andre Miranda <[email protected]> --- The mentioned error comes from thunar_transfer_job_verify_destination, which beside other things, gets filesystem info and checks if it's not read-only, all using GIO functions. Nautilus code[1] uses the same functions, except that it passes "filesystem::free,filesystem::readonly" to g_file_query_filesystem_info while thunar passes "filesystem::*". The documentation says "The wildcard "*" may be used to match all keys and namespaces, or "namespace::*" will match all keys in a given namespace." so the wildcard still must be valid. Unfortunately I don't have a similar environment as described (Windows AD, NFS, etc) to try to reproduce. 1 - https://gitlab.gnome.org/GNOME/nautilus/blob/62ba6d83df162b149785ed10a13d242ee1a13dc1/src/nautilus-file-operations.c -- 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
