rccharles wrote:
I'd be interested in looking at a sanitized version of the log.
Here you go:
For all 4 defaulsts commands listed, I get the "does not exist" response.
Not sure about the Launch Agents list however:
Last login: Sat Apr 7 18:12:21 on ttys000
new-host:~ username$ defaults read ~/.MacOSX/environment
2012-04-07 18:12:38.021 defaults[11021:903]
Domain /Users/username/.MacOSX/environment does not exist
new-host:~ username$ defaults read /Applications/Safari.app/Contents/Info LSEnvironment
2012-04-07 18:12:55.444 defaults[11022:903]
The domain/default pair of (/Applications/Safari.app/Contents/Info, LSEnvironment) does not exist
new-host:~ username$ ls -la ~/Library/LaunchAgents
total 16
drwx------ 4 username staff 136 Mar 27 19:09 .
drwx------+ 39 username staff 1326 Mar 12 2011 ..
-rw-r--r-- 1 username staff 919 Sep 15 2009 com.apple.CSConfigDotMacCert-username@me.com-SharedServices.Agent.plist
-rw-r--r--@ 1 username staff 488 Mar 27 19:09 null.plist
new-host:~ username$ grep "/Users/$USER/\..*" ~/Library/LaunchAgents/* | grep -v "/Users/$USER/\.Trash" /Users/username/Library/LaunchAgents/null.plist:<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"><plist version="1.0"> <dict><key>Label</key><string>null</string> <key>ProgramArguments< /key><array> <string>/Users/username/.null</string></array> <key>RunAtLoad </key><true/><key>StartInterval</key> <integer>4212</integer><key>StandardErrorPath</key> <string>/dev/null</string><key>StandardOutPath</key> <string>/dev/null</s tring></dict></plist>
new-host:~ username$ defaults read /Applications/Firefox.app/Contents/Info LSEnvironment
2012-04-07 18:15:04.187 defaults[11026:903]
The domain/default pair of (/Applications/Firefox.app/Contents/Info, LSEnvironment) does not exist
new-host:~ username$ defaults read /Applications/Safari.app/Contents/Info LSEnvironment
2012-04-07 18:15:17.155 defaults[11028:903]
The domain/default pair of (/Applications/Safari.app/Contents/Info, LSEnvironment) does not exist
Ok, I re-ran with those commands in quotes and got the same responses.
new-host:~ username$ defaults read "/Applications/Safari.app/Contents/Info LSEnvironment"
2012-04-07 18:33:38.620 defaults[11054:903]
Domain /Applications/Safari.app/Contents/Info LSEnvironment does not exist
new-host:~ username$ defaults read "/Applications/Firefox.app/Contents/Info LSEnvironment"
2012-04-07 18:33:55.733 defaults[11055:903]
Domain /Applications/Firefox.app/Contents/Info LSEnvironment does not exist
new-host:~ username$ defaults read "/Applications/Safari.app/Contents/Info LSEnvironment"
2012-04-07 18:34:07.821 defaults[11056:903]
Domain /Applications/Safari.app/Contents/Info LSEnvironment does not exist
new-host:~ username$