JDK-8305418 : [Linux] Replace obsolete XIM as Input Method Editor
  • Type: Enhancement
  • Component: javafx
  • Sub-Component: window-toolkit
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2023-04-02
  • Updated: 2025-03-29
  • Resolved: 2025-01-16
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
jfx24 b25Fixed
Related Reports
Blocks :  
Relates :  
Description
XIM is obsolete and known to not work well - modern Linux environments uses ibus or fcitx.

IME on JavaFX is currently not working (on recent linux distros).

Then plan is to replace it with Gtk API.
Comments
Changeset: 069db877 Branch: master Author: Thiago Milczarek Sayao <tsayao@openjdk.org> Date: 2025-01-16 15:29:19 +0000 URL: https://git.openjdk.org/jfx/commit/069db877e1c6471a108316701c3136b01cc8f18e
16-01-2025

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jfx/pull/1080 Date: 2023-04-02 20:38:25 +0000
09-07-2024