Comment 6 for bug 1338973

Revision history for this message
Barnabas Prosser (barnabas-deactivatedaccount) wrote :

Thanks aljosa - I followed your link and clicked "Technical details about this PPA" which gives you the URL to the .deb's - http://ppa.launchpad.net/kubuntu-ppa/experimental/ubuntu/pool/main/t/touchpad/

I'm using amd64 so downloaded both kde-touch-config and kde-touch-dbg amd64 .deb's. Then removed existing kde-touchpad and kde-touchpad-dbg:

sudo apt-get remove --purge kde-touchpad
sudo apt-get remove --purge kde-touchpad-dbg

Then installed the downloaded newer versions:

sudo dpkg -i kde-touchpad-config_0.1+git20140616+r314~9db1cb9+2~ubuntu14.04.1_amd64.deb
sudo dpkg -i kde-touchpad-config-dbg_0.1+git20140616+r314~9db1cb9+2~ubuntu14.04.1_amd64.deb

Has fixed it for me.