Actually that should not be the problem... (I think ;) I build it with the --enable-gimpdir= flag set like this ------------ #!/bin/sh date |tee build-start; ./configure --prefix=/opt/gimp/gimp-1.1.28 \ --enable-gimpdir=.gimp-1.1.28 |tee configure.out; \ make |tee make.out; date |tee build-end; \ make install |tee make.install.out;\ echo "build start time"; cat build-start; \ echo "build end time "; cat build-end ------------- just to bee sure i tested removing the ~user/.gimp-1.1 as you suggested and I still had the problem... more details. the splash screen hangs with the subtitle Plug-ins and the path /opt/gimp/gimp-1.1.28/lib/gimp/1.1/plug-ins/script-fu another interesting thing that happens is..... when I ctrl-C the app I get the following strange output --------- [jsheffie@kelly bin]$ ./gimp ^[[A./gimp terminated: Interrupt /opt/gimp/gimp-1.1.28/lib/gimp/1.1/plug-ins/animate_cells terminated: Interrupt --------------- animate_cells...?? Jeff On Wed, Oct 25, 2000 at 12:06:18PM +0300, Tuomas Kuosmanen wrote: > On Tue, Oct 24, 2000 at 07:07:27PM -0500, thus said Jeff Sheffield: > > Ok i have Linux Mandrake 7.1 > > > > I build the gimp 1.1.28 > > everything built and made fine.... > > when I start running the program > > the status screen comes up and starts loading > > it hangs while trying to load the "script-fu" > > stuff..... nothing goes to STRERR > > > > i also downloaded (last night) the cvs version and tried to build > > that one and got the same problem..... > > > > Note i build these from the ground up (i don't patch) > > i also build them in nonstandard places. > > > > thoughts..? > > If you used an ancient 1.1.x before, you can try "rm -rf ~/.gimp-1.1/" > Back up the stuff if you have any custom brushes or stuff there though. > > That seems to help sometimes. > > Tuomas > > -- > > .---> tigert@xxxxxxxxxxxxx . |\,/| tigert@xxxxxxxx <-----. > +----> www.helixcode.com - ()-@@ , tigert.gimp.org <----+ > `-----> art director , `--')/ a gimp artist <---' > Thanks, Jeff ------------------------------------------ | I started out with nothing... | | I still have most of it left. | | --Anonymous | ------------------------------------------ | Jeff Sheffield | | jsheffie@xxxxxxxxx | ------------------------------------------