openSUSE Forums > Pre-Release/Beta » 11.2 RC1 - Disable touchpad tap to click

Go Back   openSUSE Forums > Pre-Release/Beta
Forums FAQ Members List Search Today's Posts Mark Forums Read


Pre-Release/Beta Questions about pre-release versions of openSUSE Linux (software & hardware)

Reply
Page 2 of 2 1 2
 
LinkBack Thread Tools Display Modes
  #11 (permalink)  
Old 27-Oct-2009, 21:05
Puzzled Penguin
 
Join Date: Oct 2009
Posts: 8
FiveInchTaint hasn't been rated much yet
Default Re: 11.2 RC1 - Disable touchpad tap to click

Thanks for the suggestions guys, but I think I might have it fixed. I noticed that on rare occasions autostart would work and tapping would be disabled at startup. This made me think that there might be some sort of timing issue, i.e. when my script was executed in the startup process. So I altered the script to delay the execution by 10 seconds after startup:
Quote:
#!/bin/bash
sleep 10
synclient MaxTapTime=0
I put this script in my ~/.kde4/Autostart director. It has worked fine so far, and hopefully it will stay that way.

Last edited by FiveInchTaint; 27-Oct-2009 at 21:05. Reason: formatting
Reply With Quote
  #12 (permalink)  
Old 02-Nov-2009, 06:53
Steve Barrell
Guest
 
Posts: n/a
Default Re: 11.2 RC1 - Disable touchpad tap to click

deano ferrari wrote:

>
> I wonder if this 'KDE 4.X kcm_touchpad'
> (http://kde-apps.org/content/show.php...content=113335) tool
> might work for you.
>
> The Packman repo has 'touchfreeze' available for openSUSE 11.X as well.
>
>



Thanks deano ! kcm_touchpad works just fine for me on RC2.
Reply With Quote
  #13 (permalink)  
Old 02-Nov-2009, 12:58
Wise Penguin
 
Join Date: Jun 2008
Location: NZ
Posts: 1,848
deano_ferrari has a spectacular reputation aura aboutdeano_ferrari has a spectacular reputation aura aboutdeano_ferrari has a spectacular reputation aura aboutdeano_ferrari has a spectacular reputation aura about
Default Re: 11.2 RC1 - Disable touchpad tap to click

Glad to hear that.
Reply With Quote
  #14 (permalink)  
Old 03-Nov-2009, 19:12
Puzzled Penguin
 
Join Date: Nov 2009
Posts: 1
dan77g hasn't been rated much yet
Default Re: 11.2 RC1 - Disable touchpad tap to click

Jeez. I'm over here from Kubuntu. I'm glad I saw deano_ferrari's post 'cause I was about to start hacking HAL files.

Kcmtouchpad seems good, after preliminary testing.

The big question: why the hell is this not in the default KDE4 release?
Reply With Quote
  #15 (permalink)  
Old 07-Nov-2009, 02:23
epicurious's Avatar
Student Penguin
 
Join Date: Dec 2008
Posts: 70
epicurious hasn't been rated much yet
Default Re: 11.2 RC1 - Disable touchpad tap to click

I've always used

Code:
synclient TouchpadOff=2
in my startup script in Fluxbox. This stops tapping completely but allows you to move the cursor and use edge scrolling...
Reply With Quote
  #16 (permalink)  
Old 18-Nov-2009, 11:33
Puzzled Penguin
 
Join Date: Nov 2009
Posts: 10
charmedguy18 hasn't been rated much yet
Default Re: 11.2 RC1 - Disable touchpad tap to click

Quote:
Originally Posted by FiveInchTaint View Post
Well, I think I may have found a solution. I created the following shell script:


I then moved the script to the ~/.kde4/Autostart directory and made it executable. That seems to have done the trick. I originally tried to set it up to run at startup from the KDE Autostart section in the system setting window, but that didn't work no matter how I set it up (i.e. to run at startup, pre-KDE startup, as a shell script, or as a program). Additionally, I think the script has to have .sh as it's suffix to run from the ~/.kde4/Autostart directory, but I may be wrong. In any case, this seems to be working for me-touchpad tapping has been disabled for the last several restarts. That said, it would be still be awfully nice if future versions of KDE provided a simple GUI tool to do this.
This works! Thanks!


Just a note for any beginners like me who didn't read the whole post (and maybe if you don't know how to edit/run it).

1) In terminal, type
Code:
sudo zypper in nano
It will then install the nano text editor which will be used to make the script.
2) Go to terminal again and type
Code:
sudo nano ~/.kde4/Autostart/mouse.sh
3) On the screen now is the nano text editor. Either type or copy/paste the script into the prompt:
Code:
#! /bin/sh
synclient MaxTapTime=0
synclient MaxDoubleTapTime=0
4) Save by pressing control + X and then pressing Y.
5) To run the script copy/paste or type the following into terminal (exactly as is, do not miss the space):
Code:
. ~/.kde4/Autostart/mouse.sh
At that, you'll notice your trackpad starting to behave.
Reply With Quote
  #17 (permalink)  
Old 18-Nov-2009, 12:21
Puzzled Penguin
 
Join Date: Nov 2009
Posts: 10
charmedguy18 hasn't been rated much yet
Default Re: 11.2 RC1 - Disable touchpad tap to click

Oh! I apologize I totally forgot a necessary step:

6) In terminal:
Code:
sudo chmod +x ~/.kde4/Autostart/mouse.sh
Reply With Quote
  #18 (permalink)  
Old Yesterday, 20:27
lindope's Avatar
Puzzled Penguin
 
Join Date: Jan 2009
Location: Washington
Posts: 6
lindope hasn't been rated much yet
Default Re: 11.2 RC1 - Disable touchpad tap to click

I had this problem also -- installed and ran gsynaptics and all is well!

I normally love tough troubleshooting -- but I'm too busy lately and have begun to fall into the simple solution lover's camp.
Reply With Quote
Reply
Page 2 of 2 1 2

Bookmarks


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2