Ok, I found the culprit for iPhoto ’11. UpdateSplash and UpdateSplashOnline get set, setting the same real value of 9.1000003814697266. In fact, the info splash is suppressed if I remove UpdateSplash, leaving only UpdateSplashOnline.
dontShowWhatsNew seems to have changed from a bool to a string (it setting ‘NO’) if it doesn’t exist, doesn’t seem to change anything regardless. FirstLaunch doesn’t seem to control anything to do with the behaviour I’m trying to suppress.
I’ve whittled it down to the following to suppress pop-ups and dialogs:
[code]
AskHotPlugAction
GeocodeLookupPreference
2
UpdateSplashOnline
9.1000003814697266
[/code]
Comments are closed