If you are trying to restore really large file from the ubuntu trash, you could experience some nautilus freeze.
You can do easily using shell in a few seconds
# use ~ if you are interested in restoring your current user trash otherwise change it as your wish
cd ~/.local/share/Trash/files
mv <your_large_file> <destination>
0 Comments