[oXygen-user] Custom engine: passing environment variables
Adrian Buza
Tue Mar 9 08:19:18 CST 2010
Hi,
You can do the same for Oxygen.app. Right click on the app and select
"Show contents", navigate to Content and edit the Info.plist. The best
tool to edit it is the Property List Editor but any XML or text editor
will do.
You have to add inside the last dict element:
<key>LSEnvironment</key>
<dict>
<key>ENVIRONMENT_VARIABLE</key>
<string>VALUE</string>
</dict>
Regards,
Adrian
Florent Georges wrote:
> Adrian Buza wrote:
>
> Hi,
>
>
>> So make sure you are running Oxygen with oxygenMac.sh(in the
>> command line).
>>
>
> That was the problem, I use Spotlight. So I can use a
> terminal, but Spotlight is really convenient. Is there any way
> to set environment variables that are visible in oXygen.app?
>
> Regards,
>
>
More information about the oXygen-user
mailing list