[Bug 1246683] Re: Middle button does not work for scrolling in Ubuntu 13.10

2018-10-09 Thread Stephan
I was able to fix it with the comment by nschmelzle here: https://gist.github.com/tsrivishnu/5b467f07374ce42ad6d97b6a3fdf0ea5 The problem was that the touchpad was using the synaptics driver, while the trackpoint used libinput. The solution was to uninstall the synaptics driver: apt remove

[Bug 1246683] Re: Middle button does not work for scrolling in Ubuntu 13.10

2018-10-07 Thread Stephan
I have a similar problem as Ibrahim Awwal. I have just upgraded to 18.04 and my middle click scrolling stopped working. my output of xinput list-props "TPPS/2 IBM TrackPoint" Device 'TPPS/2 IBM TrackPoint': Device Enabled (143): 1 Coordinate Transformation Matrix (145):

[Bug 1246683] Re: Middle button does not work for scrolling

2017-05-12 Thread Christopher M. Penalver
Ibrahim Awwal, given your environment stopped working after an upgrade, you have a completely different problem than what was scoped to this now closed report. Hence, it will help immensely if you filed a new report with Ubuntu by ensuring you have the package xdiagnose installed, and that you

[Bug 1246683] Re: Middle button does not work for scrolling

2017-05-12 Thread Ibrahim Awwal
Hey, I don't understand what happened, but after upgrading to 17.04 my middle click scrolling is broken again. I'm pretty sure I'm still using libinput: $ xinput list-props 12 Device 'TPPS/2 IBM TrackPoint': Device Enabled (140): 1 Coordinate Transformation Matrix (142):

[Bug 1246683] Re: Middle button does not work for scrolling

2016-01-16 Thread Florian Kluibenschädl
Hi All! I am having troubles getting this evdev driver patch installed on my Ubuntu 14.04.3. Though I am a bloody beginner in package development, I managed to compile it following d3pd's script http://askubuntu.com/a/443668/491172, a derivative of Dominik Gierlach's work. The problem now is that

[Bug 1246683] Re: Middle button does not work for scrolling

2016-01-13 Thread Dominik Gierlach
I know, it's not the best means of sharing this, but since it appears to be a problem here: Here is a more general way of solving this. Additionally, the script activates natural scrolling. #!/bin/bash set -eu id=$(xinput list | sed -n '/SynPS\/2 Synaptics

[Bug 1246683] Re: Middle button does not work for scrolling

2016-01-12 Thread laurent
Fabio M. Panico, this is okay. These are settings that can be configured. 1. Find out device ID: enter 'xinput' an look for SynPS/2 Synaptics TouchPad. For me, it has id=13 2. Then enter 'xinput --set-prop 13 "libinput Tapping Enabled" 1' I also have 'xinput set-prop 13 "libinput Click Method

[Bug 1246683] Re: Middle button does not work for scrolling

2016-01-12 Thread Fabio M. Panico
Clean install of Ubuntu 15.10 x64 on a T440p and middle button would not scroll. After having installed xserver-xorg-input-libinput middle button works for scrolling (with track button). But I don't have the ability to tap- to-click (only regular click makes a click). -- You received this bug

[Bug 1246683] Re: Middle button does not work for scrolling

2015-11-04 Thread Cerberus
I have updated to Ubuntu 15.10 and installed the library xserver-xort- input-libinput but the ultranav doesn't work fully. The functionality I get is L L L LLLl So the right mouse button is on the bottom right and the middle button/scrolling doesn't

[Bug 1246683] Re: Middle button does not work for scrolling

2015-10-29 Thread Ibrahim Awwal
For anyone coming across this, xserver-xorg-input-libinput isn't installed by default in 15.10, you have to actually install it. But yeah, it works perfectly after installing it. Took me a bit to figure out what actually needed to be done, I guess I thought it was installed by default. -- You

[Bug 1246683] Re: Middle button does not work for scrolling

2015-10-21 Thread Dominik Gierlach
Although this bug is (rightfully) closed, there are interesting news: With ubuntu 15.10, full clickpad support is provided by xserver-xorg- input-libinput. No further configuration needed. Tested with a T440s. -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1246683] Re: Middle button does not work for scrolling

2015-10-03 Thread Mihai Capotă
** Changed in: xserver-xorg-input-evdev (Ubuntu) Status: Invalid => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1246683 Title: Middle button does not work for scrolling To

[Bug 1246683] Re: Middle button does not work for scrolling

2015-10-03 Thread Christopher M. Penalver
Mihai Capotă, please do not adjust the status of this closed report. If you have an issue, please file a new report. ** Changed in: xserver-xorg-input-evdev (Ubuntu) Status: Confirmed => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1246683] Re: Middle button does not work for scrolling

2015-10-03 Thread Christopher M. Penalver
Mihai Capotă, this report is scoped to the original reporter Alloc. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1246683 Title: Middle button does not work for scrolling To manage notifications

[Bug 1246683] Re: Middle button does not work for scrolling

2015-10-03 Thread Mihai Capotă
Christopher, could you please tell us why you closed the report? Clearly the bug is not about Saucy, but about currently supported releases. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1246683

[Bug 1246683] Re: Middle button does not work for scrolling

2015-09-21 Thread Arman
** Changed in: xserver-xorg-input-evdev (Ubuntu) Status: Expired => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1246683 Title: Middle button does not work for scrolling To

[Bug 1246683] Re: Middle button does not work for scrolling

2015-09-21 Thread Christopher M. Penalver
Alloc, thank you for reporting this bug to Ubuntu. Saucy reached EOL on July 17, 2014. See this document for currently supported Ubuntu releases: https://wiki.ubuntu.com/Releases If this is reproducible in a supported release, please file a new report. ** Changed in: xserver-xorg-input-evdev

[Bug 1246683] Re: Middle button does not work for scrolling

2015-09-21 Thread Mihai Capotă
Christopher, as you must be aware, given that you commented on this bug one and a half years ago, people have already reported that this bug affects Ubuntu 14.04 LTS and Ubuntu 15.04. So please do not close it. -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1246683] Re: Middle button does not work for scrolling

2015-07-07 Thread Ibrahim Awwal
Oh nice, didn't see your ppa Dominik, it'll be nice to have it working once and for all and not having to rebuild a driver each time the kernel is updated. Thanks so much for making it! I wonder what needs to be done for those patches to be included into Ubuntu proper, it seems crazy that most/all

[Bug 1246683] Re: Middle button does not work for scrolling

2015-06-03 Thread ersiko
Installed dominic packaged and it worked, I can have scroll now with middle button. Thanks! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1246683 Title: Middle button does not work for scrolling

[Bug 1246683] Re: Middle button does not work for scrolling

2015-05-31 Thread Dominik Gierlach
@William: Thanks for the info! I read into it. Fedora 22 uses libinput as input stack: https://fedoraproject.org/wiki/Changes/LibinputForXorg Among the benefits: middle top software button can be used to emulate wheel events on the trackstick (on the Lenovo *40 series and related touchpads) --

Re: [Bug 1246683] Re: Middle button does not work for scrolling

2015-05-30 Thread William Oprandi
On Fedora 22, scrolling works natively 2015-05-18 17:54 GMT+02:00 HumanPlayer2 rends...@gmail.com: On mine as well. Thank you very much Dominik! -- You received this bug notification because you are subscribed to the bug report. https://bugs.launchpad.net/bugs/1246683 Title: Middle

[Bug 1246683] Re: Middle button does not work for scrolling

2015-05-18 Thread Christian Dysthe
And it works on my Thinkpad X1 Carbon Gen 2 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1246683 Title: Middle button does not work for scrolling To manage notifications about this bug go to:

[Bug 1246683] Re: Middle button does not work for scrolling

2015-05-18 Thread HumanPlayer2
On mine as well. Thank you very much Dominik! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1246683 Title: Middle button does not work for scrolling To manage notifications about this bug go to:

[Bug 1246683] Re: Middle button does not work for scrolling

2015-05-18 Thread Dominik Gierlach
For the record: The ppa ppa:dominik-gierlach/thinkpad was updated for 15.04 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1246683 Title: Middle button does not work for scrolling To manage

[Bug 1246683] Re: Middle button does not work for scrolling

2015-05-17 Thread Christian Dysthe
Still an issue in 15.04 for me also. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1246683 Title: Middle button does not work for scrolling To manage notifications about this bug go to:

[Bug 1246683] Re: Middle button does not work for scrolling

2015-04-29 Thread Ibrahim Awwal
This is still an issue, and now on 15.04 the old patches don't build anymore :/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1246683 Title: Middle button does not work for scrolling To manage

[Bug 1246683] Re: Middle button does not work for scrolling

2015-04-13 Thread Launchpad Bug Tracker
[Expired for xserver-xorg-input-evdev (Ubuntu) because there has been no activity for 60 days.] ** Changed in: xserver-xorg-input-evdev (Ubuntu) Status: Incomplete = Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1246683] Re: Middle button does not work for scrolling

2015-02-12 Thread T_Send
Before I start work over AUR's pkg, I tried Bjornt ppa. It didn't work for me at all - that's why I show up here :) (maybe because I messed up smth with xorg /o evdev already - don't remember now) At begin of July I bought High-End MX TP-W540. I took me a month to solve it. During that period

[Bug 1246683] Re: Middle button does not work for scrolling

2015-02-09 Thread HumanPlayer2
@Julian, #69: T_send's script and the ppa you list seem to be based on the same arch package (there's a link in the script and one on the ppa site to the same aur page: https://aur.archlinux.org/packages/xf86 -input-evdev-trackpoint/ ) -- You received this bug notification because you are a

[Bug 1246683] Re: Middle button does not work for scrolling

2015-02-01 Thread Rafael Nonato
I'm also using `xserver-xorg-input-evdev` from the [ppa](https://launchpad.net/~bjornt/+archive/ubuntu/evdev) One of the problems with this package is that it doesn't turn the trackpad off while you're typing, resulting in lots of accidental clicks. -- You received this bug notification because

[Bug 1246683] Re: Middle button does not work for scrolling

2015-01-19 Thread Julian Kalinowski
Is the suggested patch the same that is included in this ppa? https://launchpad.net/~bjornt/+archive/ubuntu/evdev I'm using the above ppa, and it works fine, however, there is no synclient, which makes on-the-fly reconfiguration difficult. -- You received this bug notification because you are a

[Bug 1246683] Re: Middle button does not work for scrolling

2015-01-17 Thread T_Send
Script needs to be upgraded, I will do it soon and upload ready-to-use for everyone. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1246683 Title: Middle button does not work for scrolling To

[Bug 1246683] Re: Middle button does not work for scrolling

2015-01-14 Thread Andrew Goessling
The trackpoint on new Lenovo's is currently unusable with Ubuntu. Is there a plan to integrate T_send's fix into Ubuntu? It works for me, but stops working after any software updates. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1246683] Re: Middle button does not work for scrolling

2015-01-10 Thread zilti
This bug is still there. What's the world waiting for? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1246683 Title: Middle button does not work for scrolling To manage notifications about this bug

[Bug 1246683] Re: Middle button does not work for scrolling

2014-11-13 Thread Lukas Cerman
T_Send, thanks a lot! I works nicely now on my T440p with Ubuntu 14.04, finally! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1246683 Title: Middle button does not work for scrolling To manage

[Bug 1246683] Re: Middle button does not work for scrolling

2014-11-10 Thread Dominik Gierlach
If you don't want to compile the package yourself, II created a ppa which contains the patched xserver-xorg-input-evdev, including a working config in xorg.conf.d. The package should also make sure that the conflicting synaptics package is removed. ppa:dominik-gierlach/thinkpad -- You

[Bug 1246683] Re: Middle button does not work for scrolling

2014-11-03 Thread chonduhvan
Persists on 14.10 with xserver-xorg-input-synaptic 1.8.1, T440P -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1246683 Title: Middle button does not work for scrolling To manage notifications about

[Bug 1246683] Re: Middle button does not work for scrolling

2014-10-31 Thread Dominik Gierlach
This bug is flagged as incomplete. What information is missing to confirm the bug? The problem is well defined, there is a confirmed duplicate/parallel bug for xserver-xorg-input-synaptics. The proposed patch appears to work fine for all thinkpads with clickpad. What is the solution for this

[Bug 1246683] Re: Middle button does not work for scrolling

2014-10-10 Thread Tobi
When trying to run the script from post #50 i get this message (fresh installed Ubuntu 14.04, X240): cp: cannot stat ‘synaptics/src/{eventcomm.c,eventcomm.h,properties.c,synaptics.c,synapticsstr.h,synproto.c,synproto.h}’: No such file or directory patching file src/evdev.c patching file

[Bug 1246683] Re: Middle button does not work for scrolling

2014-10-07 Thread HumanPlayer2
Just ran the script from post #50 on fresh Ubuntu GNOME 14.04 on ThinkPad X240, worked as a charm! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1246683 Title: Middle button does not work for

[Bug 1246683] Re: Middle button does not work for scrolling

2014-08-30 Thread mpihlstrom
Thank you guys. T_send's script is working on X1 Carbon 2nd gen with Ubuntu 14.04. Finally. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1246683 Title: Middle button does not work for scrolling

[Bug 1246683] Re: Middle button does not work for scrolling

2014-08-30 Thread mpihlstrom
I was perhaps too eager with the celebration. Synclient is now not loaded on startup, making the trackpad not disabled. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1246683 Title: Middle button

[Bug 1246683] Re: Middle button does not work for scrolling

2014-08-30 Thread mpihlstrom
I re-installed the xserver-xorg-input-synaptics package and rebooted and now everything is working, including middle click scroll. Thanks you, and sorry for flooding. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1246683] Re: Middle button does not work for scrolling

2014-08-21 Thread subterfugium
T_sends script works well on Lenovo Thinkpad Yoga on Ubuntu 14.04. Great job! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1246683 Title: Middle button does not work for scrolling To manage

[Bug 1246683] Re: Middle button does not work for scrolling

2014-08-09 Thread Luca Graf
After executing T_send script middle button scrolling works perfectly on my t440s (ubuntu 14.04). However since then synclient/syndeamon are missing on my system? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1246683] Re: Middle button does not work for scrolling

2014-08-06 Thread Ruslan Khozinov
The script works perfectly on my t440p with kubuntu 14.04. Thank you. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1246683 Title: Middle button does not work for scrolling To manage notifications

[Bug 1246683] Re: Middle button does not work for scrolling

2014-08-05 Thread HumanPlayer2
Benjamin Xiao, I just ried the script from T-send's post on my Carbon X1 (Ubuntu Gnome, 14.04), and that made the trackpad buttons normal -- and gave me middle click to scroll! Yay! Thank you T_send, and dalcde, and of course esrevinu! -- You received this bug notification because you are a

[Bug 1246683] Re: Middle button does not work for scrolling

2014-08-05 Thread Daniel Philipp
The script works for me too (T400s, Ubuntu 14.04), thanks T_send :))) I tried a lot of other stuff to get it to work, nothing seemed to be fixing the problem. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1246683] Re: Middle button does not work for scrolling

2014-08-03 Thread Benjamin Braun
T_Send - Thanks for your script, middle button scrolling is finally working =) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1246683 Title: Middle button does not work for scrolling To manage

[Bug 1246683] Re: Middle button does not work for scrolling

2014-08-02 Thread T_Send
Lukas Cerman - I did some changes in dalcde's script. Try this one: #!/bin/bash sudo apt-get install libevdev-dev libevdev2 sudo apt-get build-dep xserver-xorg-input-evdev xserver-xorg-input-synaptics wget

[Bug 1246683] Re: Middle button does not work for scrolling

2014-06-29 Thread Lukas Cerman
Hello, I tried to follow dalcde's guide/script, but without a success. Probably the packages changed since then. I am on a freshly installed Ubuntu 14.04. When trying to apply the patches, I get the following errors: patch -p1 -i 0001-implement-trackpoint-wheel-emulation.patch patching file

[Bug 1246683] Re: Middle button does not work for scrolling

2014-05-29 Thread Benjamin Xiao
Does this bug also cover other issues with the X1 Carbon touchpad buttons? None of the top buttons work for me and the bottom button regions are huge (they take up 50% of the touchpad). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1246683] Re: Middle button does not work for scrolling

2014-05-29 Thread Christopher M. Penalver
Benjamin Xiao, no it doesn't. If you have a problem with that, please file a separate report via a terminal: ubuntu-bug xorg -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1246683 Title: Middle

[Bug 1246683] Re: Middle button does not work for scrolling

2014-04-01 Thread Ray-Ven
done: https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1300620 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1246683 Title: Middle button does not work for scrolling To manage notifications

[Bug 1246683] Re: Middle button does not work for scrolling

2014-03-23 Thread Aurimas Fišeras
Thank you, dalcde, your workaround worked on Ubuntu Trusty Tahr. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1246683 Title: Middle button does not work for scrolling To manage notifications

[Bug 1246683] Re: Middle button does not work for scrolling

2014-03-23 Thread dalcde
Actually I patched the debian package because Ubuntu 13.10/Mint 16 had old evdev/synaptics versions. If you are on Trusty, then you can patch the ubuntu packages instead (even though they appear to be identical). Repalce the git clone lines with apt-get source xserver-xorg-input-evdev

[Bug 1246683] Re: Middle button does not work for scrolling

2014-03-23 Thread Christopher M. Penalver
dalcde / Aurimas Fišeras, thank you for your comment. So your hardware and problem may be tracked, could you please file a new report by executing the following in a terminal: ubuntu-bug xorg Please ensure you have xdiagnose installed, and that you click the Yes button for attaching additional

[Bug 1246683] Re: Middle button does not work for scrolling

2014-03-22 Thread dalcde
Solved the problem by the following procedures: 1) Download and extract the arch package https://aur.archlinux.org/packages/xf/xf86-input-evdev-trackpoint/xf86-input-evdev-trackpoint.tar.gz 2) Download the source packages of xserver-xorg-input-synaptics_1.7.4 and xserver-xorg-input-evdev_2.8.2

[Bug 1246683] Re: Middle button does not work for scrolling

2014-03-22 Thread dalcde
EDIT: the above script is run in the folder folder -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1246683 Title: Middle button does not work for scrolling To manage notifications about this bug go

[Bug 1246683] Re: Middle button does not work for scrolling

2014-03-22 Thread dalcde
EDIT: For the script to work you need to have the build dependencies of xserver-xorg-input-evdev and xserver-xorg-input-synaptics. To install them, first enable source repositories (Ubuntu: http://askubuntu.com/questions/158871/how-do-i-enable-the-source-code-repositories Mint: menu-software

[Bug 1246683] Re: Middle button does not work for scrolling

2014-03-22 Thread dalcde
Solved the problem with the following script. Requires source repositories enabled: Ubuntu: http://askubuntu.com/questions/158871/how-do-i-enable-the-source-code-repositories Mint: menu-software sources-Enable source code repositories #!/bin/bash sudo apt-get install git sudo apt-get build-dep

[Bug 1246683] Re: Middle button does not work for scrolling

2014-03-16 Thread Jörg Baach
How do I find out what the ids of the new bug reports are? I am follwing this bug to decide if I can buy a new thinkpad -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1246683 Title: Middle

[Bug 1246683] Re: Middle button does not work for scrolling

2014-03-11 Thread Christopher M. Penalver
ltmon / Larry Hastings, please do not mark this report a duplicate of yours, or vice versa, as it's not considered a duplicate. Barry Warsaw, thank you for your comment. So your hardware and problem may be tracked, could you please file a new report by executing the following in a terminal:

[Bug 1246683] Re: Middle button does not work for scrolling

2014-03-07 Thread Larry Hastings
I got esrevinu's driver to compile on Trusty Tahir. But using it caused X11 to exit. I don't know enough about debugging such things to figure out what went wrong. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1246683] Re: Middle button does not work for scrolling

2014-03-07 Thread Barry Warsaw
See also Larry's explanation in the dup bug: LP: #1287148 Maybe the Arch Linux package could be packaged for Ubuntu? ** Changed in: xserver-xorg-input-evdev (Ubuntu) Assignee: Meng Jiao (meng1usa) = (unassigned) -- You received this bug notification because you are a member of Ubuntu

[Bug 1246683] Re: Middle button does not work for scrolling

2014-03-05 Thread Larry Hastings
I'm seeing this behavior too. I'm using Trusty Tahir on a 2014 Lenovo X1 Carbon. I tried compiling esrevinu's driver, but it requires automake-1.13 and I couldn't figure out how to get that specific version. -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1246683] Re: Middle button does not work for scrolling

2014-02-21 Thread Meng Jiao
** Changed in: xserver-xorg-input-evdev (Ubuntu) Assignee: (unassigned) = Meng Jiao (meng1usa) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1246683 Title: Middle button does not work for

[Bug 1246683] Re: Middle button does not work for scrolling

2014-01-09 Thread Christopher M. Penalver
Alloc, this bug was reported a while ago and there hasn't been any activity in it recently. We were wondering if this is still an issue? If so, could you please test for this with the latest development release of Ubuntu? ISO images are available from http://cdimage.ubuntu.com /daily-live/current/

[Bug 1246683] Re: Middle button does not work for scrolling

2014-01-09 Thread ltmon
This is still definitely an issue, and not fixed upstream from what I can tell. Apport for evdev coming soon. ** Tags added: apport-collected ubuntu -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1246683] Re: Middle button does not work for scrolling

2014-01-09 Thread Christopher M. Penalver
ltmon, thank you for your comment. So your hardware and problem may be tracked, could you please file a new report by executing the following in a terminal: ubuntu-bug xorg For more on this, please see the official Ubuntu documentation: Ubuntu X.Org Team, Ubuntu Bug Control, and Ubuntu Bug

[Bug 1246683] Re: Middle button does not work for scrolling

2013-12-15 Thread Ash
I also experience this on Saucy. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1246683 Title: Middle button does not work for scrolling To manage notifications about this bug go to:

[Bug 1246683] Re: Middle button does not work for scrolling

2013-12-11 Thread Bae Taegil
I am now an Archlinux user. I made a patch to solve this problem. You can find the patch in the following link: https://aur.archlinux.org/packages/xf86-input-evdev-trackpoint/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1246683] Re: Middle button does not work for scrolling

2013-12-11 Thread laurent
@esrevinu: Thanks for the effort, but I'm having trouble to make it work. Please refer to the following post: https://bbs.archlinux.org/viewtopic.php?pid=1359126 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1246683] Re: Middle button does not work for scrolling

2013-11-24 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: xserver-xorg-input-evdev (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.