Recommended Posts

for some reason it isn't showing up in the finder

ive repaired permisisons and relaunched the finder

i can see ~/Desktop when i do an ls in the terminal, and I can cd to it just fine, and i can get to it via the sidebar in the finder, but it doesn't show up in a finder view of my home directory

Link to comment
https://www.neowin.net/forum/topic/301981-desktop-folder/#findComment-585688063
Share on other sites

got it fixed via apple's forums... here's the answer for anyone who may need it someday:

This same thing happened to someone here last week. He/she ended up backing up the Desktop folder, creating a new one, setting its appropriate permissions, and copying the contents to the new folder:

mv Desktop Desktop.bak

mkdir Desktop

chmod 700 Desktop

mv Desktop.bak/* Desktop/

Link to comment
https://www.neowin.net/forum/topic/301981-desktop-folder/#findComment-585689983
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.