impl Fromio::Error for Error considered harmful
s/put/empty/
possibly results from having write-protected files in dirs in the trash dir; possibly info files are wiped out?
nathan@t60 ~ $ mkdir foo && mkdir foo/bar && touch foo/bar/baz && chmod 555 foo/bar nathan@t60 ~ $ garbage put foo nathan@t60 ~ $ garbage list 2022-01-23 18:56:36 -06:00 now /home/nathan/foo nathan@t60 ~ $ garbage empty Error: IO error: Permission denied (os error 13) nathan@t60 ~ $ garbage list nathan@t60 ~ $ ls -l ~/.local/share/Trash/ drwxr-xr-x - nathan 23 Jan 18:56 files drwxr-xr-x - nathan 23 Jan 18:56 info nathan@t60 ~ $ ls -l ~/.local/share/Trash/files/ drwxr-xr-x - nathan 23 Jan 18:55 1642985738618.foo
Should be fixed with b1e8f0e.