[Glade-users] pixmaps

Damon Chaplin damon@karuna.uklinux.net
09 Jan 2004 10:16:15 +0000


On Thu, 2004-01-08 at 17:31, christophe Meyer wrote:
> Hello,
> I've another problem:
> I've written a project containing some images using glade and then
> i've saved it and compiled it. But when i run it the images don't appear 
> in the application, and i have an error message saying:
> 
> ** (xtrck:5110): WARNING **: Couldn't find pixmap file: NASA_800.jpg
> 
> ** (xtrck:5110): WARNING **: Couldn't find pixmap file: tle-web.png
> 
> ** (xtrck:5110): WARNING **: Couldn't find pixmap file: radio.xpm
> 
> But these 3 images are in the pixmaps directory ...
> What should i do to solve this problem ??

You need to do a 'make install' before running the app, or the pixmaps
won't be found.

Damon