flSynclient settings aren't persistent - SOLVED

Booting, installing, newbie
Post Reply
Message
Author
capnpaco
Posts: 2
Joined: Tue 12 Jun 2012, 07:37

flSynclient settings aren't persistent - SOLVED

#1 Post by capnpaco »

Hi everybody! I've been using Puppy for a week or two. This is my first experience with Linux and I'm loving it!

I am having one issue with flSynclient (the touchpad setup utility). Every time I boot up Puppy, I have to disable tapping. Specifically, in flSynclient's "tapping" tab, I set the "tap time" and "double tap time" values to 0. This successfully disables the tapping feature on the touchpad, but for whatever reason these changes are never saved in the Pupsave file, so that when I restart the computer I have to make the same changes in flSynclient again.

Is there a way I can get these settings to persist? Or, perhaps more easily, is there a series of console commands that I can use to set the "tap time" and "double tap time" to 0, so that I can just save those commands as an executable file to my desktop?

Any help with this would be greatly appreciated.
Last edited by capnpaco on Tue 12 Jun 2012, 13:17, edited 1 time in total.

User avatar
L18L
Posts: 3479
Joined: Sat 19 Jun 2010, 18:56
Location: www.eussenheim.de/

Re: flSynclient settings aren't persistent

#2 Post by L18L »

Hi capnpaco,

I do not have a touchpad and no experience with flsynclient
but the command line tool is synclient

Code: Select all

# synclient -?
synclient: invalid option -- '?'
Usage: synclient [-s] [-m interval] [-h] [-l] [-V] [-?] [var1=value1 [var2=value2] ...]
  -m monitor changes to the touchpad state (implies -s)
     interval specifies how often (in ms) to poll the touchpad state
  -l List current user settings
  -V Print synclient version string and exit
  -? Show this help message
  var=value  Set user parameter 'var' to 'value'.
# 
Making persistent:
Put the commands that you have found to do the job into the file:
/etc/rc.d/rc.local

Hope that you can help yourself now
Good luck
:)

capnpaco
Posts: 2
Joined: Tue 12 Jun 2012, 07:37

Thanks!

#3 Post by capnpaco »

L18L,

Thanks for the quick reply! Changing the rc.local file didn't seem to work (perhaps I'm putting the commands in the wrong part of the file), but I was able to use the synclient commands to do the job and put a handy executable / button on my desktop. Problem solved as far as I'm concerned.

Thanks again!

User avatar
L18L
Posts: 3479
Joined: Sat 19 Jun 2010, 18:56
Location: www.eussenheim.de/

Re: Thanks!

#4 Post by L18L »

capnpaco wrote:...Changing the rc.local file didn't seem to work...
Sorry, I forgot to write: and reboot :oops:
Glad to have been helpful

Please append SOLVED to your headline in 1st post if it is solved now

Post Reply