We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
之前用的是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 解决挂载目录访问权限问题
The text was updated successfully, but these errors were encountered:
删除了容器,/WeChatFiles 也重新换了个目录挂载
安装完毕之后第一次弹窗
Sorry, something went wrong.
换完目录重启之后登录,确实弹窗只有一次,不会一直循环出现了 现在的问题,其他还没怎么测试 1.fcitx无法输入中文 2.订阅号查看文章黑屏
一早上没研究好新版本,先用回老版本,有空再来摸索新版本
No branches or pull requests
之前用的是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 解决挂载目录访问权限问题
The text was updated successfully, but these errors were encountered: