Saturday, May 4, 2024
 Popular · Latest · Hot · Upcoming
-1
rated 0 times [  -1] [ 0]  / answers: 1 / hits: 928  / 1 Year ago, sat, january 14, 2023, 12:55:46

I can talk with my friend and watch images each other in skype,that is to say that built-in microphone and speaker can be used in skype on my Ubuntu OS.


There is no wechat's official version running on Linux,wechat only can run on android,iPhone,mac,windows.
Some geeker use docker to build wechat in Linux this way:


docker pull bestwu/wechat
xhost +
docker run -d --name wechat --device /dev/snd
-v /tmp/.X11-unix:/tmp/.X11-unix
-v $HOME/WeChatFiles:/WeChatFiles
-e DISPLAY=unix$DISPLAY
-e XMODIFIERS=@im=fcitx
-e QT_IM_MODULE=fcitx
-e GTK_IM_MODULE=fcitx
-e AUDIO_GID=`getent group audio | cut -d: -f3`
-e GID=`id -g`

Now to input wechat in terminal,i can use it to input text ,i can hear friend's voice ,but he can't hear my voice,no image can be showed on screen(the image can be shown in cheese and skype),
the built-in microphone and camera can't be used in wechat.How can fix it?


The possible way :


electron-wechat


enter image description here


Installed ,can't be start successfully.

wechat on web


enter image description here


enter image description here


More From » webcam

 Answers
1

It is no way to do the job with some geek way,it is wechat's duty to create a linux version.


[#2329] Sunday, January 15, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
moloy

Total Points: 457
Total Questions: 93
Total Answers: 119

Location: Romania
Member since Wed, Dec 29, 2021
2 Years ago
;