remove fcitx or any other ime
install ibus
sudo apt install ibus libqt5gui5 ibus-gtk ibus-gtk3 ibus-pinyin ibus-libpinyin| {"name":"curosr-config-win","settings":"{\"settings\":\"{\\r\\n \\\"editor.fontSize\\\": 22,\\r\\n \\\"workbench.colorTheme\\\": \\\"Gruvbox Dark Hard\\\",\\r\\n \\\"editor.guides.bracketPairs\\\": \\\"active\\\",\\r\\n \\\"workbench.iconTheme\\\": \\\"vscode-icons\\\",\\r\\n \\\"remote.SSH.remotePlatform\\\": {\\r\\n \\\"s10.v100.vip\\\": \\\"linux\\\"\\r\\n },\\r\\n \\\"terminal.integrated.fontSize\\\": 20,\\r\\n \\\"editor.fontFamily\\\": \\\"'JetbrainsMono Nerd Font',Consolas, 'Courier New', monospace\\\",\\r\\n \\\"editor.accessibilitySupport\\\": \\\"on\\\",\\r\\n \\\"vim.highlightedyank.enable\\\": true,\\r\\n \\\"vim.leader\\\": \\\",\\\",\\r\\n \\\"vim.normalModeKeyBindings\\\": [\\r\\n {\\r\\n \\\"before\\\": [\\r\\n \\\";\\\",\\r\\n \\\"c\\\"\\r\\n ],\\r\\n \\\"commands\\\": [\\r\\n \\\"editor.action.commentLine\\\"\\r\\n ]\\r\\n },\\r\\n {\\r\\n \\\"before\\\": [\\r\\n \\\"u\\\"\\r\\n ],\\r\\n \\\"commands\\\": |
sudo systemctl start network manager
nmtuiWorks well when destop environments are not available.
sudo apt update --fix-missingsudo apt install kde-plasma-desktop xserver-xorg-input-all x11-server-utilsCannot get to a terminal solution:
Advanced options for Ubuntu on startuprecovery moderoot Drop to root shell promptsudo 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.