GNOME Bugzilla – Bug 328883
Trash not showing files under encfs
Last modified: 2006-07-14 19:23:27 UTC
Please describe the problem: When the entire user's home is under encfs (http://arg0.net/users/vgough/encfs.html) nautilus didn't show any files in the Trash. I'm using debian with inotify support and recent kernels. The problem is hear since months, even previous versions of gnome. You can see the files inside ~/.Trash with nautilus if you go to that dir manually. I don't now if this is related to the fact that encfs doesn't provide mmap support, in that case you could probably provide an alternate method without using mmap. Thanks. Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information:
Thanks for your bug report. encfs should be added to fs_data in libgnomevfs/gnome-vfs-filesystem-type.c.
Hello, are you sure this is the only one thing needed? I've added this line: { "encfs" , N_("Encfs Volume"), 1}, and recompiled de Debian source package for gnome-vfs, and then installed it, but Trash is still not working.
This should work, or at least it did for me with ffs. You can try to do this change, rebuild the whole gnome-vfs from scratch and execute the test/test-volumes test utility. It will list all mounted file systems and will indicate if they support a trash or not (based on the fs_data table). Might be a good start for debugging.
Well,it didn't work, maybe I'm doing anything wrong. But thank you anyway.
Maybe you installed the gnome-vfs-daemon into a different prefix than /usr?
Thanks, I've committed the patch together with the additions from bug 336533.