Skip to main content
Filter by
Sorted by
Tagged with
1 vote
2 answers
434 views

Rime is an input method engine for entering Chinese characters, supporting a wide range of input methods.fcitx5-rime is the rime running on fcitx5 input method framework. I have installed fcitx5-rime ...
showkey's user avatar
  • 381
-1 votes
1 answer
297 views

I am using i3wm. I have already declared three environment variables as below: $ export -p | grep fcitx declare -x GTK_IM_MODULE="fcitx" declare -x QT_IM_MODULE="fcitx" declare -x ...
wjzkfl's user avatar
  • 175
0 votes
0 answers
78 views

Prelude: Part-1: I have pain in my little fingers and wrists if I have to repeatedly press key combinations such as Ctrl+Shift+<key>. I found some respite in using vi's modal editing which ...
Inspired_Blue's user avatar
1 vote
2 answers
360 views

On Kubuntu 21.10, the dead keys do not work on Intellij. I have two keyboard set up: plain US english and US english with dead keys. Those do not work even when I select the correct keyboard layout ...
David Raluy's user avatar
0 votes
2 answers
291 views

My environment: Ubuntu 18.04 dia is a wonderful tool to draw flowchart. While I cannot input Chinese in box. I have tried fcitx and ibus and both failed. Someone has prompt a method that edit ...
dawei's user avatar
  • 57
0 votes
1 answer
392 views

I'm trying to input some Chinese characters in my fltk program running on linux but failed. I'm using fcitx, and specifically fcitx-googlepinyin as the Chinese input method. The following code will ...
TsReaper's user avatar
  • 855
2 votes
1 answer
1k views

I am learning pyqt5 and somehow I can't use fcitx in the text box created by QTextEdit or QLineEdit although fcitx works normally with other Qt apps like goldendict or kate. But later I found out that ...
Nguyen Duc Toan's user avatar
0 votes
1 answer
4k views

When I install a fcitx related package, an error shows that qtbase-abi-5-5-1 is needed, but not installed. cd ~/Downloads sudo apt install ./fcitx-frontend-qt5-rstudio_1.0.5-1ubuntu1~qt542_amd64.deb ./...
Shixiang Wang's user avatar
3 votes
3 answers
4k views

I wanted to use sogou pinyin input method in my ubuntu 16.04, I followed this guide and installed it successfully.However, when I wanted to use it, I get the result like this: I really can not solve ...
duye's user avatar
  • 165
2 votes
2 answers
2k views

I can use fcitx normally in all of other programs. But I can't not use fcitx in Emacs which means I can not switch to other input method such as Chinese input method. I tried a lot and Googled a lot ...
abel_abel's user avatar
4 votes
1 answer
1k views

I'm creating a application using C & gtk+2 with custom text input, pango to draw the characters to GtkDrawingArea, everything works fine until a user tells me that he can't input Chinese ...
Learning's user avatar
  • 305
1 vote
0 answers
67 views

I'm using Archlinux, Gnome3 desktop, for I use fcitx, so I create a .xprofile file in Home, and add export GTK_IM_MODULE=fcitx export QT_IM_MODULE=fcitx export XMODIFIERS="@im=fcitx" when restart, I ...
lengyue's user avatar
  • 11