Recieved the error: 'Your screenshot could not be saved. You don't have permission to save files in the location where screenshots are stored.' with OS X Yosemite.
I opened terminal and tried directing the screenshots to save on my desktop:
Brigittes-Air:~ eggsalad$ defaults read com.apple.screencapture location
2017-01-06 03:04:47.765 defaults[17729:1947540]
The domain/default pair of (com.apple.screencapture, location) does not exist
So I tried writing and:
Brigittes-Air:~ eggsalad$ defaults write com.apple.screencapture location ~/Desktop
2017-01-06 03:05:08.652 defaults[17742:1948451] Could not write domain com.apple.screencapture; exiting
I'm not sure where the screenshots are being stored if the location does not exist. Ideas?
EDIT
I ran something else and got a different response, but defaults are still unchanged.
Brigittes-Air:~ eggsalad$ defaults write com.apple.screencapture location/Users/eggsalad/Desktop killall SystemUIServer
2017-01-06 03:22:35.444 defaults[18265:2001767] Unexpected argument SystemUIServer; leaving defaults unchanged.
2nd EDIT
Result of:
ls -l ~/Library/Preferences/com.apple.screencapture.plist
was:
ls: /Users/eggsalad/Library/Preferences/com.apple.screencapture.plist: No such file or directory
ls -l ~/Library/Preferences/com.apple.screencapture.plist
and add the result to the question? – nohillside Jan 05 '17 at 17:43ls -ld ~/Library/Preferences
as well then, please – nohillside Jan 05 '17 at 20:05
– brigitte Jan 06 '17 at 10:47drwx------+ 196 eggsalad staff 6664 6 Jan 21:47 /Users/eggsalad/Library/Preferences