Here was my temporary solution to the problem. I wrote a script which re-writes the problem lines in three files. I used Automator to create an "app" which runs the script. And I have the app set to run on startup of the user. I also made a shortcut to it and left it on the Desktop for easy access., I stll have the
For the record, I still have the problem with 10.10.2.
Here is the script. You will need to change the path to my file to the path to yours. And the number/letter sequence after the file name will likely need to be changed as well to match yours.
I realize the last three "writes" could probably have been done in one, but this way is more readable. Oh, and the reads after the writes are necessary to force the system to read the changes.
====================================
defaults write /Users/Joseph/Library/Preferences/ByHost/com.apple.screensaver.111A1D89-266A-5E A1-8C15-D57471A8019D.plist moduleDict -dict moduleName iLifeSlideshows path /System/Library/Frameworks/ScreenSaver.framework/Resources/iLifeSlideshows.save r type 0 CleanExit "YES" idleTime 600
defaults read /Users/Joseph/Library/Preferences/ByHost/com.apple.screensaver.111A1D89-266A-5E A1-8C15-D57471A8019D.plist
defaults write /Users/Joseph/Library/Preferences/ByHost/com.apple.ScreenSaver.iLifeSlideShows. 111A1D89-266A-5EA1-8C15-D57471A8019D.plist styleKey "VintagePrints"
defaults read /Users/Joseph/Library/Preferences/ByHost/com.apple.ScreenSaver.iLifeSlideShows. 111A1D89-266A-5EA1-8C15-D57471A8019D.plist
defaults write /Users/Joseph/Library/Preferences/ByHost/com.apple.ScreenSaverPhotoChooser.111A 1D89-266A-5EA1-8C15-D57471A8019D.plist SelectedFolderPath "/Users/Joseph/Pictures/Scans New"
defaults write /Users/Joseph/Library/Preferences/ByHost/com.apple.ScreenSaverPhotoChooser.111A 1D89-266A-5EA1-8C15-D57471A8019D.plist CustomFolderDict name "Scans New" identifier "/Users/Joseph/Pictures/Scans New"
defaults write /Users/Joseph/Library/Preferences/ByHost/com.apple.ScreenSaverPhotoChooser.111A 1D89-266A-5EA1-8C15-D57471A8019D.plist ShufflesPhotos "YES"
defaults read /Users/Joseph/Library/Preferences/ByHost/com.apple.ScreenSaverPhotoChooser.111A 1D89-266A-5EA1-8C15-D57471A8019D.plist