FvwmPager DeskColor/DeskPixmap

I have 2 functions that I use to update my FvwmBackerDesk background from a menu:

SET DESK COLOR

AddToFunc SetDeskColor

  • I *FvwmBackerDesk $0 -solid $1
  • I *FvwmPagerDeskColor $0 $1

SET DESK IMAGE

AddToFunc SetDeskImage

  • I *FvwmBackerDesk $0 Exec exec xloadimage -onroot $1 &
  • I *FvwmPagerDeskPixmap $0 $1 &

I was hoping that this would also update the FvwmPager, but it doesn’t work. The backer updates but the pager stays its original color. Is this a bug? Am I doing something wrong?

Thanks,
Adam

HI,

You can make for example

Good luck, sorry I speak French and litlle English, it is difficul oO

Thanks for the reply. I don’t have a problem setting the backgrounds on startup. That all works fine. What I’m trying to do is change the pager and desk backgrounds interactively from a menu after everything is already build. Any ideas on that?

Thanks,
Adam