Last Update: 2023-07-18
The Linux subsystem integrated into FydeOS currently does not support the system's native input method. This presents a challenge for users who need to input non-English languages, particularly native speakers of CJK (Chinese, Japanese, Korean) languages. To address this issue, you can install a third-party input method for the Linux subsystem. This guide outlines the steps for installing and configuring the Fcitx input method within the FydeOS Linux subsystem.
sudo apt update && sudo apt upgrade
.sudo apt install fcitx fcitx-lib* -y
.im-config
. Note: Do not execute this command as the root user, as it may cause connection issues.fcitx && fcitx-configtool
.fcitx-diagnose
, and repeat steps 2 and 3.Install the Gedit text editor using this command: sudo apt install gedit -y
.
Execute the following command to configure the language input environment: sudo gedit /etc/systemd/user/cros-garcon.service.d/cros-garcon-override.conf
.
Add the following lines to the end of the file:
Environment="GTK_IM_MODULE=fcitx"
Environment="QT_IM_MODULE=fcitx"
Environment="XMODIFIERS=@im=fcitx"
Save the file and close the Gedit editor.
sudo gedit ~/.sommelierrc
./usr/bin/fcitx-autostart
.sudo reboot
.Ctrl+Space
.We use cookies to improve your browsing experience on our website, to analyse our website traffic, and to understand where our visitors are coming from.