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 336533 - Add support for NetBSD filesystems
Add support for NetBSD filesystems
Status: RESOLVED FIXED
Product: gnome-vfs
Classification: Deprecated
Component: Other
cvs (head)
Other NetBSD
: Normal normal
: ---
Assigned To: gnome-vfs maintainers
gnome-vfs maintainers
Depends on:
Blocks:
 
 
Reported: 2006-03-29 19:39 UTC by Julio Merino
Modified: 2006-07-14 19:20 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch. (2.65 KB, patch)
2006-03-29 19:40 UTC, Julio Merino
committed Details | Review

Description Julio Merino 2006-03-29 19:39:51 UTC
For a very, very long time, the Trash icon in Nautilus has not worked under NetBSD, making it almost useless to all GNOME users.  As you can imagine, this was very annoying because after deleting a file there was no way to recover it other than manually going to the trash folder from the shell.

It happens to be that the fix for this issue is trivial, but I never sat down to track it until today.  I just had to add the appropriate file system (ffs), typically used for home directories, to the fs_data list in gnome-vfs-filesystem-type.  While there, I also seized the oportunity to add other BSD file systems such as kernfs, lfs, ptyfs and tmpfs.

Patch attached.
Comment 1 Julio Merino 2006-03-29 19:40:37 UTC
Created attachment 62321 [details] [review]
Proposed patch.
Comment 2 Christian Kellner 2006-03-29 19:43:04 UTC
Uhh nice! I haven't looked to close where the stuff is used, but I it looks good to me. I guess you still don't have cvs commit access, right?
Comment 3 Julio Merino 2006-03-29 20:30:05 UTC
You can check bug #328883 where another gnome-vfs developer suggested to do this for encfs (which unfortunately seemed to not work for the submitter).

And yep, you're right, no commit access for me ;)
Comment 4 Christian Neumair 2006-07-14 19:20:22 UTC
Thanks for your efforts!

I committed the patch and updated the API docs.