DOCHAT_DPI=192 bash
### DOCHAT_SKIP_PULL
If you do not want to pull docker image for the latest version at startup everytime, you can set DOCHAT_SKIP_PULL environment variable.
```sh
curl -sL https://raw.githubusercontent.com/huan/docker-wechat/master/dochat.sh \
| DOCHAT_SKIP_PULL=true bash
In case you have downloaded dochat.sh:
DOCHAT_SKIP_PULL=true ./dochat.sh
Show more debug log messages.
curl -sL https://raw.githubusercontent.com/huan/docker-wechat/master/dochat.sh \
| DOCHAT_DEBUG=true bash
Use a specific version for WeChat.
You can get a full list of the supported versions from Docker Hub Image Tags at https://hub.docker.com/r/zixia/wechat/tags
For example:
curl -sL https://raw.githubusercontent.com/huan/docker-wechat/master/dochat.sh \
| DOCHAT_WECHAT_VERSION=3.3.0.115 bash
If you want to control everything by yourself, for example, open multiple WeChat PC client on your desktop; then, you might want to inspect the dochat.sh in our repository and try the following docker command:
docker run \
--name DoChat \
--rm \
-i \
\
-v "$HOME/DoChat/WeChat Files/":'/home/user/WeChat Files/' \
-v "$HOME/DoChat/Applcation Data":'/home/user/.wine/drive_c/users/user/Application Data/' \
-v /tmp/.X11-unix:/tmp/.X11-unix \
-v "/run/user/$(id -u)/pulse":"/run/pulse" \
\
-e DISPLAY \
\
-e XMODIFIERS=@im=fcitx \
-e GTK_IM_MODULE=fcitx \
-e QT_IM_MODULE=fcitx \
-e GID="$(id -g)" \
-e UID="$(id -u)" \
\
--ipc=host \
--privileged \
\
zixia/wechat
Modify it whatever you want to fulfill your needs.
The docker image has two schema of the versioning:
X.Y.Z.a
: This is for the WeChat PC Windows Client version
zixia/wechat:2.7.1.85
: WeChat 2.7.1.85zixia/wechat:2.8.0.112
: WeChat 2.8.0.112x.y
: This is for the docker image version.
zixia/wechat:0.2
: docker-wechat version 0.2The two version schema may overlap with each other.
For example: the zixia/wechat:0.2
may be the same image as the zixia/wechat:2.8.0.112
.
DOCHAT_WECHAT_VERSION=2.7.1.85
)Install Gnome Extension: Top Icons Plus Git by bijignome
Note 1: there's almost half dozen of the TopIcons extensions with very similar name: TopIcons, TopIcons Redux, TopIcons Plus, TopIcons Plus Git, TopIconsFix. Use TopIcons Plus Git, it's the right one.
Note 2: The TopIcons Plus has the bug that cause the wine itself shows a window on your desktop. (#19)
When you encounter problem that the app exit with code 5 on openSUSE Leap, you need to disable X server access control to allow any user to connect to the X server before you start the app. Use below command to disable it:
$ xhost +
Хуан Ли (Huan Li) (LinkedIn) — Tencent TVP of Chatbot.
Вы можете оставить комментарий после Вход в систему
Неприемлемый контент может быть отображен здесь и не будет показан на странице. Вы можете проверить и изменить его с помощью соответствующей функции редактирования.
Если вы подтверждаете, что содержание не содержит непристойной лексики/перенаправления на рекламу/насилия/вульгарной порнографии/нарушений/пиратства/ложного/незначительного или незаконного контента, связанного с национальными законами и предписаниями, вы можете нажать «Отправить» для подачи апелляции, и мы обработаем ее как можно скорее.
Комментарии ( 0 )