音量调节,安装后在panel中新增
sudo apt-get install xfce4-pulseaudio-plugin
电量显示,安装后在panel中新增
sudo apt-get install xfce4-battery-plugin
[......]
音量调节,安装后在panel中新增
sudo apt-get install xfce4-pulseaudio-plugin
电量显示,安装后在panel中新增
sudo apt-get install xfce4-battery-plugin
[......]
若鼠标一段时间不动,会有卡死现象,需要晃动等几秒才能恢复
可能性1
主要原因是自动控制功耗了,默认是auto,可以强制打开
echo on | sudo tee /sys/class/bluetooth/hci0/device/power/control
echo on | sudo tee /sys/class/bluetooth/hci0*/device/power/control
注意:
sudo apt-get install fcitx5-chinese-addons fcitx5-pinyin gnome-shell-extension-manager
安装后,需要在fcitx config这个应用中添加拼音
系统托盘的话,需要安装Input Method Panel这个Gnome插件
需要im-config选择fcitx5,才能开机自启动[......]