Posts: 65
balloon
Joined: 27 May 2014
#1
When you use iBus so far in antiX,
You may examine a thing using Fcitx instead in antiX-15. __{{emoticon}}__

Image

antiX-15 provides package group necessary for Fcitx in"metapackage-installer".
(Menu - Application - System Tool - metapackage-installer)

Because I forgot a report, __{{emoticon}}__ __{{emoticon}}__ __{{emoticon}}__
some packages are short. Please perform follows in Terminal:

Code: Select all

sudo apt install fcitx-config-gtk2 fcitx-frontend-gtk2 fcitx-frontend-gtk3 fcitx-frontend-qt4 fcitx-frontend-qt5
You add a code to follows to / etc / desktop-session / startup:

Code: Select all

export XMODIFIERS='@im=FCITX'
export GTK_IM_MODULE="fcitx"
export QT_IM_MODULE="fcitx"
fcitx &
Attention:
antiX does not work im-config and im-switch by inherent specifications.
MX Linux varies in these specifications and im-config works.

After having performed this, please reboot antiX.
An icon of Fcitx will appear after this. __{{emoticon}}__

日本ユーザーは下記より antiX-15 で Fcitx を使用する方法を参照できます。
You should refer to follows when you are a Japanese user:

========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"https://sites.google.com/site/mepisantixjp/antiX"
linktext was:"https://sites.google.com/site/mepisantixjp/antiX"
====================================
anticapitalista
Posts: 5,955
Site Admin
Joined: 11 Sep 2007
#2
Thanks.

Why all the gtk and qt frontends? The meta-installer brings in fcitx-frontend-all. Isn't that enough?
Posts: 65
balloon
Joined: 27 May 2014
#3
I hoped that meta-package functioned. but it did not function.