M mikecroft macrumors newbie Original poster Mar 4, 2009 #1 I ran this command in terminal to change my screen shot to jpg format. Now my screenshot doesn't work. Any idea how to fix or reverse this?😱 defaults write com.apple.screencapture type image_format killall SystemUIServer
I ran this command in terminal to change my screen shot to jpg format. Now my screenshot doesn't work. Any idea how to fix or reverse this?😱 defaults write com.apple.screencapture type image_format killall SystemUIServer
BlueRevolution macrumors 603 Mar 4, 2009 #2 That plist doesn't exist. 😕 You ought to be able to just delete ~/Library/Preferences/com.apple.screencapture.plist (where ~ is shorthand for your user home folder). After that's done, run killall SystemUIServer again.
That plist doesn't exist. 😕 You ought to be able to just delete ~/Library/Preferences/com.apple.screencapture.plist (where ~ is shorthand for your user home folder). After that's done, run killall SystemUIServer again.
xUKHCx Administrator emeritus Mar 4, 2009 #3 Did you type it as that exactly? If you want it in jpg you need to use defaults write com.apple.screencapture type jpg Click to expand... killall SystemUIServer Click to expand... It probably doesn't work now because it is trying to save an image like this Picture 1.image_format which is not a filetype so probably errors out.
Did you type it as that exactly? If you want it in jpg you need to use defaults write com.apple.screencapture type jpg Click to expand... killall SystemUIServer Click to expand... It probably doesn't work now because it is trying to save an image like this Picture 1.image_format which is not a filetype so probably errors out.