Re: [PATCH] gnome_vfs_find_directory should use the parent uri when possible
Yann Rouillard <[email protected]>
| Newsgroups | gmane.comp.gnome.vfs.general |
|---|---|
| Message-ID | <[email protected]> |
Hi, This patch was recently applied but has several side effects. Please read my comment on the bug report: http://bugzilla.gnome.org/show_bug.cgi?id=312506#c27 Yann Yann Rouillard wrote: > The attached patch changes the gnome_vfs_find_directory_cancellable function so the parent_uri is used to find the special directory instead of the given uri. > It is needed to properly find the trash for a symlink whose target is on another filesystem. > > Otherwise, as the uri is resolved, the trash for the filesystem of the symlink target is returned instead of the trash for the filesystem of the symlink itself. > > This patch solves the bugzilla issue: http://bugzilla.gnome.org/show_bug.cgi?id=312506 > and tries to follow Alexander Larsson advice: http://mail.gnome.org/archives/nautilus-list/2005-October/msg00159.html > > > Yann > > >