Where to place pixmaps on makefiles and GnomeGoals



Hi all,
I've a gtk+ app using a few pixmaps... i was reading
http://live.gnome.org/GnomeGoals/AppIcon, and say a new place to install
pixmaps..

i've this images:
ticketpanel.png - The icon used in the .desktop file and gtk_window_icon

and the rest of .png are _not_ icons...


This is my pixmaps/Makefile.am:

EXTRA_DIST = \
    ticketpanel-loading.png \
    ticketpanel.png \
    ticketpanel-side.png \
    ticketpanel-top.png

pixmapdir = $(datadir)/pixmaps

pixmap_DATA = \
    ticketpanel-loading.png \
    ticketpanel.png \
    ticketpanel-side.png \
    ticketpanel-top.png



What i need to change?.. i'm confused with that Goal.


Thanks, and sorry my basic enligsh


-- Dani



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]