Arduino烧录程序时报错 error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory

sudo pacman -S ncurses5-compat-libs

即可解决。

输入法

sudo pacman -S fcitx-im fcitx-sunpinyin fcitx-cloudpinyin fcitx-configtool

然后,确保自己的~/.xprofile里有以下三行:

export GTK_IM_MODULE=fcitx
export QT_IM_MODULE=fcitx
export XMODIFIERS="@im=fcitx"

你的~/.i3/autostart.sh会再启动i3时自动运行fcitx,右键那个图标,把sunpinyin给enable了。

相关文章:

  • 2021-05-16
  • 2021-12-03
  • 2021-09-29
  • 2021-05-14
  • 2022-12-23
  • 2021-06-26
  • 2021-09-11
  • 2021-06-22
猜你喜欢
  • 2021-09-30
  • 2021-07-31
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-13
  • 2022-12-23
相关资源
相似解决方案