Previously loaded arch, a little toss, wrote a Hello World unloaded. No use of the Aur, not even to understand.
I heard that Manjaro inherited arch, almost out of the box, the hardware support is very good, the source of software updates very quickly. But did not install Chinese input method, installed the following sogou pinyin and Vscode.
The installation of Vscode is made with the visual-studio-code-bin on the Aur. With the automated Aur Compilation installation package tool Yaourt.
After searching for the Visual-studio-code-bin package on the Aur, and then installing the Yaourt, you can install the Vscode with the following command:
Yaourt-s Visual-studio-code-bin
The above command in the process will say that the package is potentially dangerous, no tube, all the way next, so it is installed. Manjaro Xfce's De below is similar to the Windows Start interface where you can search for Vscode.
Then install Sogou Input method.
#打开配置文件
/etc/pacman.conf
Add at the end of the file
[ARCHLINUXCN] Siglevel = Optional Trustedonlyserver = https://mirrors.ustc.edu.cn/archlinuxcn/$arch
#导入GPG Key
sudo pacman -Syy && sudo pacman -S archlinuxcn-keyring
Now you can install the software, such as chrome and sogou Pinyin Input method
Once you have added a Zhong ke source, you can also search for direct installation directly in Add/Remove software
Install Sogou Pinyin Input Method
sudo pacman-s fcitx-im #默认全部安装sudo pacman-s Fcitx-configtool # Graphical Configuration tool sudo pacman-s fcitx-sogoupinyin
#添加输入法配置文件
vscode编辑 ~/.xprofile
Add the following content
Export Gtk_im_module=fcitxexport qt_im_module=fcitxexport xmodifiers= "@im =fcitx"
References:
Https://lms.im/os/manjaro-install-sogou-pinyin-and-add-ustc-source.html
Https://wiki.archlinux.org/index.php/Arch_User_Repository
Manjaro Tossing notes