After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 328883 - Trash not showing files under encfs
Trash not showing files under encfs
Status: RESOLVED FIXED
Product: gnome-vfs
Classification: Deprecated
Component: Other
2.15.x
Other All
: Normal normal
: ---
Assigned To: gnome-vfs maintainers
gnome-vfs maintainers
Depends on:
Blocks:
 
 
Reported: 2006-01-27 18:56 UTC by nahoo82
Modified: 2006-07-14 19:23 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16



Description nahoo82 2006-01-27 18:56:17 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:
Comment 1 Christian Neumair 2006-01-27 19:29:40 UTC
Thanks for your bug report. encfs should be added to fs_data in libgnomevfs/gnome-vfs-filesystem-type.c.
Comment 2 nahoo82 2006-01-29 09:02:45 UTC
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.
Comment 3 Julio Merino 2006-03-29 20:48:22 UTC
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.
Comment 4 nahoo82 2006-04-05 13:26:42 UTC
Well,it didn't work, maybe I'm doing anything wrong. But thank you anyway.
Comment 5 Christian Neumair 2006-04-06 20:51:06 UTC
Maybe you installed the gnome-vfs-daemon into a different prefix than /usr?
Comment 6 Christian Neumair 2006-07-14 19:23:27 UTC
Thanks, I've committed the patch together with the additions from bug 336533.