On 03/09/13 19:26, intrigeri wrote:
> Possibly related: https://bugzilla.gnome.org/show_bug.cgi?id=604015
That's definitely related since the Trash on a separate USB stick is
handled correctly: its content is merged into the Trash presented by
Nautilus from the main home folder for example.
Reading this report, I think the bad behavior we experience with the
persistent storage is relate to how it is mounted. It says:
« The trash backend currently only tracks trashed files on "user
interesting" mounts -- those that g_unix_mount_is_system_internal()
returns FALSE for. This is approximately equal to "stuff mounted in
/media/". »
I tried to unmount it from /home/amnesia/Persistent and bind it onto
/media/Persistent but it doesn't work either. It would have been too
easy of course.
Anyone feels like exploring g_unix_mount_is_system_internal() and
finding a way of having it return FALSE for our Persistent folder?
> (Note the trash-cli package, if we need to go this far.)
I hope not.
I'm adding that info to the ticket.