Install Chinese Fcitx Wbpy Input Method on Debian 8 Gnome Desktop

In this tutorial, I will show you how to install Chinese Fcitx wbpy input method on Debian 8 Gnome Desktop. This tutorial is for the English version of Debian8. If you use the Chinese version of Debian, please check out this tutorial.

Install Fcitx Wbpy

open your terminal and login as root.

su -

Update local package index and install fcitx wbpy.

apt-get update

apt-get install fcitx fcitx-table-wbpy fcitx-config-gtk

If you want to know to how grant sudo privileges to standard users on Debian, check out this post.

Configure Fcitx Input Method

Enter the following command as a standard user to open Fcitx configuration window.

fcitx-config-gtk3

Click the plus icon to add a input method.

add a input method in fcitx configuration window

Uncheck Only Show Current Language and enter wbpy in the text field.

add fcitx wbpy input method

WubiPinyin will appear. Click OK button to add it.

Select Fcitx as the Input Method Framwork for Debian 8

Enter the following command.

im-config -n fcitx

Now you can press Ctrl+Space to call fcitx wbpy to enter Chinese Characters on Debian.

Use Fcitx with Telegram

If you can not enter Chinese characters in Telegram messenger with Fcitx wbpy, open .bashrc file under your home folder.

nano ~/.bashrc

Append the following three commands at the end of the file.

export GTK_IM_MODULE=fcitx
export XMODIFIERS=@im=fcitx
export QT_IM_MODULE=fcitx

Save and close the file. Commands in .bashrc will be executed when user login, so now log out and log back in to let the above change take effect.

Now you can enter Chinese characters in Telegram messenger.

enter chinse characters in Telegram with fcitx

Cheers!

Rate this tutorial
[Total: 3 Average: 2.7]

Leave a Comment

  • Comments with links are moderated by admin before published.
  • Your email address will not be published.
  • Use <pre> ... </pre> HTML tag to quote the output from your terminal/console.
  • Please use the community (https://community.linuxbabe.com) for questions unrelated to this article.
  • I don't have time to answer every question. Making a donation would incentivize me to spend more time answering questions.

The maximum upload file size: 2 MB. You can upload: image. Links to YouTube, Facebook, Twitter and other services inserted in the comment text will be automatically embedded. Drop file here