Well, this is what I did step for step, actually:
Reinstallation in "Synaptic Package Manager" of not just "nautilus", but all packages related to it, such as "nautilus-data" and "libnautilus-extension1" especially. So a search was necessary.
In my case, the trash bin had crashed down after a particularly big bout of deleting, where I got rid of a few thousand of my unnecessary documents at once, and hadn't been able to empty the bin. Heck, the symbol was gone from its place on the bottom right, and clicking "Rubbish Bin" in Nautilus gave out the error "trash:/// not found", if I remember correctly.
So the next step was for me to empty the bin through the command file, as I couldn't even open up the folder in the path:
Code:
/home/USERNAME/.local/share/Trash/files
This is the code for trash bin emptying using terminal:
Code:
sudo rm -fr /home/USERNAME/.local/share/Trash/
I must have mistyped something though, or something else might have happened that I didn't notice, because for some reason while the trash bin *was* emptied, and the symbol restored back where it belonged, the folder "Trash" in the path
Code:
/home/USERNAME/.local/share/
had been deleted. I had to use "File/Create Folder" and name it "Trash" in that path.
Deleted a few test docs to see if it had worked, and it had. Haven't had a problem since then.
Does any of this sound like something that you already tried or that'd perhaps help you?
Bookmarks