Its likely the path to your icons isn't right. If your using the glade auto generated c code check the interfaces.c file for a line like this....
image1 = create_pixmap (window1, "project1/blah.png"); I have the line: img_cpu = create_pixmap (window1, "lkmonitor/gnome-ccperiph.png"); but it doesn't work. If you build the project and then try to run it right in that directory Gtk can't find the pixmaps dir. A make install should put it in your path. If you can't get that to work try putting the full path to your icon instead... "/home/user/Project/project1/pixmaps/blah.png" That should works, but the path should be relative and make use of de --prefix option in configure script. I did: ./configure --prefix=/home/fernape/prueba and copied png files into bin directory with the executable file but still no enjoy. More ideas? Thanks in advance. On 12/11/05, Fernando Apesteguía <[EMAIL PROTECTED]> wrote: > Hi, > > I'm developing my first serious app for GNOME using gtk and Glib. At this > moment, the application works fine but I can set my custom icons. When I run > the application, I get this problems: > > > ** (lkmonitor:10713): WARNING **: Couldn't find pixmap file: > lkmonitor/gnome-logo-icon-transparent.png > > ** (lkmonitor:10713): WARNING **: Couldn't find pixmap file: > lkmonitor/gnome-ccperiph.png > > ** (lkmonitor:10713): WARNING **: Couldn't find pixmap file: > lkmonitor/gnome-ccperiph.png > > I'm using Anjuta and Glade to develope this program. I've read a discussion > thread between Naba Kumar and Miguel de Icaza but I didn't see the fix for > this problem (actually I think this is a problem on libglade, but may be I'm > wrong). > > Can you help me? > > Thanks > _______________________________________________ > gtk-app-devel-list mailing list > gtk-app-devel-list@gnome.org > http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list > -- - Jim Pharis _______________________________________________ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list