1. 程式人生 > >jetson nano安裝初始化_遇到的坑(2)

jetson nano安裝初始化_遇到的坑(2)

一、安裝谷歌輸入法:

sudo apt remove 'ibus*'
sudo apt install fcitx-bin fcitx-table
sudo apt install fcitx-googlepinyin
sudo apt install 'fcitx-config-gtk'

參見https://www.cnblogs.com/zhuangmingnan/p/9496499.html

二、輸入法沒有候選框:


killall fcitx-qimpanel 
sudo apt-get remove fcitx-ui-qimpanel 

https://blog.csdn.net/lrs1353281004/article/details/81504443
輸入法候選框不顯示:
解決方案:
網上查詢到的方法,親測可用. 
如果運行了下面這條命令輸入法就正常了的話: 
killall fcitx-qimpanel 
那麼: 
sudo apt-get remove fcitx-ui-qimpanel 
問題解決. 
親測可用. 
原文連結: