To launch rather simple and quick emacs, xterm, lynx
and calctool I edited /etc/X11/fvwm/system.fvwm2rc
in this manner:
# Section: Key bindings
#Key F5 A M Prev
#Key F6 A M Next
Key F5 A M exec calctool & #<-------edited
Key F6 A M lynx #<-------edited
Key F7 A M Move
Key F8 A M exec xterm & #<-------edited
Key F9 A M Iconify
Key F10 A M Maximize 100 100
Key F11 A M Raise
#Key F12 A M Stick
Key F12 A M exec emacs -nw & #<-------edited
DestroyMenu Window-Ops
AddToMenu Window-Ops "Alt-F1: Window Ops" Title
#+ "Alt-F5: Previous" Prev
+ "Alt-F5: Calculator" exec calctool & #<-------edited
#+ "Alt-F6: Next" Next
+ "Alt-F6: lynx" lynx & #<-------edited
+ "Alt-F7: Move" Move
+ "Alt-F8: xterm" exec xterm & #<-------edited
+ "Alt-F9: (De)Iconify" Iconify
+ "Alt-F10: (Un)Maximize to screen" Maximize 100 100
+ "Alt-F11: Raise" Raise
#+ "Alt-F12: (Un)Stick" Stick
+ "Alt-F12: emacs -nw" exec emacs -nw & #<-------edited
Yet only calctool and xterm want to launch, lynx and emacs
alltogether refuse in menu and keybindings although they
can be started by command in a xterm.
Could someone kindly explain this rather strange behaviour?
Robert
--
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 - 06:49:46 GMT