Page 1 of 1

Why won't mouse settings save?

Posted: Thu Jul 19, 2012 5:43 am
by Hairyloon
I want to disable "tap-to-click" on my touchpad because it is very annoying. It seems simple enough: preferences-> keyboard & mouse -> mouse, but when I reboot, it reverts to enabled.
How do I save it?

I'm using Linux Mint 11 LXDE.

Re: Why won't mouse settings save?

Posted: Sun Jul 22, 2012 10:45 am
by Hairyloon
I am reading the red text above and thinking that this is a stupid question, but it has still got me baffled. :?
At a guess I need to edit something in /etc but that doesn't strike me as a sensible way to design a user-friendly system. :(

Re: Why won't mouse settings save?

Posted: Sun Jul 22, 2012 12:17 pm
by Oscar799
Moved here by moderator

Re: Why won't mouse settings save?

Posted: Wed Jul 25, 2012 7:36 am
by ldp
I'm having the same problem with my touchpad on a Sony Vaio using LM12 LXDE.

Can anyone offer any advice help? I've tried looking/doing some things but nothing helps......

Re: Why won't mouse settings save?

Posted: Wed Jul 25, 2012 9:37 pm
by shengchieh
I can't help, but can think of a creative workaround. Write a script that change the mouse setting to your liking and have it runs at bootup or login.

Sheng-Chieh

Re: Why won't mouse settings save?

Posted: Sat Jul 28, 2012 8:25 pm
by Hairyloon
shengchieh wrote:I can't help, but can think of a creative workaround. Write a script that change the mouse setting to your liking and have it runs at bootup or login.

Sheng-Chieh
Neat idea. Unfortunately, beneath this confident exterior there is a load of bluff, and I don't actually know how to do that. :oops:

Re: Why won't mouse settings save?

Posted: Sat Jul 28, 2012 11:06 pm
by seppalta
Many mouse and keyboard bindings are set in the openbox rc.xml file, which is normally located in 3 different directories:

Code: Select all

 ~/.config/openbox,  /etc/xdg/openbox,  /usr/share/lxde/openbox
.

Re: Why won't mouse settings save?

Posted: Sun Jul 29, 2012 8:06 am
by Hairyloon
seppalta wrote:Many mouse and keyboard bindings are set in the openbox rc.xml file, which is normally located in 3 different directories:

Code: Select all

 ~/.config/openbox,  /etc/xdg/openbox,  /usr/share/lxde/openbox
.
I have found the file, but nothing in it that looks like the "tap to click" function. :?

Re: Why won't mouse settings save?

Posted: Mon Jul 30, 2012 8:11 am
by Hairyloon
Found this thread
aljoriz wrote:I assume you are using LMDE XFCE RC:

go to the terminal and type:

Code: Select all

sudo gedit /usr/share/X11/xorg.conf.d/50-synaptics.conf


then replace with:

Code: Select all

Section "InputClass"
        Identifier "touchpad catchall"
        Driver "synaptics"
        MatchIsTouchpad "on"
        Option "TapButton1" "1"
        Option "VertEdgeScroll" "1"
EndSection
Then save the file, close gedit

go back to the terminal and type: sudo reboot

log-in and test the touch pad by tapping on it to open files
I changed Option "TapButton1" "1" to "0" and it seems to have worked...

Re: Why won't mouse settings save?

Posted: Wed Aug 01, 2012 8:55 pm
by Hairyloon
Or maybe not... It seems to have changed itself back. :?

Re: Why won't mouse settings save?

Posted: Mon Jan 06, 2014 10:02 pm
by dumpstar