22 Mar
2011
22 Mar
'11
12:29 a.m.
On Mar 21, 2011, at 5:11 PM, Jeremy Huddleston wrote:
I think the problem is that you are setting the values in .bashrc. X11 inherits your *login* shell environment. This is set by .profile (not .bashrc).
Actually, for bash, the login shell reads .bash_profile (and only that file - you need to explicitly load your .bashrc from within that file if you want it). - Jordan