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 system

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

Share

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

This article mainly introduces the Linux system how to install Wechat, has a certain reference value, interested friends can refer to, I hope you can learn a lot after reading this article, the following let the editor take you to understand 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.

Thank you for reading this article carefully. I hope the article "how to install Wechat in Linux system" shared by the editor will be helpful to everyone. At the same time, I also hope you will support us and pay attention to the industry information channel. More related knowledge is waiting for you to learn!

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