docker-wechat
docker-wechat copied to clipboard
卡在无法正常启动
无论是20.04,还是21.04都卡在这一步无法启动 docker初学者,不知道是哪一步没做对,烦请指教
Same prob with him, can anyone tell me what' going on there?
Same problem
Same problem ubuntu 20.04
Ubuntu 20.04:
[DoChat] 盒装微信 v0.14.4
Disabling patch for /home/user/.wine/drive_c/users/user/AppData/Roaming/Tencent/WeChat ...
Disabling patch for /home/user/.wine/drive_c/users/user/Application Data/Tencent/WeChat ...
mkdir: 无法创建目录 “/home/user/.wine/drive_c/users/user/Application Data/Tencent”: 权限不够
Ubuntu 20.04:
[DoChat] 盒装微信 v0.14.4 Disabling patch for /home/user/.wine/drive_c/users/user/AppData/Roaming/Tencent/WeChat ... Disabling patch for /home/user/.wine/drive_c/users/user/Application Data/Tencent/WeChat ... mkdir: 无法创建目录 “/home/user/.wine/drive_c/users/user/Application Data/Tencent”: 权限不够
try to change your DoChat dir (~/DoChat/all) owner from root to user
chown -R $USER:$USER ./DoChat
for specific
无论是20.04,还是21.04都卡在这一步无法启动 docker初学者,不知道是哪一步没做对,烦请指教
你的问题描述不详细。
Need more info. Possible problem:
- DoChat does not fit well with multiple monitors: https://github.com/huan/docker-wechat#no-main-window-after-start-up-with-2-or-more-monitor-setup
- You should NOT run DoChat as root: https://github.com/huan/docker-wechat#attention