12 questions
1
vote
2
answers
434
views
Why the fuzzy pinyin can't take effect in fcitx5-rime input method engine?
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 ...
-1
votes
1
answer
297
views
How to use Japanese input method fcitx5 for GUI programs (acme, sam, 9term...) of Plan 9 from User Space (plan9port)?
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 ...
0
votes
0
answers
78
views
Is it possible to have Global Modal Input using Input Method Engine?
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 ...
1
vote
2
answers
360
views
Why are the dead keys not working on Intellij on Kubuntu 21.10?
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 ...
0
votes
2
answers
291
views
How to input Chinese in dia
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 ...
0
votes
1
answer
392
views
How to enable fcitx input method in an fltk program running on linux?
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 ...
2
votes
1
answer
1k
views
Can't use fcitx with self-written Qt app
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 ...
0
votes
1
answer
4k
views
Cannot install qtbase-abi-5-5-1 on Ubuntu 17.10 (Artful Aardvark)
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 ./...
3
votes
3
answers
4k
views
Why ubuntu 16.04 can not input Chinese characters using sogou-pinyin input method?
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 ...
2
votes
2
answers
2k
views
Emacs can not activate fcitx
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 ...
4
votes
1
answer
1k
views
How to receive characters from input method in gtk+2?
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 ...
1
vote
0
answers
67
views
Archlinux Gnome3 could not read .xprofle
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 ...