docker-webtop icon indicating copy to clipboard operation
docker-webtop copied to clipboard

[BUG] fcitx is not working

Open afoc opened this issue 1 year ago • 1 comments

Is there an existing issue for this?

  • [X] 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

afoc avatar Oct 18 '24 06:10 afoc

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

github-actions[bot] avatar Oct 18 '24 06:10 github-actions[bot]

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

afoc avatar Oct 25 '24 09:10 afoc

For Ubuntu the package is named fonts-noto-cjk

thelamer avatar Oct 25 '24 12:10 thelamer

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.

LinuxServer-CI avatar Nov 25 '24 11:11 LinuxServer-CI

This issue is locked due to inactivity

LinuxServer-CI avatar Feb 23 '25 11:02 LinuxServer-CI