On Sun, Dec 03, 2000 at 04:41:33PM -0200, [EMAIL PROTECTED] wrote: > Hello > > I am running helix-gnome. Today I was looking to the .gnome-error file and > I found inside of it a lot of the following two lines: > > "GTX-warning ** = Unable to locate loadable module in > module_path='libpixmap.so'"
Check if libpixmap.so exists (ls -l /usr/lib/libpixmap*). If so, some application is being daffy. If not, some application maybe doesn't have the correct dependency information in it's .deb. Could be that whatever application generated that error has a fall-back to another library. If you have some inkling what application generated this error (say, something that is supposed to have some kind of image support that doesn't seem to work properly) then try running it from the command line and see if you can duplicate the error. -- Eric G. Miller <egm2@jps.net>