10 touchpad gnome configuration customization gsettings
在使用 GNOME 3.20 升级到 Ubuntu GNOME 16.04 后,我发现如果我点击我的触摸板,它会点击,这是我不想要的,因为触摸板有问题,以前我可以通过 禁用它gnome-control-center
,但似乎没有办法通过那里再做这件事,那我该怎么做?此外,即使它被设置为false
ingsettings
并且由于dconf-editor
某种原因在系统中的某个地方看起来它也被设置true
为它的行为方式。我似乎也无法设置自然滚动或任何其他触摸板设置,为什么不呢?
小智 9
为了能够通过终端或通过gnome-control-center
您需要确保已xserver-xorg-input-libinput
安装这些设置。默认情况下尚未安装它似乎是一个错误,为了安装只需运行:
sudo apt-get install xserver-xorg-input-libinput
Run Code Online (Sandbox Code Playgroud)
这样做然后注销并再次登录后,您将在gnome-control-center
鼠标和触摸板设置中找到新设置:
您现在还应该能够通过终端中的dconf-editor
和设置触摸板设置gsettings
。