Ever wonder where the image displayed on your desktop is located?
Open Terminal and then run the first command to show the image path, then to hide the path again run the second command.
defaults write com.apple.dock desktop-picture-show-debug-text -bool TRUE;killall Dock
defaults delete com.apple.dock desktop-picture-show-debug-text;killall Dock
Reference: http://osxdaily.com/2011/11/20/show-the-location-path-of-current-wallpaper-in-mac-os-x/
Originally Posted on March 3, 2016
Last Updated on March 30, 2016
Last Updated on March 30, 2016
All information on this site is shared with the intention to help. Before any source code or program is ran on a production (non-development) system it is suggested you test it and fully understand what it is doing not just what it appears it is doing. I accept no responsibility for any damage you may do with this code.