SpiralLinux / SpiralLinux-project

SpiralLinux project
https://spirallinux.github.io/
142 stars 5 forks source link

SpiralLinux KDE fcitx does not run #72

Closed tcitr-chen closed 2 years ago

tcitr-chen commented 2 years ago

1 2 3 The keyboard icon in the status bar in the lower right corner is also not showing.

geckolinux commented 2 years ago

Hi there, thanks for reporting this. Would the fcitx5 framework (version 5) work for your needs? That appears to be what Plasma currently supports:

Screenshot from 2022-08-04 08-55-51

tcitr-chen commented 2 years ago

Thank you, but I want to use fcitx instead of fcitx5, because I am a Chinese user, some input methods can only be installed with fcitx, I tried it on debian 11 kde official live iso, fcitx can run, but not in SpiralLinux, apt repo there is no difference between two isos.

geckolinux commented 2 years ago

I see, my apologies that I am not familiar with the the alternate input methods. Please try to install the following highlighted packages in Synaptic:

Screenshot from 2022-08-04 18-35-05

tcitr-chen commented 2 years ago

Thank you for taking the time to help me find the error. Unfortunately, I did as you said, and fcitx can indeed be configured in the KDE settings, but the fcitx icon does not appear and the fcitx program itself cannot run. See the GIF below, all step-by-step. 1 2

geckolinux commented 2 years ago

Thanks for the reply. Do you have a normal Debian installation available? If so, could you report which fcitx* packages are installed?

tcitr-chen commented 2 years ago

I installed it through the Sourceforge mirror. During the installation process, I selected the English keyboard and language, and only selected China for the time zone. I installed fcitx using the command sudo apt install fcitx, in the process installed fcitx-frontend-all, then sudo apt install im-config, this problem occurs, but the same operation does not happen in debian 11 KDE kive iso, everything is normal.

geckolinux commented 2 years ago

Hello, please login to your Debian installation and report which packages are installed that contain the name fcitx .

tcitr-chen commented 2 years ago

图片

geckolinux commented 2 years ago

Hi, is this what you are referring to?

Screenshot from 2022-08-04 20-01-50

To make this work, I installed all the packages that start with fcitx- and also im-config , and logged out / logged in to Plasma.

tcitr-chen commented 2 years ago

yes that's it, make sure it's fcitx4 not fcitx5. Can you share with me the steps?

geckolinux commented 2 years ago

To make this work, I installed all the packages that start with fcitx- and also im-config , and logged out / logged in to Plasma.

tcitr-chen commented 2 years ago

图片 This is the interface of debian 11 kde fcitx (fcitx4) everything works fine, that picture of yours looks like fcitx5.

geckolinux commented 2 years ago

It is fcitx4.

geckolinux commented 2 years ago

And if you want the KDE configuration module instead you can install kde-config-fcitx:

Screenshot from 2022-08-04 20-37-51

tcitr-chen commented 2 years ago

Yes you are right, need sudo apt install fcitx-*, just sudo apt install fcitx doesn't work, but sudo apt install fcitx works on debian 11 kde live and ubuntu. This is confusing.