-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to use it on Macbook Pro (2012) with 10.8.2 #1
Comments
I can reproduce this. Working on a fix. In the mean time, could you please post any relevant system log messages (see Console app) that occur when you attempt to open the "Environment Variables" preference pane? |
13/02/13 11:33:25.682 PM System Preferences[58283] net.hannesschmidt.EnvPane failed to load. Hope this helps..Thanks |
Ok, that's what I am getting. As a workaround, you can run
before opening the preference pane. |
Tried that..still facing same issue.. |
Shoot, yes, I've overlooked something. This should do it: mkdir -p ~/.MacOSX && cat > ~/.MacOSX/environment.plist <<EOF
<?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>
</dict>
</plist>
EOF New version with fix will be out soon. |
... and restart System Preferences afterwards. |
Create ~/.MacOSX, if necessary before writing to environment.plist in it.
Fixing this revealed another, similar problem: #2 |
Hey,
I was basically having an issue with js2coffee plugin path on sublimetext 2 as below
nibblebot/sublime-js2coffee#5
Then came across this stackoverflow link to resolve the path problems on mac for GUI apps.
http://stackoverflow.com/questions/135688/setting-environment-variables-in-os-x/
Tried to install the EnvPane but am getting an error as
"You can’t open Environment Variables preferences
because it doesn’t work on an Intel-based Mac"
Screenshot attached
The text was updated successfully, but these errors were encountered: