Hey earector - I thought you were taking the day off! If it is still Friday and you are reading this, walk away right now and have some fun! We will be here for you tomorrow!
When I launch XDarwin and then open terminal and type 'gimp' I get this:
Gdk-WARNING **: locale not supported by C library
Gdk-WARNING **: locale not supported by Xlib, locale set to C
Gdk-WARNING **: can not set locale modifiers
Gtk-WARNING **: cannot open display:
I've seen a fix for the first message (C Library) and as I recall, that in itself should not prevent gimp or anything from running (I had that message in my first X install). I'll see if I can dig this up - it wasn't on macosx if I remember correctly. Here it is:
http://fink.sourceforge.net/doc/x11/trouble.php#locale
********************************************************
7.5 "Warning: locale not supported by C library"
These messages are quite common, but harmless. It just means what it says - internationalization is not supported through the standard C library, the program will use the default English messages, date formats, and so on. There are several ways to deal with this:
*
Just ignore the messages.
*
Get rid of the messages by unsetting the environment variable LANG. Note that this will also turn internationalization off in programs that actually support it (via gettext/libintl). Example for .xinitrc:
unset LANG
Example for .cshrc:
unsetenv LANG
*
Use the libxpg4 Fink package. It builds a small library that contains working locale functions and arranges that it is loaded before the system libraries (using the DYLD_INSERT_LIBRARIES environment variable). You may have to set the LANG environment variable to a fully qualified value, e.g. de_DE.ISO_8859-1 instead of de or de_DE.
*
Ask Apple to include proper locale support in a future version of Mac OS X.
********************************************************
As for the others or the whole thing, I'm out of my league, but here are some stabs in the dark:
Can you launch other apps? - Lynx or emacs or something?
Did you use fink to install gimp? If yes, did you accept all its recommended dependent packages?
Have you tried using other window mangers?
Saw this in the fink list; "fix-fink - Utility to fix libSystem problems in a fink installation" - might be worth installing and running?