Go to the first, previous, next, last section, table of contents.


Missing Icons but Path is right

Are you sure? Look again! Note that there is a subtle detail which must be obeyed when creating the paths. You must make sure that you have a terminating `/' at the end of each path, otherwise the path missing this closure will be invalid. For example, a path specified as

PixmapPath=/usr/X11R6/include/X11/pixmaps/NeXT/:\
           /usr/local/GNUstep/Library/WindowMaker/Pixmaps:\
          ~/gnustep/Library/WindowMaker/Pixmaps/

will fail to load any icons located in `/usr/local/GNUstep/Library/WindowMaker/Pixmaps' since the closing `/' is missing. Thus, the correct statement would be

PixmapPath=/usr/X11R6/include/X11/pixmaps/NeXT/:\
           /usr/local/GNUstep/Library/WindowMaker/Pixmaps/:\
          ~/gnustep/Library/WindowMaker/Pixmaps/


Go to the first, previous, next, last section, table of contents.