osx - Mac OS X Lion no longer recognizes environment.plist? -


just installed lion today , path env variable no longer being set ~/.macosx/environment.plist. did change? can't seem find info on or how fix. ideas?

here's contents of plist:

<?xml version="1.0" encoding="utf-8"?> <!doctype plist public "-//apple//dtd plist 1.0//en" "http://www.apple.com/dtds/propertylist-1.0.dtd"> <plist version="1.0"> <dict>     <key>path</key>     <string>/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin:/usr/x11/bin:/users/mdi/bin</string> </dict> </plist> 

use ~/.launchd.conf instead (see man launchctl).

see this answer details.


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -