input methods: Add minimal support for fcitx5.#13805
Draft
mtwebster wants to merge 2 commits into
Draft
Conversation
- Don't launch ibus if it's not the session-preferred engine - Add fcitx5 implementation of ClutterInputMethod, allowing integration with clutter entries. - fcitx provides all popups and indicators and shortcut handling. This is just a test of standalone fcitx5 support. We probably shouldn't actively break a user's preferred engine, and there are gaps in ibus' language support. There are no real user-facing changes (like to cinnamon's keyboard settings) here yet, only behavioral. Ref: linuxmint#12851, linuxmint#11115, linuxmint#13387, linuxmint#13622 Also: linuxmint/mintlocale#85, linuxmint/mintlocale#89, linuxmint/mintlocale#93
fcitx. Add an infobar to InputSources.py with explanation and a button to launch fcitx5-configtool. Only pass the primary keyboard layout to the x11 server.
Member
Author
|
Example of themed im-switch and candidate popups in a native Cinnamon popup: Screencast.2026-06-09.09.56.31.mp4 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is just a test of standalone fcitx5 support.
We probably shouldn't actively break a user's preferred engine, and there are gaps in ibus' language support.
This is currently unsupported in wayland (ideally we would implement the input-method-unstable-v2 protocol for this, or route our ClutterInputMethod thru fcitx's dbus frontend).
See also: linuxmint/mintlocale#96
Ref: #12851, #11115, #13387, #13622
Also: linuxmint/mintlocale#85, linuxmint/mintlocale#89,
linuxmint/mintlocale#93