Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Nov 2001 01:50:26 -0500 (EST)
From:      parv_@yahoo.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/32282: fvwm 2.4.3 generate error wrt 'Help' key binding
Message-ID:  <20011126065026.E95A350CF0@moo.holy.cow>

next in thread | raw e-mail | index | archive | help

>Number:         32282
>Category:       ports
>Synopsis:       fvwm 2.4.3 generate error wrt 'Help' key binding
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 25 22:50:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     parv
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD moo.holy.cow 4.4-STABLE

fvwm 2.4.3

>Description:

fvwm2 generates error...

[FVWM][ParseBinding]: <<ERROR>> No such key: Help

...even if the 'Help' is not binded in a user specified
config file. this key is binded in 
/usr/X11R6/share/fvwm/ConfigFvwmDefaults. 

i think, from version 2.4.2 on, fvwm2 doesn't recognize 'Menu' &
'Windows' keys either. at least v 2.4.3 doesn't.


>How-To-Repeat:
	
after installing & (re)starting fvwm-2.4.3, lookout for the error 
messages generated.


>Fix:

comment out the offending line if there is a plan to make
fvwm2 recognize 'Help', 'Menu' etc. keys. otherwise, just
delete this line. 

below is the patch generated from ${PORTSDIR}/x11-wm/fvwm2 for
the former case...


--- work/fvwm-2.4.3/fvwm/ConfigFvwmDefaults.orig        Mon Nov 26 01:40:47 2001
+++ work/fvwm-2.4.3/fvwm/ConfigFvwmDefaults     Mon Nov 26 01:40:58 2001
@@ -9,7 +9,7 @@
 #  This picks up from where the builtin table in fvwm.c SetUpRCDefaults ends.
 
 # Set at least 2 root keys to bring up the builtin menu:
-Key Help R A Popup MenuFvwmRoot
+#Key Help R A Popup MenuFvwmRoot
 Key F1 R A Popup MenuFvwmRoot
 # Ctrl-Alt-Escape for aboring Wait pause and ModuleSynchronous command
 Key Escape A MC EscapeFunc

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011126065026.E95A350CF0>