Skip to content

[Linux] Remove LinuxInputMethodBootstrap after JavaFX dead-key fix validation #10

Description

@remiceres

Why

We currently keep a Linux-only IME relaunch workaround for dead keys / accent composition.

Code:

Upstream tracking:

Goal

Drop the Linux relaunch workaround and keep a single startup path.

Plan

  • Upgrade JavaFX to a build that includes the Linux dead-key fix.
  • Test on Linux (GNOME/IBus + KDE/Fcitx if available):
    • WebView editor input
    • standard JavaFX text fields
    • dead keys / accent composition
  • Remove:

Done when

  • No bootstrap/relaunch code remains.
  • No CORESE_IM_BOOTSTRAP_* docs remain.
  • Linux accent/dead-key input works without GTK_IM_MODULE=xim / XMODIFIERS=@im=none.
  • No regressions on splash/startup/Ctrl+C behavior.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions