Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] fcitx is not working #272

Open
1 task done
afoc opened this issue Oct 18, 2024 · 4 comments
Open
1 task done

[BUG] fcitx is not working #272

afoc opened this issue Oct 18, 2024 · 4 comments

Comments

@afoc
Copy link

afoc commented Oct 18, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

"I'm using Ubuntu with the KDE desktop environment. I've set up the language environment, then installed fcitx, and activated and started it via im-config. However, I found that I can't use the fcitx input method; neither pressing Ctrl+Space nor attempting to change the input method through the mouse works. Following some similar solutions found online, I tried modifying /etc/environment and /etc/profile, adding the following lines:
GTK_IM_MODULE=fcitx5
QT_IM_MODULE=fcitx5
XMODIFIERS=@im=fcitx5
SDL_IM_MODULE=fcitx5
Even after restarting, the problem persists. I've tried multiple times,but the issue remains. Therefore, I am seeking help from more experienced users."

Expected Behavior

No response

Steps To Reproduce

On the Ubuntu KDE desktop, I have set the language environment to Chinese and installed fcitx using the command apt install fcitx

Environment

ubuntu kde-desktop

CPU architecture

x86-64

Docker creation

services:
  webtop:
    image: lscr.io/linuxserver/webtop:latest  # 对应着Tag所示的桌面系统
    container_name: webtop  
    security_opt:
      - seccomp:unconfined 
    environment:
      - PUID=1000  
      - PGID=1000  
      - TZ=Asia/Shanghai 
      - TITLE=Webtop 
      - INSTALL_PACKAGES=font-noto-cjk  
      - LC_ALL=zh_CN.UTF-8  
      - NO_DECOR=1  
      - CUSTOM_USER=xxxxxx  
      - PASSWORD=xxxxxxxxx  
    ports:
      - 127.0.0.1:3000:3000  
    shm_size: "1gb"  
    restart: unless-stopped

Container logs

none
Copy link

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

@afoc
Copy link
Author

afoc commented Oct 25, 2024

在一周之后,我终于找到解决办法了,修改~/.config/plasma-localerc文件,添加LANG=en_US.UTF-8

@thelamer
Copy link
Member

For Ubuntu the package is named fonts-noto-cjk

@LinuxServer-CI
Copy link
Contributor

This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Issues
Development

No branches or pull requests

3 participants