I had libinput-gestures
installed on my laptop running Ubuntu 18.04 using the Xfce desktop environment. When I open a terminal, it displays a message at the top:
property 'libinput Accel Speed' doesn't exist, you need to specify its type and format
I've since removed it per the github page instructions: https://github.com/bulletmark/libinput-gestures
I also deleted the config file in /home/.config
.
But the error persists whenever I start up a terminal.
What do I need to do to fix this error?
EDIT:
.bashrc https://pastebin.com/ELTi8wxj
.bash_profile (file does not exist)
EDIT 2:
SOLVED
I deleted the last line in .bashrc:
xinput --set-prop 11 'libinput Accel Speed' 0.2
rebooted, and now the msg is gone! Thanks for the tips guys.
deleted the last line in my .bashrc line:
Thanks guiverc and mostafa for the advice