int*_*_ua 5 touchpad multi-touch synaptics evince zooming
我的朋友遇到了这个错误:
https : //bugs.launchpad.net/ubuntu/+source/evince/+bug/875359
但大多数情况下,当在 Synaptics 触摸板上使用两指滚动时,会无意中激活缩放。我可以禁用此缩放功能吗?
看起来就这么简单evince --disable-gestures
。但请检查您的版本是否为 3.2.1-0ubuntu2+ :
https ://bugs.launchpad.net/ubuntu/+source/evince/+bug/873866
如果您希望这在从文件管理器打开文件时起作用,您需要编辑 evince.desktop。这是一个单行修复:
$ sudo sed -i 's/^Exec=evince %U$/Exec=evince %U --disable-gestures/' /usr/share/applications/evince.desktop