Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 903702 - app-i18n/ibus-1.5.28: does not always register key releases under wine
Summary: app-i18n/ibus-1.5.28: does not always register key releases under wine
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: CJK Team
URL:
Whiteboard:
Keywords: PATCH
Depends on: 907764
Blocks:
  Show dependency tree
 
Reported: 2023-04-02 16:08 UTC by poncho
Modified: 2023-06-05 06:27 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
client/x11: Fix Key typing order (497f0c74230a65309e22ce5569060ce48310406b.patch,11.28 KB, patch)
2023-04-02 16:08 UTC, poncho
Details | Diff
src: Call IBUS_TYPE_EMOJI_DATA in ibus_init() (7c8abbe89403c2fcb08e3fda42049a97187e53ab.patch,975 bytes, patch)
2023-04-08 09:03 UTC, poncho
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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