I'm using libglade for my Gnome application. In my makefile (Makefile.am), I'm copying my pixmaps with: pixmapsdir = $(datadir)/pixmaps which ends up being /usr/local/share/pixmaps. Problem is, any custom icons I include using Glade only seem to work if they are put into usr/share/pixmaps and so mine aren't working. Any help? - Micah