On 12Oct2008 23:24, Chris G <[EMAIL PROTECTED]> wrote:
| I've put it in my public web directory:-
|     http://home.isbd.net/public/config
| 
| It has rather a lot of old junk in it but I can't work oout where it's
| referring to all those jpg files.

Hmm. Some remarks.

1: Irrelevant to your issue, but you don't need "&" on the end of Exec
   lines; fvwm does not wait for Exec commands.

2: A lot of your module settings lack colons, eg:

    *FvwmPagerBack grey60
    *FvwmPagerFore black
    *FvwmPagerFont "xft:DejaVu Sans:size=7"
    *FvwmPagerHilight #c3c3c3

   These should be:

    *FvwmPagerBack: grey60
    *FvwmPagerFore: black
    *FvwmPagerFont: "xft:DejaVu Sans:size=7"
    *FvwmPagerHilight: #c3c3c3
   It would be interesting to know if changing that affected things.

3: You have a bunch of PipeRead commands.
   Try running them from shell to see if they're generating bogus FVWM
   input, eg at the shell, run:

     /home/chris/bin/fvwm-xdg-menu.py -m Gnome -s 16 -f applications

   and so forth.

Cheers,
-- 
Cameron Simpson <[EMAIL PROTECTED]> DoD#743
http://www.cskk.ezoshosting.com/cs/

Reply via email to