Bug 65077

Summary: Missing XFree86 vendor string in /usr/lib/X11/bindings/xmbind.alias
Product: [Retired] Red Hat Linux Reporter: Sam Varshavchik <mrsam>
Component: XFree86Assignee: Mike A. Harris <mharris>
Status: CLOSED WONTFIX QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.3   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-05-17 03:56:26 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Sam Varshavchik 2002-05-17 03:56:21 UTC
Description of Problem:

Running any java app with XFree86 4.2 generates the following warnings at startup:

Warning: Cannot convert string "<Key>Escape,_Key_Cancel" to type VirtualBinding
Warning: Cannot convert string "<Key>Home,_Key_Begin" to type VirtualBinding
Warning: Cannot convert string "<Key>F1,_Key_Help" to type VirtualBinding
Warning: Cannot convert string "Shift<Key>F10,_Key_Menu" to type VirtualBinding
Warning: Cannot convert string "<Key>F10,Shift_Key_Menu" to type VirtualBinding
Warning: Cannot convert string "<Key>KP_Enter,_Key_Execute" to type VirtualBinding
Warning: Cannot convert string "Alt<Key>Return,Alt_Key_KP_Enter" to type
VirtualBinding

Subsequent investigation showed that any app that uses the Motif toolkit will
report these warnings.

While researching this, I came across the following message, regarding a missing
entry in xmbind.alias:

http://www.xfree86.org/pipermail/xpert/2001-July/009768.html

It looks like this hasn't been fixed yet.  And, indeed, appending the following
entry to /usr/lib/X11/bindings/xmbind.alias gets rid of these warnings:

"The XFree86 Project, Inc"      sun_at

Not sure if this is the best set of mappings.  In any case, these warnings
appeared in 4.2, not sure why there were no problems in 4.1 in 7.2.

Version-Release number of selected component (if applicable): 4.2.0-8

Comment 1 Mike A. Harris 2002-05-17 23:41:12 UTC
Since I am not an expert in this area of XFree86, while the suggested
fix may get past the problem you're experiencing, it is possible that
it may not be the correct fix.  In such cases, where there is no
straightforward obvious fix/resolution, I must defer to upstream
XFree86 maintainers for an official fix/response on such a matter.

I suggest reporting this to XFree86 directly via xfree86,
and also to xpert, perhaps with some level of persistance
if your requests go unanswered.  If someone at XFree86 can fix this,
or comment on it, I can patch the official fix into our future releases.

I'm closing this as WONTFIX for now, however, if you get a response
from them, with an official fix, reopen this bug report, and I will
consider adding the upstream fix.

Thanks.