Re: Environment Variables when Launching X11.app
Re: Environment Variables when Launching X11.app
- Subject: Re: Environment Variables when Launching X11.app
- From: Spencer Swift <email@hidden>
- Date: Thu, 7 Jan 2010 15:27:57 -0600
On Jan 7, 2010, at 1:49 PM, Zac Durham wrote:
> I believe my solution lies here but I do not understand what to use for key and string values in a plist as they pertain to UNIX env variables.
Basically, the key is the Unix variable you want to set and string is the value for it.
I'll add my enviornment.plist below. Some of the Unix variable settings are now commented out, but it should give you the idea.
> Much less, I still don't understand what role g-s-d has with respect to UNIX env variables.
'Fraid I can't help with that one.
Hope this helps some.
<?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>CVS_RSH</key>
<string>ssh</string>
<!-- <key>DISPLAY</key> -->
<!-- <string>localhost</string> -->
<key>QDTEXT_ANTIALIASING</key>
<string>1</string>
<key>QDTEXT_MINSIZE</key>
<string>8</string>
<!-- <key>SSH_ASKPASS</key> -->
<!-- <string>/Applications/SSHPassKey.app/Contents/MacOS/SSHPassKey</string> -->
<!-- <key>SSH_AUTH_SOCK</key> -->
<!-- <string>/tmp/501/nl.uu.phil.SSHAgent.socket</string> -->
</dict>
</plist>
---
Spencer Swift
_______________________________________________
Do not post admin requests to the list. They will be ignored.
X11-users mailing list (email@hidden)
This email sent to email@hidden