On Thu, Dec 12, 2002 at 12:18:09PM +0100, Robert Land wrote:
> To launch rather simple and quick emacs, xterm, lynx
> and calctool I edited /etc/X11/fvwm/system.fvwm2rc
> in this manner:
> Key F6 A M lynx #<-------edited
^^^^
> + "Alt-F6: lynx" lynx & #<-------edited
^^^^^^
This is wrong. You need "exec lynx &". You can not simply put
shell commands in a menu, they must be prefixed with the "exec"
fvwm command.
> + "Alt-F12: emacs -nw" exec emacs -nw & #<-------edited
Check for some error message in the X console. Is the PATH set
correctly?
Bye
Dominik ^_^ ^_^
--
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 Thu Dec 12 2002 - 07:11:55 GMT