I just upgraded to Ubuntu 14.04, and getting a bug where I can't move files to the trash. When I go to delete something it says file "can't be put in the trash. Do you want to delete it immediately?" I tried the instructions here: Can't move files to the trash but it didn't work. Not sure why this happened with the upgrade. Any help much appreciated!
Asked
Active
Viewed 3,683 times
2
-
possible duplicate of Can't move files to the trash – Radu Rădeanu Apr 22 '14 at 19:28
1 Answers
4
The OP posted:
Solution:
sudo nautilus
Go into
.local/share
and delete the Trash folder. Make a new folder and name it Trash, then go into terminal and do this:cd ~/.local/share sudo chown username:username Trash
where
username
is your own username.I have no idea why it doesn't work unless you remake the trash folder, but this way worked for me. Good luck if anyone else gets this bug!

Radu Rădeanu
- 169,590
-
@bobleponge314 Your answer is still to similar with one from the duplicate question: this one. – Radu Rădeanu Apr 22 '14 at 19:30
-
Should I be bothered by the fact that I was able to remove and recreate the folder "Trash" without sudo? – Nearoo Oct 24 '16 at 16:20
-
@Nearoo That's ok,
~/.local/share
is in your home directory and owned by you,. – Volker Siegel Apr 25 '17 at 08:28