Date: Fri, 14 Sep 2007 09:00:14 +1000 (EST) From: Tony Maher <anthony.maher@uts.edu.au> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/116338: gnome: gnome-vfs does not support nullfs for trash Message-ID: <200709132300.l8DN0E3F009828@karma.internal> Resent-Message-ID: <200709132340.l8DNe1oo033080@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 116338 >Category: ports >Synopsis: gnome: gnome-vfs does not support nullfs for trash >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Sep 13 23:40:01 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Tony Maher >Release: FreeBSD 6.2-RELEASE-p7 i386 >Organization: >Environment: System: FreeBSD karma.internal 6.2-RELEASE-p7 FreeBSD 6.2-RELEASE-p7 #6: Fri Aug 24 21:40:36 EST 2007 root@karma.internal:/var/obj/usr/src/sys/KARMA i386 >Description: Gnome trash always appears empty using nautilus but can see files via normal command line. >How-To-Repeat: Have ~/.Trash in a nullfs filesystem (/space/home /home nullfs rw 0 0) >Fix: Add nullfs to list of valid filesystems. --- gnome-vfs-2.18.1/libgnomevfs/gnome-vfs-filesystem-type.c.orig Thu Sep 13 20:36:05 2007 +++ gnome-vfs-2.18.1/libgnomevfs/gnome-vfs-filesystem-type.c Thu Sep 13 20:01:08 2007 @@ -65,6 +65,7 @@ { "nfs" , N_("NFS Network Volume"), 1 }, { "ntfs" , N_("Windows NT Volume"), 0 }, { "nwfs" , N_("Netware Volume"), 0 }, + { "nullfs" , N_("BSD Loopback Volume"), 1 }, { "proc" , N_("System Volume"), 0 }, { "procfs" , N_("System Volume"), 0 }, { "ptyfs" , N_("System Volume"), 0 }, >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200709132300.l8DN0E3F009828>