Downloads folder not working

When I go to Files and click on Downloads it says "Unable to find the requested file. Please check the spelling and try again." in bold and says "Unhandled error message: Error when getting information for file '/home/kian/Downloads': No such file or directory" in a smaller font. so now I don't have a Downloads folder.

1 Answer

Go to a terminal window (CTRL+ALT+T) and type:

mkdir Downloads

You can close the terminal window right after that.

That should create the Downloads folder.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like