2015/01/11

[SOLVED] Linux - Files moved to trash, moved to home directory

Problem: When I move files to trash from other partition, they move to home's directory.
Example: Remove files /mnt/sdd1/test. "test" was moved to ~/.local/share/Trash/files/test.

Solution:
1. Make directory on top level of mounted partition named ".Trash-$uid" (ex. Trash-1000) with read/write permission.
2. Or change mounted directory's permission to 777