[GLLUG] Terminal funkiness
Mike Szumlinski
szumlins@msu.edu
Wed, 8 Jan 2003 20:22:28 -0500
Since OS X 10.2 came with bash, I switched back from using tcsh (I just
never got around to compiling it before). Now I have some funkiness
with local X apps. Here is a chunk of what is going on in the terminal:
-------
[szumlins@Dual-Gig:~]: xmms
bash: xmms: command not found
[szumlins@Dual-Gig:~]: tcsh
[Dual-Gig:~] szumlins% xmms
Gdk-WARNING **: locale not supported by C library
^C
[Dual-Gig:~] szumlins% bash
bash-2.05a$ xmms
Gdk-WARNING **: locale not supported by C library
^
--------
The Gdk-Warning means that the app started up fine...
I believe this has something to do with my .cshrc file and the DISPLAY
variable, but I don't know how to change that stuff if bash. In my
.cshrc file, i have this:
setenv DISPLAY localhost:0.0
I thought it had something to do with 'export' in bash, but I don't
remember and couldn't find it with a quick google. Anyone know how to
do this in bash?
-Mike