andreafrancia / trash-cli

Command line interface to the freedesktop.org trashcan.
GNU General Public License v2.0
3.53k stars 177 forks source link

Add fuse.gocryptfs to fstype whitelist #329

Closed maximbaz closed 3 months ago

maximbaz commented 6 months ago

Similarly to #255, on a decrypted gocryptfs share I could trash-put a file (which created .Trash-1000 dir), but I could not list or restore the trashed file without specifying --trash-dir /path/to/.Trash-1000).

Adding this type fixed the issue for me, I could both trash-list and trash-restore the files.

Ref #256

andreafrancia commented 3 months ago

Thank you