top-bettercode / docker-wechat

微信 docker 镜像
https://hub.docker.com/r/bestwu/wechat/
486 stars 69 forks source link

i3wm桌面无法使用 #48

Open miRemid opened 2 years ago

miRemid commented 2 years ago

i3wm桌面运行报错

docker-compose up
Starting wechat ... done
Attaching to wechat
wechat    | 启动 WeChat
wechat    | Run Deepin-WeChat 2.6.8.65deepin0 c:/Program Files/Tencent/WeChat/WeChat.exe
wechat    | run Deepin-WeChat progress pid
wechat    |
wechat    | ** (zenity:33): WARNING **: Couldn't connect to accessibility bus: Failed to connect to socket /tmp/dbus-ZHOGFYA8YZ: 拒绝连接
wechat    | Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
wechat    | total 0
wechat    | lrwxrwxrwx 1 wechat wechat 10 12月  7 14:01 c: -> ../drive_c
wechat    | lrwxrwxrwx 1 wechat wechat 10 12月  7 13:59 com1 -> /dev/ttyS0
wechat    | lrwxrwxrwx 1 wechat wechat 10 12月  7 13:59 com10 -> /dev/ttyS9
wechat    | lrwxrwxrwx 1 wechat wechat 11 12月  7 13:59 com11 -> /dev/ttyS10
wechat    | lrwxrwxrwx 1 wechat wechat 11 12月  7 13:59 com12 -> /dev/ttyS11
wechat    | lrwxrwxrwx 1 wechat wechat 11 12月  7 13:59 com13 -> /dev/ttyS12
wechat    | lrwxrwxrwx 1 wechat wechat 11 12月  7 13:59 com14 -> /dev/ttyS13
wechat    | lrwxrwxrwx 1 wechat wechat 11 12月  7 13:59 com15 -> /dev/ttyS14
wechat    | lrwxrwxrwx 1 wechat wechat 11 12月  7 13:59 com16 -> /dev/ttyS15
wechat    | lrwxrwxrwx 1 wechat wechat 10 12月  7 13:59 com2 -> /dev/ttyS1
wechat    | lrwxrwxrwx 1 wechat wechat 10 12月  7 13:59 com3 -> /dev/ttyS2
wechat    | lrwxrwxrwx 1 wechat wechat 10 12月  7 13:59 com4 -> /dev/ttyS3
wechat    | lrwxrwxrwx 1 wechat wechat 10 12月  7 13:59 com5 -> /dev/ttyS4
wechat    | lrwxrwxrwx 1 wechat wechat 10 12月  7 13:59 com6 -> /dev/ttyS5
wechat    | lrwxrwxrwx 1 wechat wechat 10 12月  7 13:59 com7 -> /dev/ttyS6
wechat    | lrwxrwxrwx 1 wechat wechat 10 12月  7 13:59 com8 -> /dev/ttyS7
wechat    | lrwxrwxrwx 1 wechat wechat 10 12月  7 13:59 com9 -> /dev/ttyS8
wechat    | lrwxrwxrwx 1 wechat wechat  8 12月  7 13:59 d:: -> /dev/sdb
wechat    | lrwxrwxrwx 1 wechat wechat 17 12月  7 13:59 e: -> /media/wayne/Ntfs
wechat    | lrwxrwxrwx 1 wechat wechat  9 12月  7 13:59 e:: -> /dev/sdb1
wechat    | lrwxrwxrwx 1 wechat wechat 12 12月  7 14:01 y: -> /home/wechat
wechat    | lrwxrwxrwx 1 wechat wechat  1 12月  7 14:01 z: -> /
wechat    | CallApp Deepin-WeChat c:/Program Files/Tencent/WeChat/WeChat.exe
wechat    | Disable auto update
wechat    | rm: cannot remove '/home/wechat/.deepinwine/Deepin-WeChat/drive_c/users/wechat/Application Data/Tencent/WeChat/All Users/config/configEx.ini': 没有那个文件或目录
wechat    | 2021年 12月 07日 星期二 14:01:18 UTC:kill WeChat.exe block
wechat    | 2021年 12月 07日 星期二 14:01:18 UTC:No wine process found
wechat    | /home/wechat/.deepinwine/Deepin-WeChat/drive_c/Program Files/Tencent/WeChat
wechat    | Starting process c:/Program Files/Tencent/WeChat/WeChat.exe ...
wechat    | X Error of failed request:  BadWindow (invalid Window parameter)
wechat    |   Major opcode of failed request:  20 (X_GetProperty)
wechat    |   Resource id in failed request:  0x0
wechat    |   Serial number of failed request:  10
wechat    |   Current serial number in output stream:  10
top-bettercode commented 2 years ago

安装 gnome-settings-daemon,运行 /usr/lib/gsd-xsettings 或 安装 xfce4-settings, 运行 /usr/bin/xfsettingsd

参考 https://www.cnblogs.com/fly2wind/p/10680428.html