remove fcitx or any other ime
install ibus
sudo apt install ibus libqt5gui5 ibus-gtk ibus-gtk3 ibus-pinyin ibus-libpinyin
sudo systemctl start network manager
nmtui
Works well when destop environments are not available.
sudo apt update --fix-missing
sudo apt install kde-plasma-desktop xserver-xorg-input-all x11-server-utils
Cannot get to a terminal solution:
Advanced options for Ubuntu
on startuprecovery mode
root Drop to root shell prompt
sudo apt install ttf-mscorefonts-installer fonts-noto-cjk
module.exports = { | |
chainWebpack: (config) => { | |
config.plugin('html').tap((args) => { | |
args[0].title = 'YOUR_SITE_TITLE'; | |
return args; | |
}); | |
}, | |
devServer: { | |
proxy: { | |
'/api': { |
It is weird that Wechat team hasn't officially provided a Linux version of their
Wechat Devtools while Windows and Mac versions are available, considering it is
built with nw.js
which is cross-platform. The other day I was looking for
solutions to develop miniprograms on Linux and I found one.
You can get the following information on GitHub.