http://bugs.winehq.com/show_bug.cgi?id=1568
Summary: german keyboard layout detection doesn work Product: Wine Version: 20030618 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P1 Component: wine-x11driver AssignedTo: wine-bugs@winehq.com ReportedBy: pilletiai@gmx.net
i compiled wine without any options and installed flashfxp. when i try to execute flashfxp (/usr/local/bin/wine /home/user/wine/c/Program\ Files/FlashFXP/FlashFXP.exe) i always get an error message about the keyboard. here the message: ------- fixme:win32:PE_CreateModule Unknown directory 15 ignored fixme:keyboard:X11DRV_KEYBOARD_DetectLayout Your keyboard layout was not found! Using closest match instead (German keyboard layout without dead keys) for scancode mapping. Please define your layout in dlls/x11drv/keyboard.c and submit them to us for inclusion into future Wine releases. See the Wine User Guide, chapter "Keyboard" for more information. ------- from this moment on the system hangs. i looked into the keyboard.c file and there i found the correct keyboard layout for my keyboard. so i didn't change anything. i tried different keyboard settings in X11 too (US, German, German latin1, German latin1 no dead keys). i have a german logitech keyboard and i'm running redhat linux 9.0. i could install flashfxp despite of the keyboard error message. hope you can help me