Skip to content

feat: notify missing input methods on startup#1550

Open
hthienloc wants to merge 2 commits intofcitx:masterfrom
hthienloc:hthienloc/feat/startup-im-available-check
Open

feat: notify missing input methods on startup#1550
hthienloc wants to merge 2 commits intofcitx:masterfrom
hthienloc:hthienloc/feat/startup-im-available-check

Conversation

@hthienloc
Copy link
Copy Markdown
Contributor

@hthienloc hthienloc commented Apr 8, 2026

This PR implements a startup check to notify users if a previously configured input method is no longer available (e.g., after uninstalling an addon).

Fixes #516

Proposed Changes

Core Library

  1. InputMethodManager:
    • Tracks missing input method names during configuration loading.
    • Provides a getter missingInputMethods() to retrieve this list.
  2. Instance:
    • Checks for missing input methods during initialization.
    • Triggers a system notification via the notifications addon if any are found.

@hthienloc hthienloc force-pushed the hthienloc/feat/startup-im-available-check branch from a78f831 to 6e7ca81 Compare April 8, 2026 14:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Notify upon startup if some input method is not available anymore.

1 participant