----- Original Message ----- From: Thomas Funk
To: Stan Dickerson ; fvwm@lists.math.uh.edu
Cc: con...@energycontrolsystems.com
Sent: Wednesday, May 02, 2012 9:51 AM
Subject: Aw: Re: FVWM: Fw: missing images using .fvwm2rc


2012/5/2 "Stan Dickerson" <s...@energycontrolsystems.com> wrote:
There is no "/usr/share/icons/wm-icons" on either PC.
Right, only on Debian systems wm-icons will installed there :S .

locate "window-iconify.xpm" on both PCs:
/usr/local/share/fvwm/images/16x16-kde/window-iconify.xpm
/usr/local/share/fvwm/images/48x48-infox/window-iconify.xpm
/usr/local/share/fvwm/images/button/as-window-iconify.xpm

On CENTOS 6 there are also errors such as:
[fvwm][ReadDecorFace]: <<ERROR>> couldn't load pixmap
button/close-activeup.png

locate close-activeup.png on both PCs:
/usr/local/share/fvwm/themes/redmondxp/images/button/close-activeup.png
Ah, there it is ... your ImagPath doesn't contain '/usr/local/share/fvwm/images/'
and '/usr/local/share/fvwm/themes/redmondxp/images/'

In your config only 'button/close.png' is written. Each image path will append infront
of 'button/close.png'. No match, error occur ...

Thomas
*****************************************************
Thanks! I fixed the ImagePath statement in .fvwm2rc and now have decorations.

I found that FT_DATADIR is set in .fvwm2rc and I added SetEnv FVWM_USERDIR. This is the current ImagePath section in .fvwm2rc:
   SetEnv FT_DATADIR '/usr/local/share/fvwm'
   SetEnv FVWM_USERDIR '/usr/local/share/fvwm/themes/redmondxp/'
ImagePath $FVWM_USERDIR/images:$FT_DATADIR/images:/usr/include/X11/bitmaps:/usr/include/X11/pixmaps
   ImagePath +


Reply via email to