Exported LANG as he_IL.UTF-8
got: keyboard:X11DRV_KEYBOARD_DetectLayout Your keyboard layout was not
found!

Exported LANG as he_IL.ISO-8859-8 and got the same error with an
additional complaint:

err:keyboard:X11DRV_ToUnicode Please report: no char for keysym 0CF7
(hebrew_qoph) :

for all keys, not just "koph", reporting "koph" was pressed.

BTW Tzafrir, my custom 2.6-test4 kernel didn't have misc support and
when removing, I realized mono was dependent on it. It was originaly
installed with 2.4.20 kernel so I didn't get any errors.


This is what I see in the console.

LANG=he_IL.UTF-8

[EMAIL PROTECTED]:~$ wine notepad.exe
Invoking /usr/bin/wine.bin notepad.exe ...
When you are running with a native NT directory specify
'Profile=<profiledirectory>' or disable loading of Windows
registry (LoadWindowsRegistryFiles=N)
fixme:hook:SetWinEventHook
(32779,32779,(nil),0x1001c51,8,0,0x00000000)-stub!
fixme:keyboard:X11DRV_KEYBOARD_DetectLayout Your keyboard layout was not
found!
Using closest match instead (United States keyboard layout (phantom key
version)) 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.
fixme:commdlg:ChooseFontA : unimplemented flag (ignored)
fixme:keyboard:X11DRV_KEYBOARD_DetectLayout Your keyboard layout was not
found!
Using closest match instead (United States keyboard layout (phantom key
version)) 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.
fixme:commdlg:ChooseFontA : unimplemented flag (ignored)
 
Wine exited with a successful status
------------------------------------------------

LANG=he_IL.ISO-8859-8
 export LANG=he_IL.ISO-8859-8
[EMAIL PROTECTED]:~$ wine notepad.exe
Invoking /usr/bin/wine.bin notepad.exe ...
When you are running with a native NT directory specify
'Profile=<profiledirectory>' or disable loading of Windows
registry (LoadWindowsRegistryFiles=N)
fixme:hook:SetWinEventHook
(32779,32779,(nil),0x1001c51,8,0,0x00000000)-stub!
fixme:keyboard:X11DRV_KEYBOARD_DetectLayout Your keyboard layout was not
found!
Using closest match instead (United States keyboard layout (phantom key
version)) 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.
err:keyboard:X11DRV_ToUnicode Please report: no char for keysym 0CF7
(hebrew_qoph) :
err:keyboard:X11DRV_ToUnicode
(virtKey=C0,scanCode=29,keycode=1A,state=0)

On Tue, 2003-09-09 at 20:14, Tzafrir Cohen wrote:
> On Tue, Sep 09, 2003 at 08:55:18PM +0200, dittigas wrote:
> > And, on Debian Unstable install seems to fail with:
> > 
> > FATAL: Module binfmt_misc not found.
> > update-binfmts: warning: Couldn't load the binfmt_misc module.
> > 
> > Manually running update-binfmts --enable gives:
> > 
> > update-binfmts --enable
> > FATAL: Module binfmt_misc not found.
> > update-binfmts: warning: Couldn't load the binfmt_misc module.
> 
> Your kernel probably does not support binfmt-misc .
> 
> binfmt-misc is support in the kernel for using basically any binary
> (executable) format using an external intereter. Wine can thus be used
> to execute directly win32 executables.
> 
> If the error bothers you:
> update-binfmts is part of a separate debian package (update-binfmts ?)
> that includes some scripts to allow programs to register themselves as
> hadlers for such executable formats. Remove this package (IIRC wine
> recommends it, but does not depend on it) then this error should be
> gone)
> 


=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to