The old method that works for Leopard/Snow Leopard doesn't work any more on Lion:
defaults write com.apple.screencapture location /Users/kamus/Pictures/snap
Has something changed or does anyone have some good workarounds?
The old method that works for Leopard/Snow Leopard doesn't work any more on Lion:
defaults write com.apple.screencapture location /Users/kamus/Pictures/snap
Has something changed or does anyone have some good workarounds?
Perhaps it's because your path isn't really a path to a folder:
Notice to terminating /
:
defaults write com.apple.screencapture location /Users/kamus/Pictures/snap/
You can also try TinkerTool to accomplish the same thing. I've found that TinkerTool is much easier than having to remember a whole bunch of defaults write com.apple...
commands. It has all of the most useful ones in one place for you to easily change. You can find the screenshot destination one under the General tab:
(as noted by this comment, you don't have to log out and back in again, just use the Terminal command killall SystemUIServer
)
killall SystemUIServer
– Jul 18 '12 at 21:56