You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 18, 2026. It is now read-only.
之前用的是bestwu/wechat:2.6.8.65deepin0,更新到微信3.2一直用的挺好,忽然发现更新了,想尝新一下便发现以下问题,从开始安装结束后就开始弹窗,重启容器登录之后,一点击微信也无限弹窗,还无法使用中文
系统:ubuntu22.04, X11
version: '3'
services:
wechat:
image: bestwu/wechat:latest
container_name: wechat
ipc: host
devices:
- /dev/snd
volumes:
- /tmp/.X11-unix:/tmp/.X11-unix
- $HOME/Downloads/tencent/files:/WeChatFiles
environment:
- DISPLAY=$DISPLAY
- QT_IM_MODULE=fcitx
- XMODIFIERS=@im=fcitx
- GTK_IM_MODULE=fcitx
#- AUDIO_GID=63 # 可选 默认63(fedora) 主机audio gid 解决声音设备访问权限问题
- GID=1000 # 可选 默认1000 主机当前用户 gid 解决挂载目录访问权限问题
- UID=1000 # 可选 默认1000 主机当前用户 uid 解决挂载目录访问权限问题