[Glade-users] Glade 2.0.0 & Anjuta: Custom pixmaps

Damon Chaplin damon@karuna.uklinux.net
24 Nov 2003 15:06:36 +0000


On Mon, 2003-11-24 at 14:36, Ed Rayne wrote:
> I am having a problem modifying the About box in my Anjuta/Glade
> project. I specify a custom pixmap from my pixmap directory to be the
> window icon and program logo. However, when I compile and install the
> program it doesn't locate the pixmap. Can anyone help me? I've seen
> references to add_pixmap_directory but this doesn't seem to be in my
> support.h.

I've just tried it and it worked fine for me.

Does it output "WARNING **: Couldn't find pixmap file" when you run it?


Check the pixmap files were installed, probably into somewhere like:
  /usr/local/share/pixmaps/project33

Check src/interface.c has code like:
  about1_logo_pixbuf = create_pixbuf ("project33/calendar.xpm");
 
Damon