[Xfce-bugs] [Bug 14718] symlink on read-only NFS share to redirect homedirectory prevents thunar from copy/paste to homedirectory

bugzilla-daemon at xfce.org bugzilla-daemon at xfce.org
Wed Sep 26 04:25:40 CEST 2018


https://bugzilla.xfce.org/show_bug.cgi?id=14718

Andre Miranda <andreldm at xfce.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andreldm at xfce.org

--- Comment #1 from Andre Miranda <andreldm at xfce.org> ---
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.


More information about the Xfce-bugs mailing list