Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 903702

Summary: app-i18n/ibus-1.5.28: does not always register key releases under wine
Product: Gentoo Linux Reporter: poncho <poncho>
Component: Current packagesAssignee: CJK Team <cjk>
Status: RESOLVED FIXED    
Severity: normal CC: pacho, poncho
Priority: Normal Keywords: PATCH
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/ibus/ibus/issues/2480
https://github.com/ibus/ibus/issues/2496
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 907764    
Bug Blocks:    
Attachments: client/x11: Fix Key typing order
src: Call IBUS_TYPE_EMOJI_DATA in ibus_init()

Description poncho 2023-04-02 16:08:19 UTC
Created attachment 859439 [details, diff]
client/x11: Fix Key typing order

Upstream commit at https://github.com/ibus/ibus/issues/2480 fixes the issue. Maybe consider adding it as a patch.
Comment 1 poncho 2023-04-08 09:03:33 UTC
Created attachment 859687 [details, diff]
src: Call IBUS_TYPE_EMOJI_DATA in ibus_init()

This fixes another regression. Inputting unicode with Ctrl+Shift+U is currently broken.
Comment 2 poncho 2023-06-05 06:26:22 UTC
(In reply to poncho from comment #1)
> Created attachment 859687 [details, diff] [details, diff]
> src: Call IBUS_TYPE_EMOJI_DATA in ibus_init()
> 
> This fixes another regression. Inputting unicode with Ctrl+Shift+U is
> currently broken.

This one was fixed in https://bugs.gentoo.org/907764