<p>
To run a program in a modified environment use the program called: env</p>

<p>For more info see the man pages. I came across this post because I created a POSIX locale shs_CA which isn't supported in OpenOffice and OO.o would crash when I started it with the shs_CA locale.  So I now start OO.o from GNOME with</p>

<code>
env LANG=en_CA.UTF-8 ooffice
</code>

<blockquote class="quote light-black dark-border-color"><div class="quote light-border-color">
<div class="quote-author" style="font-weight: bold;">Gernot Hassenpflug wrote:</div>
<div class="quote-message">
Hello,

I am trying to get a Japanese input method to work with an application
launched from GNOME. This works fine from the terminal with:

$ export LANGUAGE="ja_JP.UTF-8"
$ export LANG="ja_JP.UTF-8"
$ export LC_ALL="ja_JP.UTF-8"
$ export XMODIFIERS="@im=kinput2"
$ kinput2-canna &
$ <execute command exactly as in GNOME menu item>

However, I cannot figure out how to include the environment variable
settings in the GNOME menu item command. Whatever combinations I have
tried, the error is returned that the file or directory does not
exist; i.e., GNOME cannot parse the combination of settings and
commands.

A search of the forums and Google did not turn up answers applicable
to individual apps, only to GNOME as a whole (from control center, gdm
session manager, etc.)

Any help much appreciated,
   Gernot Hassenpflug
</div>
</div></blockquote>


<br><hr align="left" width="300">
View this message in context: <a href="http://www.nabble.com/How-to-tell-GNOME-menu-items-about-environment-variables--tp15584385p16398740.html">Re: How to tell GNOME menu items about environment variables?</a><br>
Sent from the <a href="http://www.nabble.com/ubuntu-users-f12761.html">ubuntu-users mailing list archive</a> at Nabble.com.<br>