Did you compile fvwm with the m4 option turned on? If so, you
probably need to quote the Pixmap and Icon paths as include is a
reserved word in most implementations of m4 and so your paths will get
munged. The default m4 quotes are `' so you might try
PixmapPath `/usr/include/X11/pixmaps'
IconPath `/usr/include/X11/bitmaps'
You might want to use a different quoting scheme if you need to use
those quote characters in other parts of your .fvwmrc. In that case,
put a line like
changequote({,})
PixmapPath {/usr/include/X11/pixmaps}
IconPath {/usr/include/X11/bitmaps}
at the beginning of the .fvwmrc.
Alternatively, 1.24 might have a command line options to set the quote
characters. Something like -m4-squote and -m4-equote to set the start
and end quotes respectively. I don't remember when that became part
of 1.24, though, so if you're not running the latest you may not have
it.
Dave Goldberg
Post: The Mitre Corporation\MS B305\202 Burlington Rd.\Bedford, MA 01730
Phone: 617-271-3887
Email: dsg_at_mitre.org
--
Visit the official FVWM web page at <URL:http://www.hpc.uh.edu/fvwm/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_hpc.uh.edu.
To report problems, send mail to fvwm-owner_at_hpc.uh.edu.
Received on Tue May 14 1996 - 09:02:21 BST