我在笔记本上安装了libinput-gestures,使用Xfce桌面环境运行Ubuntu18.04。当我打开一个终端时,它会在顶部显示一条消息:
property 'libinput Accel Speed' doesn't exist, you need to specify its type and format从那以后,我按照github页面说明删除了它:https://github.com/bulletmark/libinput-gestures
我还删除了/home/.config中的配置文件。
但每当我启动终端时,错误就会持续存在。
我需要做些什么来修复这个错误?
编辑:
.bashrc https://pastebin.com/ELTi8wxj
.bash_profile (文件不存在)
编辑2:
解出
我删除了.bashrc中的最后一行:
xinput --set-prop 11 'libinput Accel Speed' 0.2重新启动,现在味精消失了!谢谢你的小费伙计们。
发布于 2019-11-19 03:14:28
删除了我的.bashrc行中的最后一行:
xinput --set-prop 11 'libinput Accel Speed' 0.2谢谢guiverc和mostafa的建议
https://askubuntu.com/questions/1189648
复制相似问题