https://bugs.winehq.org/show_bug.cgi?id=57513
Bug ID: 57513 Summary: Keyboard input is unavailable in Russian keyboard layout in putty Product: Wine Version: 9.0 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: unxed@mail.ru Distribution: ---
Tried version
https://the.earth.li/~sgtatham/putty/0.82/w64/putty.exe
~$ wine --version wine-9.0 (Ubuntu 9.0~repack-4build3)
Mint 22 x64 Cinnamon, x11
Input in English keyboard layout works ok.
https://bugs.winehq.org/show_bug.cgi?id=57513
Dmitry Mikhailov dmikhailov@sypro-nt.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dmikhailov@sypro-nt.ru
--- Comment #1 from Dmitry Mikhailov dmikhailov@sypro-nt.ru --- Created attachment 78031 --> https://bugs.winehq.org/attachment.cgi?id=78031 log of "~$ WINEDEBUG=+keyboard wine notepad.exe 2> log.wine"
https://bugs.winehq.org/show_bug.cgi?id=57513
--- Comment #2 from Dmitry Mikhailov dmikhailov@sypro-nt.ru --- also i have same problem
"wine notepad.exe" works correctly, but "wine sketchup.exe" doesn't print cyrrilic characters. Also doesn't print german umlauts. At the same time cyrrilic characters displays correctly.
while launching "WINEDEBUG=+keyboard wine notepad.exe", on pressing any key in english layout, logging line occurs NtUserToUnicodeEx and KEYBOARD_MapDeadKeysym: while pressing any key with cyrrilic layout - log is idle. while pressing any key with german layout - have similar log lines, as english, except umlauts, on umlauts stderr is idle.
https://bugs.winehq.org/show_bug.cgi?id=57513
--- Comment #3 from Dmitry Mikhailov dmikhailov@sypro-nt.ru --- also when channels key,keyboard is set, when Cyrillic_shorti key is pressed, log doesn't have KeyPress X11DRV_KeyEvent.
https://bugs.winehq.org/show_bug.cgi?id=57513
--- Comment #4 from Dmitry Mikhailov dmikhailov@sypro-nt.ru --- Created attachment 78065 --> https://bugs.winehq.org/attachment.cgi?id=78065 logpart WINEDEBUG=+key,keyboard, when "q" key is pressed
part of stderr on WINEDEBUG=+key,keyboard wine notepad.exe when "q" key is pressed
https://bugs.winehq.org/show_bug.cgi?id=57513
--- Comment #5 from Dmitry Mikhailov dmikhailov@sypro-nt.ru --- Created attachment 78066 --> https://bugs.winehq.org/attachment.cgi?id=78066 logpart WINEDEBUG=+key,keyboard, when "Cyrillic_shorti" key is pressed
part of stderr on pressing "Cyrillic_shorti" on WINEDEBUG=+key,keyboard wine notepad.exe
https://bugs.winehq.org/show_bug.cgi?id=57513
--- Comment #6 from Dmitry Mikhailov dmikhailov@sypro-nt.ru --- found workaround: it seem, that wine doesn't work correctly with IBus.
XMODIFIERS=@im=xim wine sketchup
start working correctly