-
Notifications
You must be signed in to change notification settings - Fork 383
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix #795: Add candidate window config to 'ibus_config.textproto'
This is a follow up to 4a77c6a, which introduced the 'MOZC_IBUS_CANDIDATE_WINDOW' environment variable per discussion at #637. With this commit, 'ibus_config.textproto' can be used to customize when to use 'mozc_renderer' instead of relying on the environment variable. To disable Mozc' candidate window: mozc_renderer { enabled : False } To use Mozc' candidate window for X11 sessions and KDE Wayland sessions: mozc_renderer { enabled : True compatible_wayland_desktop_names : ["KDE"] } If there is no settings, it will be interpreted as if there was the following settings. mozc_renderer { enabled : True compatible_wayland_desktop_names : ["GNOME"] } While environment variable 'MOZC_IBUS_CANDIDATE_WINDOW' is still supported, it is considered to be deprecated and may be removed in a future version of Mozc. PiperOrigin-RevId: 560186593
- Loading branch information
1 parent
0e5d720
commit 65a5d1f
Showing
9 changed files
with
301 additions
and
31 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.