|
View:
New views
6 Messages
—
Rating Filter:
Alert me
|
|
|
[PATCH] enable trash usage on NTFS partitionsHi,
Trash usage is currently not allowed on NTFS partitions although NTFS now supports write access. This simple patch allows trashing on NTFS partitions. The corresponding bugzilla issues is http://bugzilla.gnome.org/show_bug.cgi?id=488699 Note that nautilus currently doesn't use the _gnome_vfs_filesystem_use_trash function which leads to bug like this http://bugzilla.gnome.org/show_bug.cgi?id=157259 and https://bugs.launchpad.net/ubuntu/+source/gnome-vfs2/+bug/140968 I will post another patch for this bug. Yann diff -Nur gnome-vfs2-2.20.0/libgnomevfs/gnome-vfs-filesystem-type.c gnome-vfs2-2.20.0.new/libgnomevfs/gnome-vfs-filesystem-type.c --- gnome-vfs2-2.20.0/libgnomevfs/gnome-vfs-filesystem-type.c 2007-10-20 18:23:53.000000000 +0200 +++ gnome-vfs2-2.20.0.new/libgnomevfs/gnome-vfs-filesystem-type.c 2007-10-20 18:24:24.000000000 +0200 @@ -65,7 +65,7 @@ { "msdosfs" , N_("MSDOS Volume"), 0 }, { "nfs" , N_("NFS Network Volume"), 1 }, { "nfs4" , N_("NFS Network Volume"), 1 }, - { "ntfs" , N_("Windows NT Volume"), 0 }, + { "ntfs" , N_("Windows NT Volume"), 1 }, { "nwfs" , N_("Netware Volume"), 0 }, { "proc" , N_("System Volume"), 0 }, { "procfs" , N_("System Volume"), 0 }, _______________________________________________ gnome-vfs-list mailing list gnome-vfs-list@... http://mail.gnome.org/mailman/listinfo/gnome-vfs-list |
|
|
Re: [PATCH] enable trash usage on NTFS partitionsOn Tue, 2008-01-15 at 23:26 +0100, Yann Rouillard wrote: > Hi, > > Trash usage is currently not allowed on NTFS partitions although NTFS > now supports write access. > > This simple patch allows trashing on NTFS partitions. > > The corresponding bugzilla issues is > http://bugzilla.gnome.org/show_bug.cgi?id=488699 > > Note that nautilus currently doesn't use the > _gnome_vfs_filesystem_use_trash function which leads to bug like this > http://bugzilla.gnome.org/show_bug.cgi?id=157259 and > https://bugs.launchpad.net/ubuntu/+source/gnome-vfs2/+bug/140968 > I will post another patch for this bug. Its kinda weird to do unix style trashing on an NTFS partition though. I don't think people will expect that... _______________________________________________ gnome-vfs-list mailing list gnome-vfs-list@... http://mail.gnome.org/mailman/listinfo/gnome-vfs-list |
|
|
Re: [PATCH] enable trash usage on NTFS partitionsDoesn't look so weird to me. Why is it more natural to do trashing on vfat partition ? If NTFS trash shouldn't be allowed, the other problem is that nautilus doesn't take it into account and currently trash files on NTFS. But that's a nautilus/gnomevfs issue, I don't know if nautilus/gvfs also has this bug. Is it EOL for gnome-vfs ? Yann Alexander Larsson wrote: > On Tue, 2008-01-15 at 23:26 +0100, Yann Rouillard wrote: > >> Hi, >> >> Trash usage is currently not allowed on NTFS partitions although NTFS >> now supports write access. >> >> This simple patch allows trashing on NTFS partitions. >> >> The corresponding bugzilla issues is >> http://bugzilla.gnome.org/show_bug.cgi?id=488699 >> >> Note that nautilus currently doesn't use the >> _gnome_vfs_filesystem_use_trash function which leads to bug like this >> http://bugzilla.gnome.org/show_bug.cgi?id=157259 and >> https://bugs.launchpad.net/ubuntu/+source/gnome-vfs2/+bug/140968 >> I will post another patch for this bug. >> > > Its kinda weird to do unix style trashing on an NTFS partition though. I > don't think people will expect that... > > _______________________________________________ gnome-vfs-list mailing list gnome-vfs-list@... http://mail.gnome.org/mailman/listinfo/gnome-vfs-list |
|
|
Re: [PATCH] enable trash usage on NTFS partitionsOn Wed, 2008-01-16 at 15:09 +0100, Yann Rouillard wrote: > Doesn't look so weird to me. > Why is it more natural to do trashing on vfat partition ? > > If NTFS trash shouldn't be allowed, the other problem is that nautilus > doesn't take it into account and currently trash files on NTFS. > But that's a nautilus/gnomevfs issue, I don't know if nautilus/gvfs also > has this bug. Well, NTFS has its own system for handling trash, doesn't it? And an NTFS fs is likely shared with windows, which will show the ".trash" directory in the root which is kind of weird. But perhaps this is better than no trash support at all... > Is it EOL for gnome-vfs ? We still have to support the ABI, but don't expect to do any work on it really. _______________________________________________ gnome-vfs-list mailing list gnome-vfs-list@... http://mail.gnome.org/mailman/listinfo/gnome-vfs-list |
|
|
Re: [PATCH] enable trash usage on NTFS partitionsOn Wed, 2008-01-16 at 15:09 +0100, Yann Rouillard wrote: > Why is it more natural to do trashing on vfat partition ? Because vfat is used by a lot of current non-Windows users for removable media / external harddisks (it's the only game in town for a fs without uid's; e.g. making it possible to move disks around without messing around with permissions). That, and a lot of non-Windows consumer electronics, like cameras and audio/video players, use it. David _______________________________________________ gnome-vfs-list mailing list gnome-vfs-list@... http://mail.gnome.org/mailman/listinfo/gnome-vfs-list |
|
|
|
| Free embeddable forum powered by Nabble | Forum Help |