There was a folder on my desktop, and I dragged and dropped it onto the trash icon on the bottom right of the screen to see if the folder would be deleted.
It got deleted.
But when I opened up the trash folder by clicking on that icon, the folder I had deleted was not there. I then clicked on the properties of the trash folder and it said that there are 113 items in the trash while at the bottom of the window it says there is 0 items in the trash.
I tried viewing hidden folders but nothing showed up. I also tried to open it as root but nothing showed up again.
So does anyone know how I can view the 113 items in the trash?
Sounds like you have some items in an old gnome trash folder instead of the newer xdg trash folder. Do you need to recover the files and could you specify what you're looking for?
Even if you find out what's wrong, this still should be reported as a bug:
https://help.ubuntu.com/community/ReportingBugs
I'm guessing you probably have some unreadable files in
~/.local/share/Trash
. You could determine this by runningchmod +r ~/.local/share/Trash/*
in a terminal. If that does not work, you can open the folder directly and see if you can see anything in it.If it all fails, then as Martin said, report a bug.
There have been some changes in the trash directory location as gnome/glib have evolved. Try the following:
Then put something in the trash. The new trash hierarchy will be created automagically. See the article how to manage trash from command-line for more examples.