Talk:Install System Preferences
From AwkwardTV
Request: Can someone post a sample of a working Application Meun Applist.plist settings for System Preferences?
- I haven't tried it, but I would imagine that this would work (assuming you installed System preferences into /Applications):
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>Applications</key> <dict> <key>0</key> <dict> <key>args</key> <string></string> <key>remotewatcher</key> <false/> <key>fireandforget</key> <false/> <key>menu</key> <string>SystemPreferences</string> <key>killfinder</key> <false/> <key>path</key> <string>/Applications/System Preferences.app/Contents/MacOS/System Preferences</string> </dict> </dict> </dict> </plist>
Is a System Preferences.app binary from 10.4.9 still the appropriate version to use under Take 2? Thanks, Pndmnm 23:36, 31 March 2008 (CEST)
