daf3707 写了: ↑2022-10-27 10:44
不是桌面下,是tty终端显示及输入中文,你再看看帖子
您说的这个fbterm,我在VPS里面的ubuntu上面试了下,好像是基于xwindow的啊?
作为tty下面中文显示方案,这个fbterm感觉太重了,依赖库暴多。
Configuration file '/etc/cloud/cloud.cfg'
我不知道怎么配置,取了默认值。
sudo chmod u+s /usr/bin/fbterm
chmod: cannot access '/usr/bin/fbterm': No such file or directory
失败了。
sudo setcap 'cap_sys_tty_config+ep' /usr/bin/fbterm
Failed to set capabilities on file `/usr/bin/fbterm' (No such file or directory)
The value of the capability argument is not permitted for a file. Or the file is not a regular (non-symlink) file
失败了。
fcitx-fbterm-helper
Your display number is localhost10
Test whether fcitx is running correctly with dbus...
Cannot communicate fcitx with DBus.
=========================================================
=========================================================
Fcitx is not running, you may setup it mannually
The easiest way is set $DISPLAY, start fcitx from X
Then try this helper
=========================================================
你看上面最后的提示,还是提示需要依赖于xwindow,dbus这些。