On 02 Oct 2002 12:41:32 -0400, Victor Eijkhout wrote: > > > > *NameDesk: Command *FvwmPager: Label $d "$(deskname)" > > > > For 2.5.x, you should preferably use DesktopName instead of "*FvwmPager: > > Label" although the second is also supported for now. > > > > *NameDesk: Command DesktopName $d $(deskname) > > > > If you use 2.4.x I will post another solution for this expanding problem. > > Please. I'm quite at a loss how Echo can have the right value but not > the other command.
*NameDesk: Command PipeRead `echo "*FvwmPager: Label $d '$(deskname)'"` This is needed because $d is expanded in PipeRead, but not in "*NameDesk:" or "*FvwmPager:" for compatibility with some module configs. Regards, Mikhael. -- Visit the official FVWM web page at <URL: http://www.fvwm.org/>. To unsubscribe from the list, send "unsubscribe fvwm" in the body of a message to [EMAIL PROTECTED] To report problems, send mail to [EMAIL PROTECTED]
