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

微信 docker 镜像

Results 36 docker-wechat issues
Sort by recently updated
recently updated
newest added

如题。有没有朋友尝试过的,我还没尝试过,有尝试过的朋友给个回复谢谢

我使用docker能打开微信,但是4K的显示器下微信界面字体太小了,没有继承ubuntu系统设置的缩放效果。 能单独设置微信界面的分辨率吗?

之前用的是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...

启动命令: sudo docker run -d --name wechat_new --device /dev/snd --ipc="host" \ -v /tmp/.X11-unix:/tmp/.X11-unix \ -v $HOME/WeChatFilesn:/WeChatFiles \ -e DISPLAY=$DISPLAY \ -e XMODIFIERS=@im=fcitx \ -e QT_IM_MODULE=fcitx \ -e GTK_IM_MODULE=fcitx \ -e...

启动 WeChat ==> Deploying /home/wechat/.deepinwine/Deepin-WeChat ... ==> Launching c:/Program Files/Tencent/WeChatSetup-3.9.0.28.exe ... Don't use public dir Run Deepin-WeChat 3.4.0.38deepin6 c:/Program Files/Tencent/WeChatSetup-3.9.0.28.exe run Deepin-WeChat progress pid mv: '/home/wechat/.deepinwine/Deepin-WeChat/drive_c/users/@current_user@' and '/home/wechat/.deepinwine/Deepin-WeChat/drive_c/users/@current_user@' are the...

[2.6.8.65deepin0](https://hub.docker.com/layers/bestwu/wechat/2.6.8.65deepin0/images/sha256-f0a3b04aae119ed2d7bb9e6f1f8e5a3cf39a435b028fd9ddd733680fd5639693?context=explore) 这个tag的是正常的,3.9.0以及latest的就不行了。

可以输入英文,但是当使用中文输入法时,程序会假死。。