On 18 Feb 2004 10:09:15 -0500, Ryan Daly wrote:
>
> > > > + "I" Read $HOME/.fvwm/.startmenu
>
> > > + "I" PipeRead '/bin/cat $HOME/.fvwm/.startmenu'
>
> I use PipeRead because Read doens't produce the menu for me. Not sure
> why, but PipeRead gives me my menu and Read doesn't.
It does not work because $HOME is interpreted by shell, but not fvwm
commands. Use either $[HOME], or $[FVWM_USERDIR], or better yet just:
Pipe .startmenu
It must work.
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 majordomo_at_fvwm.org.
To report problems, send mail to fvwm-owner_at_fvwm.org.
Received on Wed Feb 18 2004 - 09:23:57 GMT