desktop-packages team mailing list archive
-
desktop-packages team
-
Mailing list archive
-
Message #58149
[Bug 874660] Re: Two finger scrolling works poorly - utouch to blame
If you add the two lines to your ~/.bashrc, evince and eog will start
with -g (the alias for --disable-gestures):
function evince () { /usr/bin/evince -g $* & }
function eog () { /usr/bin/eog -g $* & }
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to evince in Ubuntu.
https://bugs.launchpad.net/bugs/874660
Title:
Two finger scrolling works poorly - utouch to blame
Status in “evince” package in Ubuntu:
Confirmed
Bug description:
Release: Ubuntu 11.10
Package ver: 3.2.0-0ubuntu1
Expected behavior: When two-fingered scrolling is enabled, a two-finger drag should smoothly scroll the document
Actual behavior: The view jumps to the end-point without scrolling.
Additional info: Input device is a BCM5974 on an Apple Macbook Air
3.1. Behavior returns to normal when I download the source package
and rebuild without the libgrip patch, so it's definitely a bug in the
interaction with the utouch stack. Other multitouch (libgrip/geis)
gestures (pinch-to-zoom, twist-to-rotate) work just fine. Switching
the touchpad to edge-scrolling works fine.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/874660/+subscriptions
References