编程知识 cdmana.com

Install wechat, QQ and Tencent conference in Ubuntu

I've been tossing about lately kubuntu, Have to say KDE The interface is really nice , Than Gnome It's much better , Then I want to install wechat 、 Tencent Conference , Record the following :

  1. WeChat

Refer to the great God GitHub:https://github.com/zq1997/deepin-wine.

  • Add warehouse : ··· wget -O- https://deepin-wine.i-m.dev/setup.sh | sh ···
  • Application installation : such as , Install wechat : ··· sudo apt-get install com.qq.weixin.deepin ··· Empathy , Refer to Dashen for other installation GitHub page .
  1. Tencent Conference

Tencent conference has integrated well wine Installation package , Find out for yourself , Just install it terminal Here's the order : ··· sudo dpkg -i com.tencent.meeting.deepin_2.2.0.409deepin2_i386.deb ···

  1. Problem handling

After installing wechat and Tencent Conference , May encounter, such as can't send pictures 、 Interface size mismatch problem , The solutions are as follows :

  • Resolution problem

For example, the resolution setting of wechat , Enter the following command : ··· env WINEPREFIX=~/.deepinwine/Deepin-WeChat ~/.deepinwine/deepin-wine5-stable/bin/wine winecfg ···

stay Graphics/ In the image tab , Check 2、3 Options , Let's adjust the resolution from minimum to 120-144 about , My current screen resolution is 2560*1600, To adjust to 144 It's just right .

Empathy , The order to adjust the resolution of Tencent conference is as follows : ··· env WINEPREFIX=~/.deepinwine/Deepin-TencentMeeting ~/.deepinwine/deepin-wine5-stable/bin/wine winecfg ···

  • Wechat can't send pictures / I can't see the picture

Install the following installation package .

··· sudo apt install libjpeg62:i386 ··· above , Record , And share

版权声明
本文为[Frank1126lin]所创,转载请带上原文链接,感谢
https://cdmana.com/2021/02/20210205160438864U.html

Scroll to Top