Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

iMac froze after accidentally dropping hundreds of jpegs in desktop.......need help to fix.....desktop filled now..thanks

iMac froze after accidentally dropping hundreds of jpegs in desktop.......need help to fix.....desktop filled now..thanks

iMac

Posted on Jan 20, 2013 1:39 PM

Reply
17 replies

Jan 20, 2013 2:07 PM in response to mende1

Important: mende's suggestion will remove everything from your Desktop, not just the jpegs. Not good. Do the following instead. Open Terminal in Utilities and copy/paste, then hit return after each. The second will create a folder on the Desktop called "photos." The third command will move all of them into that new folder, "photos" This will save them. These commands assume you are logged into the account with the troubled Desktop.


cd ~/Desktop


mkdir photos


mv *.jpg photos/


If you don't care about saving them then the following will delete them. (It is critical that you only use copy/paste.)



cd ~/Desktop


rm *.jpg


Message was edited by: WZZZ

Jan 20, 2013 2:22 PM in response to Jrdakine

But be very careful using mende's suggestion to select all and delete. My edited post above explains that you will lose everything currently on the Desktop, not just the jpegs. I didn't at first realize what he was suggesting you do. Use the Terminal commands instead.


If you do use his suggestion, DO NOT empty the Trash right away. Look in the Trash first and return all the items you want to keep back to the Desktop.

Jan 20, 2013 2:47 PM in response to WZZZ

If Safe Boot doesn't do the trick, then you might be able to clear this up from another user, providing it's an admin account. Post back if you need the directions for that.


Another possibility is if you have a bootable clone on an external, boot from that, open the Desktop on the internal and clear out the jpegs from there.


But you won't be able to use the same Terminal commands. They will have to be changed.


Message was edited by: WZZZ

iMac froze after accidentally dropping hundreds of jpegs in desktop.......need help to fix.....desktop filled now..thanks

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.