radioboy Posted March 28, 2005 Share Posted March 28, 2005 What's the location of the desktop folder? I thought it was /Users/Name/Desktop but that doesn't seem to be it Link to comment https://www.neowin.net/forum/topic/301981-desktop-folder/ Share on other sites More sharing options...
divinatum Posted March 28, 2005 Share Posted March 28, 2005 Travis-Computer:~/Desktop travis$ pwd /Users/travis/Desktop Travis-Computer:~/Desktop travis$ donno why you cant get to it Link to comment https://www.neowin.net/forum/topic/301981-desktop-folder/#findComment-585686899 Share on other sites More sharing options...
PureEdit Posted March 28, 2005 Share Posted March 28, 2005 What's the location of the desktop folder?I thought it was /Users/Name/Desktop but that doesn't seem to be it 585686052[/snapback] Thats it. If you are using a type of workspace manager program it might be different. Link to comment https://www.neowin.net/forum/topic/301981-desktop-folder/#findComment-585687361 Share on other sites More sharing options...
radioboy Posted March 29, 2005 Author Share Posted March 29, 2005 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 More sharing options...
divinatum Posted March 29, 2005 Share Posted March 29, 2005 repair permissions? Link to comment https://www.neowin.net/forum/topic/301981-desktop-folder/#findComment-585688135 Share on other sites More sharing options...
radioboy Posted March 29, 2005 Author Share Posted March 29, 2005 read the post ;) Link to comment https://www.neowin.net/forum/topic/301981-desktop-folder/#findComment-585688550 Share on other sites More sharing options...
divinatum Posted March 29, 2005 Share Posted March 29, 2005 :blush: maybe delete the preferences for finder? donno tbh. Link to comment https://www.neowin.net/forum/topic/301981-desktop-folder/#findComment-585689082 Share on other sites More sharing options...
radioboy Posted March 29, 2005 Author Share Posted March 29, 2005 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 More sharing options...
Southern Patriot Posted March 31, 2005 Share Posted March 31, 2005 It would seem like just setting the permissions on the folder ("chmod 700 Desktop" in Terminal) would do the same thing as creating a new one and copying the files into it. Link to comment https://www.neowin.net/forum/topic/301981-desktop-folder/#findComment-585703080 Share on other sites More sharing options...
Recommended Posts