[Glade-users] pixmap not found?
Damon Chaplin
damon@karuna.uklinux.net
29 Jan 2004 12:28:50 +0000
On Thu, 2004-01-29 at 10:06, Alef T Veld wrote:
> I saw another use having this problem to, i'm getting this to. in the
> interface.c file it builds, it puts the name of the project in front of
> the file itself. for example program/img.jpg.
Yes, that is intended.
The pixmaps should be installed into the $prefix/<program-name>/
directory.
So we need to pass "<program-name>/<pixmap-name>" to find them.
See the functions in support.c.
Damon