Design flaw in trash spec

Alexander Larsson alexl at redhat.com
Tue Nov 27 01:40:16 PST 2007


On Mon, 2007-11-26 at 14:00 +0100, David Faure wrote:
> On Monday 26 November 2007, Alexander Larsson wrote:
> > I would recomment to just fail the creation of the .trashinfo file and
> > still move the data file. Reading the trash can be done by reading the
> > data files, and if there is no related .trashinfo file we just have less
> > info about the file. A small feature regression for that file, but not a
> > huge problem really.
> 
> This means that when listing the contents of the trash we would have to list 
> the files/ directory first, then list info/ like now, and while doing that mark the files 
> as seen, and then we have the list of orphaned files (those not referenced from info/).
> Makes the implementation a bit more complex (right now I simply list info/),
> but I realize that this allows to handle a case that isn't handled at the moment, where
> something went wrong and a .trashinfo file is missing for any other reason (e.g. bugs :) ).

Hmmm, I'm not sure you need all this. I just list files/, and for every
file I find there I open the corresponding file in info/ based on the
filename and add extra info to the fileinfo. I don't see a need for
listing the files in info. 




More information about the xdg mailing list