Is there a safe way of deleting contents of ~/.local/share/Trash/expunged ? I see It has lots of files & folders I had deleted -- from the trash as well. They are taking a lot of disc space.
After deleting the files & clearing the trash why are the files still there ?
I haven't tried it yet but is it ok to manually delete them ?
sudo rm -rv ~/.local/share/Trash/expunged
$trash/filesdirectory. When the trash gets emptied, that hierarchy is first moved to$trash/expunged(because moving files is fast), and then slowly deleted from there (slowly because deleting a lot of files takes time and doing it too fast could slow down the whole computer). Source. — btw, there's a related GNOME gitlab issue. – myrdd Jun 11 '23 at 17:31