Mar 22, '06 05:27:00AM • Contributed by: cryptonomicon
As it turns out, this was a result of a directory by the name of .Trash not being present in my home directory. To fix this:
- Open Terminal.
- Type cd ~ (i.e. go to your home directory if not there already).
- Type mkdir .Trash (you may need to use sudo to accomplish this).
- Make sure the owner is set to your user name.
- The permissions should be 700 (i.e. full permissions for you, no permissions for anyone else).
