| Summary: | IBus not work with SDL 2.0.7 | ||
|---|---|---|---|
| Product: | SDL | Reporter: | cjacker |
| Component: | main | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | sezeroz |
| Version: | HG 2.1 | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Attachments: | fix ibus issue of 2.0.7 | ||
Fedora has adopted the proposed ibus patch from #ยข0: https://bugzilla.redhat.com/show_bug.cgi?id=1507444 Fixed, thanks! https://hg.libsdl.org/SDL/rev/b548450528c9 |
Created attachment 3042 [details] fix ibus issue of 2.0.7 After updating from 2.0.5 to 2.0.7, Ibus not work anymore(fcitx still works). Compare with 2.0.5, there are two issues in SDL_ibus.c. 1, SetupConnection always return SDL_FALSE in 2.0.7. 2, 'SetCapabilities' method should be called on 'ibus_conn'. Patch attached.