Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to install Wechat in Linux

2025-02-25 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/01 Report--

Today, the editor will share with you the relevant knowledge about how to install Wechat in Linux. The content is detailed and the logic is clear. I believe most people still know too much about this knowledge, so share this article for your reference. I hope you can get something after reading this article. Let's take a look at it.

Install the installation package management tools

Sudo pacman-S yaourt installs Wechat

Yaourt deepin-wechat-noconfirm II. Configuration 2.1 to solve Wechat flicker Open Wechat configuration file, note that sudo mode must be used

Sudo vim / opt/deepinwine/apps/Deepin-WeChat/run.sh is modified to

# / opt/deepinwine/tools/run.sh $BOTTLENAME $APPVER "$1"$2"$3" env WINEPREFIX= "$HOME/.deepinwine/Deepin-WeChat" wine "c:\\ Program Files\\ Tencent\\ WeChat\\ WeChat.exe" & 2.2 to solve the problem that Wechat only supports fcitx input frame, and then modify the corresponding configuration before you can enter Chinese. This chapter teaches you how to:

Uninstall the ibus input method framework

Install a fcitx input method

Modify the configuration file to support Chinese input method

Please skip step 1 or 2 according to your own situation.

Uninstall the ibus input method framework

Sudo pacman-Rs ibus installs fcitx input framework and Rime input method

Sudo pacman-S fcitx-im fcitx-rime Note: I think we can replace Rime with Sogou Pinyin, that is, replace fcitx-rime with fcitx-sogoupinyin, although I haven't tried.

Open the fctix config tool from the start menu, cancel the Only Show Current Language in the lower left corner, and double-click Rime to add the input method.

Note: if it is a KDE desktop, you also need to install kcm-fcitx, otherwise fcitx config cannot open it.

Sudo pacman-S kcm-fcitx

Click Ctrl + space to switch to the Rime input method. Click Ctrl + ~ and select Miyue Pinyin. Simplified character

If you think Rime is not easy to use, you can refer to the Rime enhancement plan to add a thesaurus, or try to install Sogou Pinyin.

Modify the configuration file to support Chinese input method

Open the Wechat configuration file and note that you must use sudo mode

Sudo vim / opt/deepinwine/apps/Deepin-WeChat/run.sh is modified to

# / opt/deepinwine/tools/run.sh $BOTTLENAME $APPVER "$1"$2"$3" env GTK_IM_MODULE= "fcitx" XMODIFIERS= "@ im=fcitx" QT_IM_MODULE= "fcitx" WINEPREFIX= "$HOME/.deepinwine/Deepin-WeChat" wine "c:\ Program Files\\ Tencent\\ WeChat\\ WeChat.exe" & 2.3.If your device is a high split screen, the font of Wechat may be very small, please try the method in this chapter

Enter the following to open the wine configuration panel

Env WINEPREFIX=$HOME/.deepinwine/Deepin-WeChat winecfg tried to change Screen resolution to 1.5 or 2.0.

These are all the contents of the article "how to install Wechat in Linux". Thank you for reading! I believe you will gain a lot after reading this article. The editor will update different knowledge for you every day. If you want to learn more knowledge, please pay attention to the industry information channel.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report