Comment 28 for bug 194431

Revision history for this message
Eugene Cormier (eugene-cormier) wrote :

to reverse the work around:
if you did the first way I posted....this:
rmdir ~/.local/share/Trash/files
ln -s ~/.Trash ~/.local/share/Trash/files

then do this:
rm ~/.local/share/Trash/files
mkdir ~/.local/share/Trash/files

and if you used the second method (as suggested by andrew):
rmdir ~/.Trash
ln -s ~/.local/share/Trash/files ~/.Trash

then do this:
rm ~/.Trash
mkdir ~/.Trash