I’m trying to get Chinese input to work in a standalone Qube. I ran the following to install it:
sudo apt install ibus ibus-pinyin
Then I ran ibus-setup to add the input method and configure it.
The general IBus settings (disabling systray icon, adding the new input method) are persistent across reboots, but the input-specific settings (e.g. fuzzy pinyin) are reset to their default values on reboot. From my understanding of the source code, the settings should be stored as dconf values, but they don’t appear there when changing the configuration.
Any idea how to fix this?