How to install fcitx?

Moderator: BarryK

Post Reply
stuff79
Posts: 4
Joined: Tue May 16, 2023 3:52 am

How to install fcitx?

Post by stuff79 »

I can't find fcitx in EasyOS Kirkstone version 5.3.
To install it, there are two choices: (1) compile it or (2) copied from other distro

Choice #1 is too difficult to me. Choice #2 is kind of luck. No gurantee to be able to find one that could work here. ( Which distro's binaries are closest to the v5.3 ? )

Any advices appreciated.

Caramel
Posts: 333
Joined: Sun Oct 02, 2022 6:25 pm
Location: France
Has thanked: 79 times
Been thanked: 56 times

Re: fcitx input method

Post by Caramel »

fcitx exists as flatpak (https://flathub.org/fr/apps/org.fcitx.Fcitx5)

With the button customize in Flapi (see https://bkhome.org/news/202305/user-cus ... flapi.html) i have created the file fctix in /usr/local/flatpak/custom

Code: Select all

cCATEGORY='office'
cURL='https://fcitx-im.org/'
cTRIPLET='org.fcitx.Fcitx5'
cAPPname='fcitx'
cAPPdesc='Input method framework with extension support'

It's quite big to download and install (138 Mb for the application and several "runtimes")

Last edited by Caramel on Thu May 18, 2023 4:23 am, edited 1 time in total.
User avatar
Flash
Moderator
Posts: 907
Joined: Tue Dec 03, 2019 3:13 pm
Location: Arizona, U.S.
Has thanked: 47 times
Been thanked: 109 times

Re: How to install fcitx?

Post by Flash »

That's enormous. :shock: What does it do?

Chaos coordinator :?
stuff79
Posts: 4
Joined: Tue May 16, 2023 3:52 am

Re: fcitx input method

Post by stuff79 »

Caramel wrote: Wed May 17, 2023 3:39 pm

fcitx exists as flatpak

With the button customize in Flapi (see https://bkhome.org/news/202305/user-cus ... flapi.html) i have created the file fctix in /usr/local/flatpak/custom

Code: Select all

cCATEGORY='office'
cURL='https://fcitx-im.org/'
cTRIPLET='org.fcitx.Fcitx5'
cAPPname='fcitx'
cAPPdesc='Input method framework with extension support'

It's quite big to download and install (138 Mb for the application and several "runtimes")

I know nothing about flatpak, but will try later.
Thanks.

Caramel
Posts: 333
Joined: Sun Oct 02, 2022 6:25 pm
Location: France
Has thanked: 79 times
Been thanked: 56 times

Re: How to install fcitx?

Post by Caramel »

I've installed the flatpak.

The direct launch of fcitx does nothing (aside from opening processes)

As I don't understand the usage of fcitx , impossible to say if the flatpak works.

NB : I have created the file /etc/profile.local with

Code: Select all

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

as suggested page https://www.fcitx-im.org/wiki/Setup_Fcitx_5, but I'm no further ahead

Edit (from https://www.fcitx-im.org/wiki/Install_Fcitx_5)

To install fcitx from flatpak

# With older flatpk, you will need to specify the repository name too: flatpak install flathub org.fcitx.Fcitx5
flatpak install org.fcitx.Fcitx5
# Install fcitx 5 engines, for example, fcitx5-chinese-addons, or mozc
flatpak install org.fcitx.Fcitx5.Addon.ChineseAddons
flatpak install org.fcitx.Fcitx5.Addon.Mozc

Flatpak can not provide the im module you need on your host, so you would still need to install them natively. If your distribution does not have fcitx 5 package, you may use fcitx 4 im module instead (newer than 4.2.9.7), or even ibus im module.

Flatpak seems to be a dead end.

Post Reply

Return to “EasyOS”